/openthread-latest/src/core/api/ |
D | channel_manager_api.cpp | 73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() 92 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoCslChannelSelectionEnabled()
|
D | channel_monitor_api.cpp | 45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled()
|
D | dns_server_api.cpp | 93 void otDnssdUpstreamQuerySetEnabled(otInstance *aInstance, bool aEnabled) in otDnssdUpstreamQuerySetEnabled()
|
D | message_api.cpp | 64 void otMessageSetMulticastLoopEnabled(otMessage *aMessage, bool aEnabled) in otMessageSetMulticastLoopEnabled() 76 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled) in otMessageSetDirectTransmission()
|
D | ip6_api.cpp | 40 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()
|
D | border_routing_api.cpp | 47 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() 217 void otBorderRoutingDhcp6PdSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingDhcp6PdSetEnabled()
|
D | thread_ftd_api.cpp | 352 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()
|
D | srp_server_api.cpp | 76 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled() 82 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled) in otSrpServerSetAutoEnableMode()
|
D | backbone_router_ftd_api.cpp | 46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled()
|
D | nat64_api.cpp | 115 void otNat64SetEnabled(otInstance *aInstance, bool aEnabled) in otNat64SetEnabled()
|
D | srp_client_api.cpp | 175 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled) in otSrpClientSetServiceKeyRecordEnabled()
|
D | dns_api.cpp | 72 void otDnsSetNameCompressionEnabled(bool aEnabled) { Instance::SetDnsNameCompressionEnabled(aEnable… in otDnsSetNameCompressionEnabled()
|
/openthread-latest/src/posix/platform/ |
D | resolver.hpp | 93 void SetResolvConfEnabled(bool aEnabled) { mIsResolvConfEnabled = aEnabled; } in SetResolvConfEnabled()
|
D | resolver.cpp | 360 void otSysUpstreamDnsServerSetResolvConfEnabled(bool aEnabled) { gResolver.SetResolvConfEnabled(aEn… in otSysUpstreamDnsServerSetResolvConfEnabled()
|
D | radio.cpp | 501 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled() 1075 void otSysSetRcpRestorationEnabled(bool aEnabled) { return GetRadioSpinel().SetRcpRestorationEnable… in otSysSetRcpRestorationEnabled()
|
/openthread-latest/src/core/utils/ |
D | channel_manager.cpp | 416 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled() 430 void ChannelManager::SetAutoCslChannelSelectionEnabled(bool aEnabled) in SetAutoCslChannelSelectionEnabled()
|
/openthread-latest/src/core/net/ |
D | ip6.hpp | 250 void SetReceiveIp6FilterEnabled(bool aEnabled) { mReceiveFilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled() 328 void SetTmfOriginFilterEnabled(bool aEnabled) { mTmfOriginFilterEnabled = aEnabled; } in SetTmfOriginFilterEnabled()
|
D | nat64_translator.cpp | 678 void Translator::SetEnabled(bool aEnabled) in SetEnabled()
|
D | dnssd_server.hpp | 250 void SetUpstreamQueryEnabled(bool aEnabled) { mEnableUpstreamQuery = aEnabled; } in SetUpstreamQueryEnabled()
|
/openthread-latest/src/core/thread/ |
D | mle_router.hpp | 472 void SetCcmEnabled(bool aEnabled) { mCcmEnabled = aEnabled; } in SetCcmEnabled() 479 void SetThreadVersionCheckEnabled(bool aEnabled) { mThreadVersionCheckEnabled = aEnabled; } in SetThreadVersionCheckEnabled()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 288 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnabled) in otPlatRadioSetPromiscuous() 294 void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnabled) in otPlatRadioSetRxOnWhenIdle()
|
/openthread-latest/src/core/mac/ |
D | mac.hpp | 185 void SetBeaconEnabled(bool aEnabled) { mBeaconsEnabled = aEnabled; } in SetBeaconEnabled()
|
/openthread-latest/src/cli/ |
D | cli_utils.cpp | 159 void Utils::OutputEnabledDisabledStatus(bool aEnabled) { OutputLine(aEnabled ? "Enabled" : "Disable… in OutputEnabledDisabledStatus()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 1087 void SetRcpRestorationEnabled(bool aEnabled) { mRcpRestorationEnabled = aEnabled; } in SetRcpRestorationEnabled()
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 116 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()
|