Home
last modified time | relevance | path

Searched refs:Interpreter (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/cli/
Dcli.cpp72 Interpreter *Interpreter::sInterpreter = nullptr;
73 static OT_DEFINE_ALIGNED_VAR(sInterpreterRaw, sizeof(Interpreter), uint64_t);
75 Interpreter::Interpreter(Instance *aInstance, otCliOutputCallback aCallback, void *aContext) in Interpreter() function in ot::Cli::Interpreter
145 otIp6SetReceiveCallback(GetInstancePtr(), &Interpreter::HandleIp6Receive, this); in Interpreter()
148 otDiagSetOutputCallback(GetInstancePtr(), &Interpreter::HandleDiagOutput, this); in Interpreter()
156 void Interpreter::OutputResult(otError aError) in OutputResult()
190 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process()
200 void Interpreter::HandleDiagOutput(const char *aFormat, va_list aArguments, void *aContext) in HandleDiagOutput()
202 static_cast<Interpreter *>(aContext)->HandleDiagOutput(aFormat, aArguments); in HandleDiagOutput()
205 void Interpreter::HandleDiagOutput(const char *aFormat, va_list aArguments) in HandleDiagOutput()
[all …]
Dcli.hpp106 class Interpreter : public OutputImplementer, public Utils class
135 explicit Interpreter(Instance *aInstance, otCliOutputCallback aCallback, void *aContext);
142 static Interpreter &GetInterpreter(void) in GetInterpreter()
185 static Interpreter *sInterpreter;
198 using Command = CommandEntry<Interpreter>;
Dcli_history.cpp177 Interpreter::AddressOriginToString(info->mAddressOrigin), info->mScope, in Process()
184 Interpreter::AddressOriginToString(info->mAddressOrigin), info->mScope, in Process()
291 Interpreter::AddressOriginToString(info->mAddressOrigin)); in Process()
371 char linkModeString[Interpreter::kLinkModeStringSize]; in Process()
406 Interpreter::LinkModeToString(mode, linkModeString); in Process()
650 char linkModeString[Interpreter::kLinkModeStringSize]; in Process()
677Interpreter::LinkModeToString(info->mMode, linkModeString), info->mRloc16, ToUlong(info->mPartitio… in Process()
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_br.cpp771 SuccessOrExit(error = Interpreter::ParsePreference(aArgs[0], preference)); in Process()
824 SuccessOrExit(error = Interpreter::ParsePreference(aArgs[0], preference)); in Process()
858 Interpreter::GetInterpreter().OutputBorderRouterCounters(); in Process()
Dcli_ping.cpp252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult()
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_dns.cpp415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt102 find_package(Python3 COMPONENTS Interpreter)