Searched defs:aEnabled (Results 1 – 25 of 28) sorted by relevance
12
| /external/openthread/src/core/api/ |
| D | ip6_api.cpp | 44 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled() 108 void otIp6SetMulticastPromiscuousEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetMulticastPromiscuousEnabled() 128 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetReceiveFilterEnabled() 249 void otIp6SetSlaacEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetSlaacEnabled()
|
| D | channel_monitor_api.cpp | 45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled()
|
| D | border_routing_api.cpp | 50 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled()
|
| D | channel_manager_api.cpp | 73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled()
|
| D | message_api.cpp | 73 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled) in otMessageSetDirectTransmission()
|
| D | backbone_router_ftd_api.cpp | 46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled()
|
| D | thread_ftd_api.cpp | 367 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetCcmEnabled() 372 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetThreadVersionCheckEnabled()
|
| D | srp_client_api.cpp | 187 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled) in otSrpClientSetServiceKeyRecordEnabled()
|
| D | dns_api.cpp | 54 void otDnsSetNameCompressionEnabled(bool aEnabled) in otDnsSetNameCompressionEnabled()
|
| D | srp_server_api.cpp | 85 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled()
|
| D | thread_api.cpp | 406 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled()
|
| /external/openthread/src/core/thread/ |
| D | mle_router.hpp | 562 void SetCcmEnabled(bool aEnabled) { mCcmEnabled = aEnabled; } in SetCcmEnabled() 570 void SetThreadVersionCheckEnabled(bool aEnabled) { mThreadVersionCheckEnabled = aEnabled; } in SetThreadVersionCheckEnabled()
|
| D | topology.hpp | 676 void SetTimeSyncEnabled(bool aEnabled) { mTimeSyncEnabled = aEnabled; } in SetTimeSyncEnabled()
|
| /external/openthread/src/core/utils/ |
| D | channel_manager.cpp | 310 void ChannelManager::SetAutoChannelSelectionEnabled(bool aEnabled) in SetAutoChannelSelectionEnabled()
|
| /external/openthread/src/core/net/ |
| D | ip6.hpp | 256 void SetReceiveIp6FilterEnabled(bool aEnabled) { mIsReceiveIp6FilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled()
|
| D | netif.hpp | 592 void SetMulticastPromiscuous(bool aEnabled) { mMulticastPromiscuous = aEnabled; } in SetMulticastPromiscuous()
|
| D | srp_client.hpp | 716 void SetServiceKeyRecordEnabled(bool aEnabled) { mServiceKeyRecordEnabled = aEnabled; } in SetServiceKeyRecordEnabled()
|
| /external/openthread/src/cli/ |
| D | cli_output.cpp | 130 void Output::OutputEnabledDisabledStatus(bool aEnabled) in OutputEnabledDisabledStatus()
|
| D | cli_output.hpp | 499 … void OutputEnabledDisabledStatus(bool aEnabled) { mOutput.OutputEnabledDisabledStatus(aEnabled); } in OutputEnabledDisabledStatus()
|
| /external/openthread/src/core/mac/ |
| D | mac.hpp | 184 void SetBeaconEnabled(bool aEnabled) { mBeaconsEnabled = aEnabled; } in SetBeaconEnabled()
|
| /external/openthread/src/core/common/ |
| D | message.hpp | 1111 void SetLinkSecurityEnabled(bool aEnabled) { GetMetadata().mLinkSecurity = aEnabled; } in SetLinkSecurityEnabled() 1216 void SetTimeSync(bool aEnabled) { GetMetadata().mTimeSync = aEnabled; } in SetTimeSync()
|
| D | instance.hpp | 327 … static void SetDnsNameCompressionEnabled(bool aEnabled) { sDnsNameCompressionEnabled = aEnabled; } in SetDnsNameCompressionEnabled()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 266 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnabled) in otPlatRadioSetPromiscuous()
|
| /external/openthread/src/posix/platform/ |
| D | radio.cpp | 466 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()
|
| /external/openthread/examples/platforms/simulation/ |
| D | radio.c | 1130 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()
|
12