Home
last modified time | relevance | path

Searched defs:aLinkInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dmessage_api.cpp93 otError otMessageGetThreadLinkInfo(const otMessage *aMessage, otThreadLinkInfo *aLinkInfo) in otMessageGetThreadLinkInfo()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_link_quality.cpp85 void PrintOutcome(LinkQualityInfo &aLinkInfo) { printf("%s -> PASS \n", aLinkInfo.ToInfoString().As… in PrintOutcome()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp856 void Message::UpdateLinkInfoFrom(const ThreadLinkInfo &aLinkInfo) in UpdateLinkInfoFrom()