| /external/openthread/src/core/api/ |
| D | trel_api.cpp | 46 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled() 68 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
|
| D | link_raw_api.cpp | 66 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() 115 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
|
| D | link_metrics_api.cpp | 102 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
|
| D | link_api.cpp | 332 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
|
| /external/openthread/examples/platforms/simulation/ |
| D | diag.c | 156 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()
|
| D | dso_transport.c | 35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
| D | radio.c | 400 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 996 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/src/ncp/ |
| D | changed_props_set.cpp | 125 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
|
| /external/openthread/src/core/diags/ |
| D | factory_diags.cpp | 949 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/ |
| D | src_match_controller.cpp | 121 void SourceMatchController::Enable(bool aEnable) in Enable()
|
| /external/openthread/src/posix/platform/ |
| D | radio.cpp | 336 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/ |
| D | trel_interface.hpp | 234 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
|
| D | radio.hpp | 911 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()
|
| D | trel_interface.cpp | 79 void Interface::SetEnabled(bool aEnable) in SetEnabled()
|
| D | radio_platform.cpp | 325 OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
|
| /external/openthread/src/core/backbone_router/ |
| D | bbr_local.cpp | 83 void Local::SetEnabled(bool aEnable) in SetEnabled()
|
| /external/openthread/src/core/utils/ |
| D | link_metrics_manager.cpp | 62 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
|
| /external/openthread/src/cli/ |
| D | cli_utils.cpp | 430 otError Utils::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()
|
| /external/openthread/src/lib/spinel/ |
| D | radio_spinel.cpp | 970 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/ |
| D | test_dso.cpp | 370 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening()
|
| D | test_platform.cpp | 560 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 357 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/src/core/net/ |
| D | dns_dso.cpp | 1516 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
| /external/openthread/src/core/mac/ |
| D | mac.cpp | 132 void Mac::SetEnabled(bool aEnable) in SetEnabled()
|