Searched defs:aErrorInfo (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ot-br-posix/tests/gtest/ |
H A D | test_async_task.cpp | 49 auto errorHandler = [&resultHandlerCalledTimes](otError aError, const std::string &aErrorInfo) { in TEST() 80 …errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorInfo) { in TEST() 122 …errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorInfo) { in TEST() 170 …errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorInfo) { in TEST()
|
/aosp_15_r20/external/ot-br-posix/src/dbus/server/ |
H A D | dbus_thread_object_ncp.cpp | 114 …mHost.Join(activeOpDatasetTlvs, [aRequest](otError aError, const std::string &aErrorInfo) mutable { in JoinHandler() 128 mHost.Leave([aRequest](otError aError, const std::string &aErrorInfo) mutable { in LeaveHandler() 151 …leMigration(pendingOpDatasetTlvs, [aRequest](otError aError, const std::string &aErrorInfo) mutabl… in ScheduleMigrationHandler()
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_host.cpp | 136 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError,… in Join() 150 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError,… in Leave() 163 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError… in ScheduleMigration()
|
H A D | async_task.cpp | 60 void AsyncTask::SetResult(otError aError, const std::string &aErrorInfo) in SetResult()
|
H A D | rcp_host.hpp | 223 …eInvokeAndClear(AsyncResultReceiver &aReceiver, otError aError, const std::string &aErrorInfo = "") in SafeInvokeAndClear()
|
H A D | ncp_spinel.hpp | 240 …static void CallAndClear(AsyncTaskPtr &aResult, otError aError, const std::string &aErrorInfo = "") in CallAndClear()
|