Lines Matching refs:aError
303 void MeshDiag::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo, void *… in HandleMeshDiagDiscoverDone() argument
305 reinterpret_cast<MeshDiag *>(aContext)->HandleMeshDiagDiscoverDone(aError, aRouterInfo); in HandleMeshDiagDiscoverDone()
308 void MeshDiag::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo) in HandleMeshDiagDiscoverDone() argument
421 OutputResult(aError); in HandleMeshDiagDiscoverDone()
424 void MeshDiag::HandleMeshDiagQueryChildTableResult(otError aError, in HandleMeshDiagQueryChildTableResult() argument
428 … reinterpret_cast<MeshDiag *>(aContext)->HandleMeshDiagQueryChildTableResult(aError, aChildEntry); in HandleMeshDiagQueryChildTableResult()
431 void MeshDiag::HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *aChi… in HandleMeshDiagQueryChildTableResult() argument
466 OutputResult(aError); in HandleMeshDiagQueryChildTableResult()
469 …MeshDiag::HandleMeshDiagQueryRouterNeighborTableResult(otError aError, in HandleMeshDiagQueryRouterNeighborTableResult() argument
473 …reinterpret_cast<MeshDiag *>(aContext)->HandleMeshDiagQueryRouterNeighborTableResult(aError, aNeig… in HandleMeshDiagQueryRouterNeighborTableResult()
476 …MeshDiag::HandleMeshDiagQueryRouterNeighborTableResult(otError aError, in HandleMeshDiagQueryRouterNeighborTableResult() argument
502 OutputResult(aError); in HandleMeshDiagQueryRouterNeighborTableResult()
505 void MeshDiag::HandleMeshDiagQueryChildIp6Addrs(otError aError, in HandleMeshDiagQueryChildIp6Addrs() argument
510 …reinterpret_cast<MeshDiag *>(aContext)->HandleMeshDiagQueryChildIp6Addrs(aError, aChildRloc16, aIp… in HandleMeshDiagQueryChildIp6Addrs()
513 void MeshDiag::HandleMeshDiagQueryChildIp6Addrs(otError aError, in HandleMeshDiagQueryChildIp6Addrs() argument
519 VerifyOrExit(aError == OT_ERROR_NONE || aError == OT_ERROR_PENDING); in HandleMeshDiagQueryChildIp6Addrs()
531 OutputResult(aError); in HandleMeshDiagQueryChildIp6Addrs()
534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult() argument