Home
last modified time | relevance | path

Searched defs:aEnabled (Results 1 – 25 of 35) sorted by relevance

12

/openthread-latest/src/core/api/
Dchannel_manager_api.cpp73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled()
92 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoCslChannelSelectionEnabled()
Dchannel_monitor_api.cpp45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled()
Ddns_server_api.cpp93 void otDnssdUpstreamQuerySetEnabled(otInstance *aInstance, bool aEnabled) in otDnssdUpstreamQuerySetEnabled()
Dmessage_api.cpp64 void otMessageSetMulticastLoopEnabled(otMessage *aMessage, bool aEnabled) in otMessageSetMulticastLoopEnabled()
76 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled) in otMessageSetDirectTransmission()
Dip6_api.cpp40 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled()
116 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetReceiveFilterEnabled()
244 void otIp6SetSlaacEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetSlaacEnabled()
Dborder_routing_api.cpp47 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled()
217 void otBorderRoutingDhcp6PdSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingDhcp6PdSetEnabled()
Dthread_ftd_api.cpp352 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetCcmEnabled()
357 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetThreadVersionCheckEnabled()
362 void otThreadSetTmfOriginFilterEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetTmfOriginFilterEnabled()
Dsrp_server_api.cpp76 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled()
82 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled) in otSrpServerSetAutoEnableMode()
Dbackbone_router_ftd_api.cpp46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled()
Dnat64_api.cpp115 void otNat64SetEnabled(otInstance *aInstance, bool aEnabled) in otNat64SetEnabled()
Dsrp_client_api.cpp175 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled) in otSrpClientSetServiceKeyRecordEnabled()
Ddns_api.cpp72 void otDnsSetNameCompressionEnabled(bool aEnabled) { Instance::SetDnsNameCompressionEnabled(aEnable… in otDnsSetNameCompressionEnabled()
/openthread-latest/src/posix/platform/
Dresolver.hpp93 void SetResolvConfEnabled(bool aEnabled) { mIsResolvConfEnabled = aEnabled; } in SetResolvConfEnabled()
Dresolver.cpp360 void otSysUpstreamDnsServerSetResolvConfEnabled(bool aEnabled) { gResolver.SetResolvConfEnabled(aEn… in otSysUpstreamDnsServerSetResolvConfEnabled()
Dradio.cpp501 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()
1075 void otSysSetRcpRestorationEnabled(bool aEnabled) { return GetRadioSpinel().SetRcpRestorationEnable… in otSysSetRcpRestorationEnabled()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp416 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled()
430 void ChannelManager::SetAutoCslChannelSelectionEnabled(bool aEnabled) in SetAutoCslChannelSelectionEnabled()
/openthread-latest/src/core/net/
Dip6.hpp250 void SetReceiveIp6FilterEnabled(bool aEnabled) { mReceiveFilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled()
328 void SetTmfOriginFilterEnabled(bool aEnabled) { mTmfOriginFilterEnabled = aEnabled; } in SetTmfOriginFilterEnabled()
Dnat64_translator.cpp678 void Translator::SetEnabled(bool aEnabled) in SetEnabled()
Ddnssd_server.hpp250 void SetUpstreamQueryEnabled(bool aEnabled) { mEnableUpstreamQuery = aEnabled; } in SetUpstreamQueryEnabled()
/openthread-latest/src/core/thread/
Dmle_router.hpp472 void SetCcmEnabled(bool aEnabled) { mCcmEnabled = aEnabled; } in SetCcmEnabled()
479 void SetThreadVersionCheckEnabled(bool aEnabled) { mThreadVersionCheckEnabled = aEnabled; } in SetThreadVersionCheckEnabled()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp288 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnabled) in otPlatRadioSetPromiscuous()
294 void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnabled) in otPlatRadioSetRxOnWhenIdle()
/openthread-latest/src/core/mac/
Dmac.hpp185 void SetBeaconEnabled(bool aEnabled) { mBeaconsEnabled = aEnabled; } in SetBeaconEnabled()
/openthread-latest/src/cli/
Dcli_utils.cpp159 void Utils::OutputEnabledDisabledStatus(bool aEnabled) { OutputLine(aEnabled ? "Enabled" : "Disable… in OutputEnabledDisabledStatus()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1087 void SetRcpRestorationEnabled(bool aEnabled) { mRcpRestorationEnabled = aEnabled; } in SetRcpRestorationEnabled()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp116 Error RoutingManager::SetEnabled(bool aEnabled) in SetEnabled()
220 void RoutingManager::SetNat64PrefixManagerEnabled(bool aEnabled) in SetNat64PrefixManagerEnabled()
3530 void RoutingManager::Nat64PrefixManager::SetEnabled(bool aEnabled) in SetEnabled()
3913 void RoutingManager::PdPrefixManager::SetEnabled(bool aEnabled) in SetEnabled()

12