Lines Matching defs:aError
153 void Interpreter::OutputResult(otError aError) in OutputResult()
3846 otError aError, in HandleLocateResult()
3853 void Interpreter::HandleLocateResult(otError aError, const otIp6Address *aMeshLocalAddress, uint16_… in HandleLocateResult()
4114 otError aError, in HandleMlrRegResult()
4122 void Interpreter::HandleMlrRegResult(otError aError, in HandleMlrRegResult()
5192 void Interpreter::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo, voi… in HandleMeshDiagDiscoverDone()
5197 void Interpreter::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo) in HandleMeshDiagDiscoverDone()
5313 void Interpreter::HandleMeshDiagQueryChildTableResult(otError aError, in HandleMeshDiagQueryChildTableResult()
5320 void Interpreter::HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *a… in HandleMeshDiagQueryChildTableResult()
5358 …erpreter::HandleMeshDiagQueryRouterNeighborTableResult(otError aError, in HandleMeshDiagQueryRouterNeighborTableResult()
5365 …erpreter::HandleMeshDiagQueryRouterNeighborTableResult(otError aError, in HandleMeshDiagQueryRouterNeighborTableResult()
5394 void Interpreter::HandleMeshDiagQueryChildIp6Addrs(otError aError, in HandleMeshDiagQueryChildIp6Addrs()
5402 void Interpreter::HandleMeshDiagQueryChildIp6Addrs(otError aError, in HandleMeshDiagQueryChildIp6Addrs()
7873 void Interpreter::HandleDiagnosticGetResponse(otError aError, in HandleDiagnosticGetResponse()
7882 void Interpreter::HandleDiagnosticGetResponse(otError aError, in HandleDiagnosticGetResponse()
8594 extern "C" void otCliAppendResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aErr… in otCliAppendResult()