Home
last modified time | relevance | path

Searched refs:aExtAddr (Results 1 – 9 of 9) sorted by relevance

/external/openthread/tests/gtest/
Dfake_platform.hpp119 …virtual void SrcMatchAddExtEntry(const otExtAddress &aExtAddr) { mSrcMatchExtAddrs.insert(aExtAddr in SrcMatchAddExtEntry() argument
120 …irtual void SrcMatchClearExtEntry(const otExtAddress &aExtAddr) { mSrcMatchExtAddrs.erase(aExtAddr in SrcMatchClearExtEntry() argument
121 virtual bool SrcMatchHasExtEntry(const otExtAddress &aExtAddr) const in SrcMatchHasExtEntry()
123 return mSrcMatchExtAddrs.count(aExtAddr) != 0; in SrcMatchHasExtEntry()
Dfake_platform.cpp415 otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *aExtAddr) in otPlatRadioAddSrcMatchExtEntry() argument
417 FakePlatform::CurrentPlatform().SrcMatchAddExtEntry(*aExtAddr); in otPlatRadioAddSrcMatchExtEntry()
427 otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *aExtAddr) in otPlatRadioClearSrcMatchExtEntry() argument
429 FakePlatform::CurrentPlatform().SrcMatchClearExtEntry(*aExtAddr); in otPlatRadioClearSrcMatchExtEntry()
/external/openthread/src/core/mac/
Dmac_links.hpp474 … UpdateCsl(uint16_t aPeriod, uint8_t aChannel, ShortAddress aShortAddr, const ExtAddress &aExtAddr) in UpdateCsl() argument
481 OT_UNUSED_VARIABLE(aExtAddr); in UpdateCsl()
483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
Dsub_mac_csl_receiver.cpp110 …:UpdateCsl(uint16_t aPeriod, uint8_t aChannel, ShortAddress aShortAddr, const ExtAddress &aExtAddr) in UpdateCsl() argument
123 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
Dsub_mac.hpp389 …UpdateCsl(uint16_t aPeriod, uint8_t aChannel, ShortAddress aShortAddr, const ExtAddress &aExtAddr);
/external/openthread/src/core/radio/
Dradio.hpp543 …rror EnableCsl(uint32_t aCslPeriod, Mac::ShortAddress aShortAddr, const Mac::ExtAddress &aExtAddr);
983 …adio::EnableCsl(uint32_t aCslPeriod, Mac::ShortAddress aShortAddr, const Mac::ExtAddress &aExtAddr) in EnableCsl() argument
985 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, &aExtAddr); in EnableCsl()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp276 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() argument
279 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioSetExtendedAddress()
/external/openthread/include/openthread/platform/
Dradio.h1183 const otExtAddress *aExtAddr);
/external/openthread/examples/platforms/simulation/
Dradio.c1109 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() argument
1113 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioEnableCsl()