Home
last modified time | relevance | path

Searched defs:GetLinkInfo (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor.hpp572 LinkQualityInfo &GetLinkInfo(void) { return mLinkInfo; } in GetLinkInfo() function in ot::Neighbor
579 const LinkQualityInfo &GetLinkInfo(void) const { return mLinkInfo; } in GetLinkInfo() function in ot::Neighbor
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc147 std::vector<InterfaceInfo> GetLinkInfo() { in GetLinkInfo() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dnetlink.cc175 bool Netlink::GetLinkInfo(const std::string& interface_name, in GetLinkInfo() function in quic::Netlink
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dnetlink.cc175 bool Netlink::GetLinkInfo(const std::string& interface_name, in GetLinkInfo() function in quic::Netlink
/external/openthread/src/core/common/
Dmessage.cpp799 Error Message::GetLinkInfo(ThreadLinkInfo &aLinkInfo) const in GetLinkInfo() function in ot::Message