Home
last modified time | relevance | path

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

12

/external/openthread/src/core/api/
Dip6_api.cpp44 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()
Dchannel_monitor_api.cpp45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled()
Dborder_routing_api.cpp50 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled()
Dchannel_manager_api.cpp73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled()
Dmessage_api.cpp73 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled) in otMessageSetDirectTransmission()
Dbackbone_router_ftd_api.cpp46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled()
Dthread_ftd_api.cpp367 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetCcmEnabled()
372 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetThreadVersionCheckEnabled()
Dsrp_client_api.cpp187 void otSrpClientSetServiceKeyRecordEnabled(otInstance *aInstance, bool aEnabled) in otSrpClientSetServiceKeyRecordEnabled()
Ddns_api.cpp54 void otDnsSetNameCompressionEnabled(bool aEnabled) in otDnsSetNameCompressionEnabled()
Dsrp_server_api.cpp85 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled()
Dthread_api.cpp406 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled()
/external/openthread/src/core/thread/
Dmle_router.hpp562 void SetCcmEnabled(bool aEnabled) { mCcmEnabled = aEnabled; } in SetCcmEnabled()
570 void SetThreadVersionCheckEnabled(bool aEnabled) { mThreadVersionCheckEnabled = aEnabled; } in SetThreadVersionCheckEnabled()
Dtopology.hpp676 void SetTimeSyncEnabled(bool aEnabled) { mTimeSyncEnabled = aEnabled; } in SetTimeSyncEnabled()
/external/openthread/src/core/utils/
Dchannel_manager.cpp310 void ChannelManager::SetAutoChannelSelectionEnabled(bool aEnabled) in SetAutoChannelSelectionEnabled()
/external/openthread/src/core/net/
Dip6.hpp256 void SetReceiveIp6FilterEnabled(bool aEnabled) { mIsReceiveIp6FilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled()
Dnetif.hpp592 void SetMulticastPromiscuous(bool aEnabled) { mMulticastPromiscuous = aEnabled; } in SetMulticastPromiscuous()
Dsrp_client.hpp716 void SetServiceKeyRecordEnabled(bool aEnabled) { mServiceKeyRecordEnabled = aEnabled; } in SetServiceKeyRecordEnabled()
/external/openthread/src/cli/
Dcli_output.cpp130 void Output::OutputEnabledDisabledStatus(bool aEnabled) in OutputEnabledDisabledStatus()
Dcli_output.hpp499 … void OutputEnabledDisabledStatus(bool aEnabled) { mOutput.OutputEnabledDisabledStatus(aEnabled); } in OutputEnabledDisabledStatus()
/external/openthread/src/core/mac/
Dmac.hpp184 void SetBeaconEnabled(bool aEnabled) { mBeaconsEnabled = aEnabled; } in SetBeaconEnabled()
/external/openthread/src/core/common/
Dmessage.hpp1111 void SetLinkSecurityEnabled(bool aEnabled) { GetMetadata().mLinkSecurity = aEnabled; } in SetLinkSecurityEnabled()
1216 void SetTimeSync(bool aEnabled) { GetMetadata().mTimeSync = aEnabled; } in SetTimeSync()
Dinstance.hpp327 … static void SetDnsNameCompressionEnabled(bool aEnabled) { sDnsNameCompressionEnabled = aEnabled; } in SetDnsNameCompressionEnabled()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp266 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnabled) in otPlatRadioSetPromiscuous()
/external/openthread/src/posix/platform/
Dradio.cpp466 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()
/external/openthread/examples/platforms/simulation/
Dradio.c1130 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()

12