Home
last modified time | relevance | path

Searched refs:UriToString (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/src/core/thread/
Duri_paths.hpp116 template <Uri kUri> const char *UriToString(void);
119 template <> const char *UriToString<kUriAddressError>(void);
120 template <> const char *UriToString<kUriAddressNotify>(void);
121 template <> const char *UriToString<kUriAddressQuery>(void);
122 template <> const char *UriToString<kUriAddressRelease>(void);
123 template <> const char *UriToString<kUriAddressSolicit>(void);
124 template <> const char *UriToString<kUriServerData>(void);
125 template <> const char *UriToString<kUriAnycastLocate>(void);
126 template <> const char *UriToString<kUriBackboneAnswer>(void);
127 template <> const char *UriToString<kUriBackboneMlr>(void);
[all …]
Duri_paths.cpp166 template <> const char *UriToString<kUriAddressError>(void) { return "AddressError"; } in UriToString() function
167 template <> const char *UriToString<kUriAddressNotify>(void) { return "AddressNotify"; } in UriToString() function
168 template <> const char *UriToString<kUriAddressQuery>(void) { return "AddressQuery"; } in UriToString() function
169 template <> const char *UriToString<kUriAddressRelease>(void) { return "AddressRelease"; } in UriToString() function
170 template <> const char *UriToString<kUriAddressSolicit>(void) { return "AddressSolicit"; } in UriToString() function
171 template <> const char *UriToString<kUriServerData>(void) { return "ServerData"; } in UriToString() function
172 template <> const char *UriToString<kUriAnycastLocate>(void) { return "AnycastLocate"; } in UriToString() function
173 template <> const char *UriToString<kUriBackboneAnswer>(void) { return "BackboneAnswer"; } in UriToString() function
174 template <> const char *UriToString<kUriBackboneMlr>(void) { return "BackboneMlr"; } in UriToString() function
175 template <> const char *UriToString<kUriBackboneQuery>(void) { return "BackboneQuery"; } in UriToString() function
[all …]
Daddress_resolver.cpp627 LogInfo("Sent %s for %s", UriToString<kUriAddressQuery>(), aEid.ToString().AsCString()); in SendAddressQuery()
639 … LogInfo("Extending %s to %s for target %s, rloc16=%04x(self)", UriToString<kUriAddressQuery>(), in SendAddressQuery()
640 UriToString<kUriBackboneQuery>(), aEid.ToString().AsCString(), selfRloc16); in SendAddressQuery()
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()
747 … LogInfo("Sent %s for target %s", UriToString<kUriAddressError>(), aTarget.ToString().AsCString()); in SendAddressError()
754 LogInfo("Failed to send %s: %s", UriToString<kUriAddressError>(), ErrorToString(error)); in SendAddressError()
773 LogInfo("Received %s", UriToString<kUriAddressError>()); in HandleTmf()
779 LogInfo("Sent %s ack", UriToString<kUriAddressError>()); in HandleTmf()
836 … LogWarn("Error %s when processing %s", ErrorToString(error), UriToString<kUriAddressError>()); in HandleTmf()
[all …]
Dpanid_query_server.cpp69 LogInfo("Sent %s ack", UriToString<kUriPanIdQuery>()); in HandleTmf()
113 LogInfo("Sent %s", UriToString<kUriPanIdConflict>()); in SendConflict()
Ddua_manager.cpp532 …LogInfo("Sent %s for DUA %s", UriToString<kUriDuaRegistrationRequest>(), dua.ToString().AsCString(… in PerformNextRegistration()
583 …LogInfo("Received %s response: %s", UriToString<kUriDuaRegistrationRequest>(), ErrorToString(error… in HandleDuaResponse()
597 LogInfo("Sent %s ack", UriToString<kUriDuaRegistrationNotify>()); in HandleTmf()
604 LogInfo("Received %s: %s", UriToString<kUriDuaRegistrationNotify>(), ErrorToString(error)); in HandleTmf()
734 …LogInfo("Sent %s for child %04x DUA %s", UriToString<kUriDuaRegistrationNotify>(), aChild.GetRloc1… in SendAddressNotification()
744 …LogWarn("Sent %s for child %04x DUA %s Error %s", UriToString<kUriDuaRegistrationNotify>(), aChild… in SendAddressNotification()
Denergy_scan_server.cpp93 LogInfo("Sent %s ack", UriToString<kUriEnergyScan>()); in HandleTmf()
188 LogInfo("Sent %s", UriToString<kUriEnergyReport>()); in SendReport()
Dnetwork_diagnostic.cpp399 LogInfo("Received %s from %s", UriToString<kUriDiagnosticGetQuery>(), in HandleTmf()
797 LogInfo("Received %s from %s", UriToString<kUriDiagnosticGetRequest>(), in HandleTmf()
819 LogInfo("Received %s from %s", UriToString<kUriDiagnosticReset>(), in HandleTmf()
934 LogInfo("Sent %s to %s", UriToString(aUri), aDestination.ToString().AsCString()); in SendCommand()
961 LogInfo("Received %s from %s", ot::UriToString<kUriDiagnosticGetAnswer>(), in HandleTmf()
1268 const char *Client::UriToString(Uri aUri) in UriToString() function in ot::NetworkDiagnostic::Client
1275 str = ot::UriToString<kUriDiagnosticGetQuery>(); in UriToString()
1278 str = ot::UriToString<kUriDiagnosticGetRequest>(); in UriToString()
1281 str = ot::UriToString<kUriDiagnosticReset>(); in UriToString()
Dannounce_begin_server.cpp73 LogInfo("Sent %s response", UriToString<kUriAnnounceBegin>()); in HandleTmf()
Dnetwork_diagnostic.hpp325 static const char *UriToString(Uri aUri);
Dnetwork_data_leader_ftd.cpp229 LogInfo("Received %s", UriToString<kUriServerData>()); in HandleTmf()
257 LogInfo("Sent %s ack", UriToString<kUriServerData>()); in HandleTmf()
313 LogInfo("Sent %s response to %s", UriToString<kUriCommissionerGet>(), in HandleTmf()
333 LogInfo("Sent %s response", UriToString<kUriCommissionerSet>()); in SendCommissioningSetResponse()
Dnetwork_data_notifier.cpp215 LogInfo("Sent %s", UriToString<kUriServerData>()); in SendServerDataNotification()
/openthread-latest/src/core/meshcop/
Dpanid_query_client.cpp75 LogInfo("Sent %s", UriToString<kUriPanIdQuery>()); in SendQuery()
92 LogInfo("Received %s", UriToString<kUriPanIdConflict>()); in HandleTmf()
102 LogInfo("Sent %s response", UriToString<kUriPanIdConflict>()); in HandleTmf()
Dmeshcop_leader.cpp61 LogInfo("Received %s", UriToString<kUriLeaderPetition>()); in HandleTmf()
111 LogInfo("Sent %s response", UriToString<kUriLeaderPetition>()); in SendPetitionResponse()
125 LogInfo("Received %s", UriToString<kUriLeaderKeepAlive>()); in HandleTmf()
178 LogInfo("Sent %s response", UriToString<kUriLeaderKeepAlive>()); in SendKeepAliveResponse()
197 LogInfo("Sent %s", UriToString<kUriDatasetChanged>()); in SendDatasetChanged()
Denergy_scan_client.cpp79 LogInfo("Sent %s", UriToString<kUriEnergyScan>()); in SendQuery()
96 LogInfo("Received %s", UriToString<kUriEnergyReport>()); in HandleTmf()
106 LogInfo("Sent %s ack", UriToString<kUriEnergyReport>()); in HandleTmf()
Dcommissioner.cpp626 LogInfo("Sent %s to leader", UriToString<kUriCommissionerGet>()); in SendMgmtCommissionerGetRequest()
649 LogInfo("Received %s response", UriToString<kUriCommissionerGet>()); in HandleMgmtCommissionerGetResponse()
697 LogInfo("Sent %s to leader", UriToString<kUriCommissionerSet>()); in SendMgmtCommissionerSetRequest()
729 LogInfo("Received %s response: %s", UriToString<kUriCommissionerSet>(), in HandleMgmtCommissionerSetResponse()
750 LogInfo("Sent %s", UriToString<kUriLeaderPetition>()); in SendPetition()
779 LogInfo("Received %s response", UriToString<kUriLeaderPetition>()); in HandleLeaderPetitionResponse()
837 LogInfo("Sent %s", UriToString<kUriLeaderKeepAlive>()); in SendKeepAlive()
865 LogInfo("Received %s response", UriToString<kUriLeaderKeepAlive>()); in HandleLeaderKeepAliveResponse()
920 …LogNote("Ignore %s (%s, 0x%04x), session in progress with (%s, 0x%04x)", UriToString<kUriRelayRx>(… in HandleTmf()
930 …LogInfo("Received %s (%s, 0x%04x)", UriToString<kUriRelayRx>(), mJoinerIid.ToString().AsCString(),… in HandleTmf()
[all …]
Djoiner_router.cpp148 LogInfo("Sent %s", UriToString<kUriRelayRx>()); in HandleUdpReceive()
169 LogInfo("Received %s", UriToString<kUriRelayTx>()); in HandleTmf()
268 LogInfo("Sent %s (len= %d)", UriToString<kUriJoinerEntrust>(), message->GetLength()); in SendJoinerEntrust()
330 LogInfo("Receive %s response", UriToString<kUriJoinerEntrust>()); in HandleJoinerEntrustResponse()
Djoiner.cpp464 LogInfo("Sent %s", UriToString<kUriJoinerFinalize>()); in SendJoinerFinalize()
495 LogInfo("Received %s %d", UriToString<kUriJoinerFinalize>(), state); in HandleJoinerFinalizeResponse()
513 LogInfo("Received %s", UriToString<kUriJoinerEntrust>()); in HandleTmf()
552 LogInfo("Sent %s response", UriToString<kUriJoinerEntrust>()); in SendJoinerEntrustResponse()
Dannounce_begin_client.cpp76 LogInfo("Sent %s", UriToString<kUriAnnounceBegin>()); in SendRequest()