Searched refs:otDiagSetOutputCallback (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/include/openthread/ |
| D | diag.h | 64 void otDiagSetOutputCallback(otInstance *aInstance, otDiagOutputCallback aCallback, void *aContext);
|
| /openthread-latest/src/core/api/ |
| D | diags_api.cpp | 56 void otDiagSetOutputCallback(otInstance *aInstance, otDiagOutputCallback aCallback, void *aContext) in otDiagSetOutputCallback() function
|
| /openthread-latest/src/ncp/ |
| D | ncp_base.cpp | 263 otDiagSetOutputCallback(mInstances[i + skipped], &NcpBase::HandleDiagOutput_Jump, this); in NcpBase() 376 otDiagSetOutputCallback(mInstance, &NcpBase::HandleDiagOutput_Jump, this); in NcpBase()
|
| /openthread-latest/src/cli/ |
| D | cli.cpp | 148 otDiagSetOutputCallback(GetInstancePtr(), &Interpreter::HandleDiagOutput, this); in Interpreter()
|