Home
last modified time | relevance | path

Searched refs:ClearSrcMatchExtEntry (Results 1 – 8 of 8) sorted by relevance

/external/openthread/src/core/thread/
Dsrc_match_controller.cpp178 error = Get<Radio>().ClearSrcMatchExtEntry(aChild.GetExtAddress()); in ClearEntry()
/external/openthread/src/core/radio/
Dradio.cpp108 Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Radio
Dradio.hpp681 Error ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
1126 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in ClearSrcMatchExtEntry() function in ot::Radio
/external/openthread/src/core/api/
Dlink_raw_api.cpp170 error = instance.Get<Radio>().ClearSrcMatchExtEntry(AsCoreType(aExtAddress)); in otLinkRawSrcMatchClearExtEntry()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp547 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress);
Dradio_spinel.cpp1077 otError RadioSpinel::ClearSrcMatchExtEntry(const otExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
/external/openthread/tests/gtest/
Dradio_spinel_rcp_test.cpp457 ASSERT_EQ(platform.mRadioSpinel.ClearSrcMatchExtEntry(kTestExtAddr), kErrorNone); in TEST()
/external/openthread/src/posix/platform/
Dradio.cpp452 return GetRadioSpinel().ClearSrcMatchExtEntry(addr); in otPlatRadioClearSrcMatchExtEntry()