Searched refs:GetInterpreter (Results 1 – 8 of 8) sorted by relevance
424 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()
252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult()
142 static Interpreter &GetInterpreter(void) in GetInterpreter() function in ot::Cli::Interpreter
600 void LinkMetrics::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError)… in OutputResult()
534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
8370 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()
858 Interpreter::GetInterpreter().OutputBorderRouterCounters(); in Process()
415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()