/openthread-latest/src/core/api/ |
D | trel_api.cpp | 44 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled() 66 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
|
D | link_metrics_api.cpp | 105 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
|
D | link_raw_api.cpp | 63 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() 112 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
|
D | link_api.cpp | 360 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled() 514 otError otLinkSetWakeUpListenEnabled(otInstance *aInstance, bool aEnable) in otLinkSetWakeUpListenEnabled()
|
D | mdns_api.cpp | 42 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
|
/openthread-latest/examples/platforms/simulation/ |
D | diag.c | 162 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable() 170 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() 178 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
|
D | dso_transport.c | 35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
D | mdns_socket.c | 258 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 533 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
|
/openthread-latest/src/core/mac/ |
D | sub_mac_wed.cpp | 51 void SubMac::UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aC… in UpdateWakeupListening()
|
D | mac_links.hpp | 514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
|
D | mac.cpp | 128 void Mac::SetEnabled(bool aEnable) in SetEnabled() 2610 Error Mac::SetWakeupListenEnabled(bool aEnable) in SetWakeupListenEnabled()
|
/openthread-latest/src/ncp/ |
D | changed_props_set.cpp | 127 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
|
/openthread-latest/src/core/thread/ |
D | src_match_controller.cpp | 112 void SourceMatchController::Enable(bool aEnable) in Enable()
|
/openthread-latest/tests/unit/ |
D | test_ncp_srp_server.cpp | 46 static otError GenerateSpinelSrpServerFrame(spinel_prop_key_t aProp, bool aEnable, uint8_t *aBuf, u… in GenerateSpinelSrpServerFrame()
|
/openthread-latest/src/core/diags/ |
D | factory_diags.cpp | 1286 OT_TOOL_WEAK otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable() 1294 OT_TOOL_WEAK otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() 1302 OT_TOOL_WEAK otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
|
/openthread-latest/src/posix/platform/ |
D | mdns_socket.cpp | 48 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()
|
D | radio.cpp | 265 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 393 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() 811 otError otPlatDiagRadioRawPowerSettingEnable(otInstance *aInstance, bool aEnable) in otPlatDiagRadioRawPowerSettingEnable() 825 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() 839 otError otPlatDiagRadioTransmitStream(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitStream()
|
/openthread-latest/src/core/radio/ |
D | trel_interface.hpp | 230 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
|
D | radio.hpp | 923 inline void Radio::SetPromiscuous(bool aEnable) { otPlatRadioSetPromiscuous(GetInstancePtr(), aEnab… in SetPromiscuous() 925 inline void Radio::SetRxOnWhenIdle(bool aEnable) { otPlatRadioSetRxOnWhenIdle(GetInstancePtr(), aEn… in SetRxOnWhenIdle() 1012 inline void Radio::EnableSrcMatch(bool aEnable) { otPlatRadioEnableSrcMatch(GetInstancePtr(), aEnab… in EnableSrcMatch()
|
D | trel_interface.cpp | 69 void Interface::SetEnabled(bool aEnable) in SetEnabled()
|
D | radio_platform.cpp | 362 extern "C" OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_local.cpp | 77 void Local::SetEnabled(bool aEnable) in SetEnabled()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 78 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) { AsNode(aInstance).mRadio.mPro… in otPlatRadioSetPromiscuous() 151 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
/openthread-latest/src/core/utils/ |
D | link_metrics_manager.cpp | 56 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 383 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() 619 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
|