Home
last modified time | relevance | path

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

12

/openthread-latest/src/core/api/
Dtrel_api.cpp44 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled()
66 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
Dlink_metrics_api.cpp105 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
Dlink_raw_api.cpp63 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous()
112 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
Dlink_api.cpp360 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
514 otError otLinkSetWakeUpListenEnabled(otInstance *aInstance, bool aEnable) in otLinkSetWakeUpListenEnabled()
Dmdns_api.cpp42 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
/openthread-latest/examples/platforms/simulation/
Ddiag.c162 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()
Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
Dmdns_socket.c258 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/
Dsub_mac_wed.cpp51 void SubMac::UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aC… in UpdateWakeupListening()
Dmac_links.hpp514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
Dmac.cpp128 void Mac::SetEnabled(bool aEnable) in SetEnabled()
2610 Error Mac::SetWakeupListenEnabled(bool aEnable) in SetWakeupListenEnabled()
/openthread-latest/src/ncp/
Dchanged_props_set.cpp127 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp112 void SourceMatchController::Enable(bool aEnable) in Enable()
/openthread-latest/tests/unit/
Dtest_ncp_srp_server.cpp46 static otError GenerateSpinelSrpServerFrame(spinel_prop_key_t aProp, bool aEnable, uint8_t *aBuf, u… in GenerateSpinelSrpServerFrame()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp1286 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/
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()
Dradio.cpp265 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/
Dtrel_interface.hpp230 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
Dradio.hpp923 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()
Dtrel_interface.cpp69 void Interface::SetEnabled(bool aEnable) in SetEnabled()
Dradio_platform.cpp362 extern "C" OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp77 void Local::SetEnabled(bool aEnable) in SetEnabled()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp78 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/
Dlink_metrics_manager.cpp56 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp383 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
619 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()

12