Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dtrel_api.cpp46 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled()
68 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
Dlink_raw_api.cpp66 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous()
115 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
Dlink_metrics_api.cpp102 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
Dlink_api.cpp332 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
/external/openthread/examples/platforms/simulation/
Ddiag.c156 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
164 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
172 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
Dradio.c400 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
996 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/external/openthread/src/ncp/
Dchanged_props_set.cpp125 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
/external/openthread/src/core/diags/
Dfactory_diags.cpp949 OT_TOOL_WEAK otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
957 OT_TOOL_WEAK otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
965 OT_TOOL_WEAK otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
/external/openthread/src/core/thread/
Dsrc_match_controller.cpp121 void SourceMatchController::Enable(bool aEnable) in Enable()
/external/openthread/src/posix/platform/
Dradio.cpp336 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
466 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
806 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable()
820 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier()
834 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
/external/openthread/src/core/radio/
Dtrel_interface.hpp234 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
Dradio.hpp911 inline void Radio::SetPromiscuous(bool aEnable) { otPlatRadioSetPromiscuous(GetInstancePtr(), aEnab… in SetPromiscuous()
913 inline void Radio::SetRxOnWhenIdle(bool aEnable) { otPlatRadioSetRxOnWhenIdle(GetInstancePtr(), aEn… in SetRxOnWhenIdle()
997 inline void Radio::EnableSrcMatch(bool aEnable) { otPlatRadioEnableSrcMatch(GetInstancePtr(), aEnab… in EnableSrcMatch()
Dtrel_interface.cpp79 void Interface::SetEnabled(bool aEnable) in SetEnabled()
Dradio_platform.cpp325 OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp83 void Local::SetEnabled(bool aEnable) in SetEnabled()
/external/openthread/src/core/utils/
Dlink_metrics_manager.cpp62 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
/external/openthread/src/cli/
Dcli_utils.cpp430 otError Utils::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp970 otError RadioSpinel::SetPromiscuous(bool aEnable) in SetPromiscuous()
982 otError RadioSpinel::SetRxOnWhenIdle(bool aEnable) in SetRxOnWhenIdle()
1128 otError RadioSpinel::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
/external/openthread/tests/unit/
Dtest_dso.cpp370 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening()
Dtest_platform.cpp560 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp357 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/external/openthread/src/core/net/
Ddns_dso.cpp1516 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
/external/openthread/src/core/mac/
Dmac.cpp132 void Mac::SetEnabled(bool aEnable) in SetEnabled()