Home
last modified time | relevance | path

Searched defs:aErrorInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_async_task.cpp49 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 Ddbus_thread_object_ncp.cpp114 …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 Dncp_host.cpp136 …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 Dasync_task.cpp60 void AsyncTask::SetResult(otError aError, const std::string &aErrorInfo) in SetResult()
H A Drcp_host.hpp223 …eInvokeAndClear(AsyncResultReceiver &aReceiver, otError aError, const std::string &aErrorInfo = "") in SafeInvokeAndClear()
H A Dncp_spinel.hpp240 …static void CallAndClear(AsyncTaskPtr &aResult, otError aError, const std::string &aErrorInfo = "") in CallAndClear()