Home
last modified time | relevance | path

Searched defs:aEnable (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Ddiag.c163 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
171 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
179 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
H A Dmdns_socket.c267 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
543 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
H A Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
H A Dradio.c397 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
997 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp258 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
386 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
804 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
818 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
832 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
H A Dmdns_socket.cpp48 extern "C" otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInf… in otPlatMdnsSetListeningEnabled()
184 otError MdnsSocket::SetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in SetListeningEnabled()
/aosp_15_r20/external/openthread/src/core/api/
H A Dtrel_api.cpp46 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled()
68 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
H A Dlink_raw_api.cpp66 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous()
115 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
H A Dlink_metrics_api.cpp107 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
H A Dmdns_api.cpp45 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
H A Dlink_api.cpp337 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
/aosp_15_r20/external/openthread/src/core/diags/
H A Dfactory_diags.cpp1033 OT_TOOL_WEAK otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
1041 OT_TOOL_WEAK otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
1049 OT_TOOL_WEAK otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp919 inline void Radio::SetPromiscuous(bool aEnable) { otPlatRadioSetPromiscuous(GetInstancePtr(), aEnab… in SetPromiscuous()
921 inline void Radio::SetRxOnWhenIdle(bool aEnable) { otPlatRadioSetRxOnWhenIdle(GetInstancePtr(), aEn… in SetRxOnWhenIdle()
1005 inline void Radio::EnableSrcMatch(bool aEnable) { otPlatRadioEnableSrcMatch(GetInstancePtr(), aEnab… in EnableSrcMatch()
H A Dtrel_interface.hpp234 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
H A Dtrel_interface.cpp79 void Interface::SetEnabled(bool aEnable) in SetEnabled()
H A Dradio_platform.cpp345 OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp135 void NcpSpinel::Ip6SetEnabled(bool aEnable, AsyncTaskPtr aAsyncTask) in Ip6SetEnabled()
163 void NcpSpinel::ThreadSetEnabled(bool aEnable, AsyncTaskPtr aAsyncTask) in ThreadSetEnabled()
/aosp_15_r20/external/openthread/src/ncp/
H A Dchanged_props_set.cpp127 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dsrc_match_controller.cpp121 void SourceMatchController::Enable(bool aEnable) in Enable()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp808 otError RadioSpinel::SetPromiscuous(bool aEnable) in SetPromiscuous()
820 otError RadioSpinel::SetRxOnWhenIdle(bool aEnable) in SetRxOnWhenIdle()
965 otError RadioSpinel::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp376 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
612 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbbr_local.cpp83 void Local::SetEnabled(bool aEnable) in SetEnabled()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dlink_metrics_manager.cpp62 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp585 OT_TOOL_WEAK otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aI… in otPlatMdnsSetListeningEnabled()
614 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.cpp430 otError Utils::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()

12