Home
last modified time | relevance | path

Searched refs:OutputResult (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/cli/
Dcli_mesh_diag.cpp421 OutputResult(aError); in HandleMeshDiagDiscoverDone()
466 OutputResult(aError); in HandleMeshDiagQueryChildTableResult()
502 OutputResult(aError); in HandleMeshDiagQueryRouterNeighborTableResult()
531 OutputResult(aError); in HandleMeshDiagQueryChildIp6Addrs()
534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult() function in ot::Cli::MeshDiag
Dcli_link_metrics.cpp498 OutputResult(OT_ERROR_NONE); in HandleLinkMetricsReport()
517 OutputResult(OT_ERROR_NONE); in HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse()
536 OutputResult(OT_ERROR_NONE); in HandleLinkMetricsConfigEnhAckProbingMgmtResponse()
600 void LinkMetrics::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError)… in OutputResult() function in ot::Cli::LinkMetrics
Dcli_ping.cpp248 OutputResult(OT_ERROR_NONE); in HandlePingStatistics()
252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult() function in ot::Cli::PingSender
Dcli_dns.cpp415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult() function in ot::Cli::Dns
548 OutputResult(aError); in HandleDnsAddressResponse()
616 OutputResult(aError); in HandleDnsBrowseResponse()
649 OutputResult(aError); in HandleDnsServiceResponse()
Dcli_ping.hpp84 void OutputResult(otError aError);
Dcli_mesh_diag.hpp108 void OutputResult(otError aError);
Dcli_link_metrics.hpp118 void OutputResult(otError aError);
Dcli_dns.hpp101 void OutputResult(otError aError);
Dcli.cpp156 void Interpreter::OutputResult(otError aError) in OutputResult() function in ot::Cli::Interpreter
209 OutputResult(OT_ERROR_NONE); in HandleDiagOutput()
362 OutputResult(error); in ProcessLine()
2716 OutputResult(OT_ERROR_NONE); in HandleDetachGracefullyResult()
3943 OutputResult(aError); in HandleLocateResult()
4215 OutputResult(aError); in HandleMlrRegResult()
6175 OutputResult(OT_ERROR_NONE); in HandleActiveScanResult()
6207 OutputResult(OT_ERROR_NONE); in HandleEnergyScanResult()
6324 OutputResult(OT_ERROR_NONE); in HandleSntpResponse()
8008 void Interpreter::HandleWakeupResult(otError aError) { OutputResult(aError); } in HandleWakeupResult()
[all …]
Dcli.hpp201 void OutputResult(otError aError);
Dcli_mdns.cpp432 Interpreter::GetInterpreter().OutputResult(aError); in HandleRegisterationDone()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.hpp134 void OutputResult(const SpinelEntry &aEntry, otError error);
Drcp_caps_diag.cpp505 OutputResult(entry, error); in TestSpinelCommands()
791 void RcpCapsDiag::OutputResult(const SpinelEntry &aEntry, otError error) in OutputResult() function in ot::Posix::RcpCapsDiag