Home
last modified time | relevance | path

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

12

/openthread-latest/src/core/api/
Dtrel_api.cpp46 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled()
68 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
Dlink_metrics_api.cpp107 void otLinkMetricsManagerSetEnabled(otInstance *aInstance, bool aEnable) in otLinkMetricsManagerSetEnabled()
Dlink_raw_api.cpp66 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous()
115 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
Dmdns_api.cpp45 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
Dlink_api.cpp337 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
/openthread-latest/examples/platforms/simulation/
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()
Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
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()
Dradio.c397 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
997 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/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.cpp121 void SourceMatchController::Enable(bool aEnable) in Enable()
/openthread-latest/src/core/diags/
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()
/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.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()
/openthread-latest/src/core/radio/
Dtrel_interface.hpp234 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
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()
Dtrel_interface.cpp79 void Interface::SetEnabled(bool aEnable) in SetEnabled()
Dradio_platform.cpp345 OT_TOOL_WEAK void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnable) in otPlatRadioSetRxOnWhenIdle()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp83 void Local::SetEnabled(bool aEnable) in SetEnabled()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp62 void LinkMetricsManager::SetEnabled(bool aEnable) in SetEnabled()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp376 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
612 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled()
/openthread-latest/src/lib/spinel/
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()
/openthread-latest/src/cli/
Dcli_utils.cpp430 otError Utils::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()
/openthread-latest/tests/unit/
Dtest_dso.cpp370 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening()
/openthread-latest/src/core/net/
Ddns_dso.cpp1490 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()

12