Home
last modified time | relevance | path

Searched refs:mReceiveDiagnosticGetCallback (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_diagnostic.hpp154 otReceiveDiagnosticGetCallback mReceiveDiagnosticGetCallback; member in ot::NetworkDiagnostic::NetworkDiagnostic
Dnetwork_diagnostic.cpp63 , mReceiveDiagnosticGetCallback(nullptr) in NetworkDiagnostic()
120 mReceiveDiagnosticGetCallback = aCallback; in SendDiagnosticGet()
147 if (mReceiveDiagnosticGetCallback) in HandleDiagnosticGetResponse()
149mReceiveDiagnosticGetCallback(aResult, aMessage, aMessageInfo, mReceiveDiagnosticGetCallbackContex… in HandleDiagnosticGetResponse()
172 if (mReceiveDiagnosticGetCallback) in HandleDiagnosticGetAnswer()
174mReceiveDiagnosticGetCallback(kErrorNone, &aMessage, &aMessageInfo, mReceiveDiagnosticGetCallbackC… in HandleDiagnosticGetAnswer()