Home
last modified time | relevance | path

Searched refs:kUriAddressNotify (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Duri_paths.hpp49 kUriAddressNotify, ///< Address Notify ("a/an") enumerator
120 template <> const char *UriToString<kUriAddressNotify>(void);
Duri_paths.cpp104 ValidateNextEnum(kUriAddressNotify);
167 template <> const char *UriToString<kUriAddressNotify>(void) { return "AddressNotify"; } in UriToString()
Daddress_resolver.cpp649 void AddressResolver::HandleTmf<kUriAddressNotify>(Coap::Message &aMessage, const Ip6::MessageInfo … in HandleTmf()
676 LogInfo("Received %s from 0x%04x for %s to 0x%04x", UriToString<kUriAddressNotify>(), in HandleTmf()
710 LogInfo("Sent %s ack", UriToString<kUriAddressNotify>()); in HandleTmf()
901 message = Get<Tmf::Agent>().NewPriorityConfirmablePostMessage(kUriAddressNotify); in SendAddressQueryResponse()
917 …LogInfo("Sent %s for target %s", UriToString<kUriAddressNotify>(), aTarget.ToString().AsCString()); in SendAddressQueryResponse()
1018 … LogInfo("Timed out waiting for %s for %s, retry: %d", UriToString<kUriAddressNotify>(), in HandleTimeTick()
Daddress_resolver.hpp393 DeclareTmfHandler(AddressResolver, kUriAddressNotify);
Dtmf.cpp129 Case(kUriAddressNotify, AddressResolver); in HandleResource()