Searched defs:aEnable (Results 1 – 19 of 19) sorted by relevance
| /external/openthread/examples/platforms/simulation/ |
| D | dso_transport.c | 35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
| D | radio.c | 281 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 1014 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/src/core/api/ |
| D | trel_api.cpp | 71 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
|
| D | link_raw_api.cpp | 72 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() 130 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
|
| D | link_api.cpp | 344 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
|
| /external/openthread/src/ncp/ |
| D | changed_props_set.cpp | 129 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
|
| /external/openthread/src/core/thread/ |
| D | src_match_controller.cpp | 121 void SourceMatchController::Enable(bool aEnable) in Enable()
|
| /external/openthread/src/core/radio/ |
| D | trel_interface.hpp | 213 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
|
| D | radio.hpp | 756 inline void Radio::SetPromiscuous(bool aEnable) in SetPromiscuous() 837 inline void Radio::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
|
| /external/openthread/src/core/backbone_router/ |
| D | bbr_local.cpp | 84 void Local::SetEnabled(bool aEnable) in SetEnabled()
|
| /external/openthread/src/core/net/ |
| D | ip6.hpp | 272 void SetForwardingEnabled(bool aEnable) { mForwardingEnabled = aEnable; } in SetForwardingEnabled()
|
| /external/openthread/examples/platforms/cc2538/ |
| D | radio.c | 681 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 965 void setSrcMatchEntryEnableStatus(bool aShort, uint8_t aEntry, bool aEnable) in setSrcMatchEntryEnableStatus() 1055 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/src/posix/platform/ |
| D | radio.cpp | 225 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 358 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/src/core/mac/ |
| D | mac.hpp | 568 void SetEnabled(bool aEnable) { mEnabled = aEnable; } in SetEnabled()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 355 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
|
| /external/openthread/tests/unit/ |
| D | test_dso.cpp | 374 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening()
|
| D | test_platform.cpp | 555 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
|
| /external/openthread/src/lib/spinel/ |
| D | radio_spinel_impl.hpp | 1129 otError RadioSpinel<InterfaceType, ProcessContextType>::SetPromiscuous(bool aEnable) in SetPromiscuous() 1242 otError RadioSpinel<InterfaceType, ProcessContextType>::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
|
| /external/openthread/src/cli/ |
| D | cli.cpp | 313 otError Interpreter::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()
|