/aosp_15_r20/external/openthread/src/core/api/ |
H A D | ip6_api.cpp | 47 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled() 123 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetReceiveFilterEnabled() 251 void otIp6SetSlaacEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetSlaacEnabled()
|
H A D | channel_manager_api.cpp | 77 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() 96 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoCslChannelSelectionEnabled()
|
H A D | thread_ftd_api.cpp | 373 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetCcmEnabled() 378 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetThreadVersionCheckEnabled() 383 void otThreadSetTmfOriginFilterEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetTmfOriginFilterEnabled()
|
H A D | message_api.cpp | 67 void otMessageSetMulticastLoopEnabled(otMessage *aMessage, bool aEnabled) in otMessageSetMulticastLoopEnabled() 79 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled) in otMessageSetDirectTransmission()
|
H A D | border_routing_api.cpp | 51 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() 221 void otBorderRoutingDhcp6PdSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingDhcp6PdSetEnabled()
|
H A D | srp_server_api.cpp | 79 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled() 85 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled) in otSrpServerSetAutoEnableMode()
|
H A D | channel_monitor_api.cpp | 45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled()
|
H A D | dns_server_api.cpp | 95 void otDnssdUpstreamQuerySetEnabled(otInstance *aInstance, bool aEnabled) in otDnssdUpstreamQuerySetEnabled()
|
H A D | backbone_router_ftd_api.cpp | 46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled()
|
H A D | nat64_api.cpp | 124 void otNat64SetEnabled(otInstance *aInstance, bool aEnabled) in otNat64SetEnabled()
|
H A D | srp_client_api.cpp | 178 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled) in otSrpClientSetServiceKeyRecordEnabled()
|
H A D | dns_api.cpp | 74 void otDnsSetNameCompressionEnabled(bool aEnabled) { Instance::SetDnsNameCompressionEnabled(aEnable… in otDnsSetNameCompressionEnabled()
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | channel_manager.cpp | 424 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled() 438 void ChannelManager::SetAutoCslChannelSelectionEnabled(bool aEnabled) in SetAutoCslChannelSelectionEnabled()
|
/aosp_15_r20/external/ot-br-posix/src/android/ |
H A D | otdaemon_server.cpp | 536 Status OtDaemonServer::initialize(const bool aEnabled, in initialize() 565 void OtDaemonServer::initializeInternal(const bool aEnabled, in initializeInternal() 653 Status OtDaemonServer::setThreadEnabled(const bool aEnabled, const std::shared_ptr<IOtStatusReceive… in setThreadEnabled() 660 void OtDaemonServer::setThreadEnabledInternal(const bool aEnabled, const std::shared_ptr<IOtStatusR… in setThreadEnabledInternal()
|
H A D | android_rcp_host.cpp | 157 void AndroidRcpHost::SetTrelEnabled(bool aEnabled) in SetTrelEnabled() 379 void AndroidRcpHost::SetBorderRouterEnabled(bool aEnabled) in SetBorderRouterEnabled()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | ip6.hpp | 278 void SetReceiveIp6FilterEnabled(bool aEnabled) { mIsReceiveIp6FilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled() 365 void SetTmfOriginFilterEnabled(bool aEnabled) { mTmfOriginFilterEnabled = aEnabled; } in SetTmfOriginFilterEnabled()
|
H A D | nat64_translator.cpp | 676 void Translator::SetEnabled(bool aEnabled) in SetEnabled()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle_router.hpp | 519 void SetCcmEnabled(bool aEnabled) { mCcmEnabled = aEnabled; } in SetCcmEnabled() 527 void SetThreadVersionCheckEnabled(bool aEnabled) { mThreadVersionCheckEnabled = aEnabled; } in SetThreadVersionCheckEnabled()
|
/aosp_15_r20/external/ot-br-posix/src/dbus/client/ |
H A D | thread_api_dbus.cpp | 461 ClientError ThreadApiDBus::SetNat64Enabled(bool aEnabled) in SetNat64Enabled() 466 ClientError ThreadApiDBus::SetEphemeralKeyEnabled(bool aEnabled) in SetEphemeralKeyEnabled() 496 ClientError ThreadApiDBus::GetEphemeralKeyEnabled(bool &aEnabled) in GetEphemeralKeyEnabled()
|
/aosp_15_r20/external/openthread/src/core/border_router/ |
H A D | routing_manager.cpp | 134 Error RoutingManager::SetEnabled(bool aEnabled) in SetEnabled() 238 void RoutingManager::SetNat64PrefixManagerEnabled(bool aEnabled) in SetNat64PrefixManagerEnabled() 3522 void RoutingManager::Nat64PrefixManager::SetEnabled(bool aEnabled) in SetEnabled() 3894 void RoutingManager::PdPrefixManager::SetEnabled(bool aEnabled) in SetEnabled()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | resolver.hpp | 99 void SetResolvConfEnabled(bool aEnabled) { mIsResolvConfEnabled = aEnabled; } in SetResolvConfEnabled()
|
H A D | resolver.cpp | 360 void otSysUpstreamDnsServerSetResolvConfEnabled(bool aEnabled) { gResolver.SetResolvConfEnabled(aEn… in otSysUpstreamDnsServerSetResolvConfEnabled()
|
/aosp_15_r20/external/openthread/tests/fuzz/ |
H A D | fuzzer_platform.cpp | 281 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnabled) in otPlatRadioSetPromiscuous() 287 void otPlatRadioSetRxOnWhenIdle(otInstance *aInstance, bool aEnabled) in otPlatRadioSetRxOnWhenIdle()
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | logging.cpp | 86 void otbrLogSyslogSetEnabled(bool aEnabled) in otbrLogSyslogSetEnabled()
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_host.cpp | 178 void NcpHost::SetThreadEnabled(bool aEnabled, const AsyncResultReceiver aReceiver) in SetThreadEnabled()
|