Home
last modified time | relevance | path

Searched refs:GetInterpreter (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/cli/
Dcli_mdns.cpp424 Interpreter::GetInterpreter().mMdns.HandleRegisterationDone(aRequestId, aError); in HandleRegisterationDone()
432 Interpreter::GetInterpreter().OutputResult(aError); in HandleRegisterationDone()
666 Interpreter::GetInterpreter().mMdns.HandleBrowseResult(*aResult); in HandleBrowseResult()
722 Interpreter::GetInterpreter().mMdns.HandleSrvResult(*aResult); in HandleSrvResult()
776 Interpreter::GetInterpreter().mMdns.HandleTxtResult(*aResult); in HandleTxtResult()
826 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp6Address); in HandleIp6AddressResult()
879 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp4Address); in HandleIp4AddressResult()
Dcli_ping.cpp252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult()
Dcli.hpp142 static Interpreter &GetInterpreter(void) in GetInterpreter() function in ot::Cli::Interpreter
Dcli_link_metrics.cpp600 void LinkMetrics::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError)… in OutputResult()
Dcli_mesh_diag.cpp534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
Dcli.cpp8370 extern "C" void otCliInputLine(char *aBuf) { Interpreter::GetInterpreter().ProcessLine(aBuf); } in otCliInputLine()
8374 return Interpreter::GetInterpreter().SetUserCommands(aUserCommands, aLength, aContext); in otCliSetUserCommands()
8379 Interpreter::GetInterpreter().OutputBytes(aBytes, aLength); in otCliOutputBytes()
8386 Interpreter::GetInterpreter().OutputFormatV(aFmt, aAp); in otCliOutputFormat()
8390 extern "C" void otCliAppendResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aErr… in otCliAppendResult()
8401 Interpreter::GetInterpreter().SetEmittingCommandOutput(false); in otCliPlatLogv()
8402 Interpreter::GetInterpreter().OutputFormatV(aFormat, aArgs); in otCliPlatLogv()
8403 Interpreter::GetInterpreter().OutputNewLine(); in otCliPlatLogv()
8404 Interpreter::GetInterpreter().SetEmittingCommandOutput(true); in otCliPlatLogv()
Dcli_br.cpp858 Interpreter::GetInterpreter().OutputBorderRouterCounters(); in Process()
Dcli_dns.cpp415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()