Searched refs:HandleDiagOutput (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.hpp | 129 static void HandleDiagOutput(const char *aFormat, va_list aArguments, void *aContext); 130 void HandleDiagOutput(const char *aFormat, va_list aArguments);
|
D | rcp_caps_diag.cpp | 689 void RcpCapsDiag::HandleDiagOutput(const char *aFormat, va_list aArguments, void *aContext) in HandleDiagOutput() function in ot::Posix::RcpCapsDiag 691 static_cast<RcpCapsDiag *>(aContext)->HandleDiagOutput(aFormat, aArguments); in HandleDiagOutput() 694 void RcpCapsDiag::HandleDiagOutput(const char *aFormat, va_list aArguments) in HandleDiagOutput() function in ot::Posix::RcpCapsDiag 733 mRadioSpinel.SetDiagOutputCallback(HandleDiagOutput, this); in ProcessSpinelSpeed()
|
/openthread-latest/src/cli/ |
D | cli.hpp | 320 static void HandleDiagOutput(const char *aFormat, va_list aArguments, void *aContext); 321 void HandleDiagOutput(const char *aFormat, va_list aArguments);
|
D | cli.cpp | 148 otDiagSetOutputCallback(GetInstancePtr(), &Interpreter::HandleDiagOutput, this); in Interpreter() 200 void Interpreter::HandleDiagOutput(const char *aFormat, va_list aArguments, void *aContext) in HandleDiagOutput() function in ot::Cli::Interpreter 202 static_cast<Interpreter *>(aContext)->HandleDiagOutput(aFormat, aArguments); in HandleDiagOutput() 205 void Interpreter::HandleDiagOutput(const char *aFormat, va_list aArguments) in HandleDiagOutput() function in ot::Cli::Interpreter
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 648 void HandleDiagOutput(const char *aFormat, va_list aArguments);
|
D | ncp_base.cpp | 1480 static_cast<NcpBase *>(aContext)->HandleDiagOutput(aFormat, aArguments); in HandleDiagOutput_Jump() 1483 void NcpBase::HandleDiagOutput(const char *aFormat, va_list aArguments) in HandleDiagOutput() function in ot::Ncp::NcpBase
|