Home
last modified time | relevance | path

Searched defs:aEnable (Results 1 – 19 of 19) sorted by relevance

/external/openthread/examples/platforms/simulation/
Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
Dradio.c281 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
1014 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/external/openthread/src/core/api/
Dtrel_api.cpp71 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled()
Dlink_raw_api.cpp72 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous()
130 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable()
Dlink_api.cpp344 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled()
/external/openthread/src/ncp/
Dchanged_props_set.cpp129 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter()
/external/openthread/src/core/thread/
Dsrc_match_controller.cpp121 void SourceMatchController::Enable(bool aEnable) in Enable()
/external/openthread/src/core/radio/
Dtrel_interface.hpp213 void SetFilterEnabled(bool aEnable) { mFiltered = aEnable; } in SetFilterEnabled()
Dradio.hpp756 inline void Radio::SetPromiscuous(bool aEnable) in SetPromiscuous()
837 inline void Radio::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp84 void Local::SetEnabled(bool aEnable) in SetEnabled()
/external/openthread/src/core/net/
Dip6.hpp272 void SetForwardingEnabled(bool aEnable) { mForwardingEnabled = aEnable; } in SetForwardingEnabled()
/external/openthread/examples/platforms/cc2538/
Dradio.c681 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/
Dradio.cpp225 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
358 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/external/openthread/src/core/mac/
Dmac.hpp568 void SetEnabled(bool aEnable) { mEnabled = aEnable; } in SetEnabled()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp355 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
/external/openthread/tests/unit/
Dtest_dso.cpp374 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening()
Dtest_platform.cpp555 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1129 otError RadioSpinel<InterfaceType, ProcessContextType>::SetPromiscuous(bool aEnable) in SetPromiscuous()
1242 otError RadioSpinel<InterfaceType, ProcessContextType>::EnableSrcMatch(bool aEnable) in EnableSrcMatch()
/external/openthread/src/cli/
Dcli.cpp313 otError Interpreter::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()