Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
Dremote_iam_callback.cpp48 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnResult() local
73 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnAcquireInfo() local
Dremote_executor_stub.cpp341 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnMessage() local
374 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in ContinueSchedule() local
Dremote_auth_context.cpp219 …MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &r… in SendQueryExecutorInfoMsg() local
Dremote_auth_invoker_context.cpp251 …MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &r… in SendRequest() local
/base/useriam/user_auth_framework/services/remote_connect/inc/
Dsoft_bus_base_socket.h72 MsgCallback msgCallback; member
/base/useriam/user_auth_framework/services/core/src/
Dremote_executor_proxy.cpp244 …MsgCallback msgCallback = [self = weak_from_this(), scheduleId](const std::shared_ptr<Attributes> … in OnBeginExecute() local
282 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnEndExecute() local
306 …MsgCallback msgCallback = [weakThis = weak_from_this(), scheduleId](const std::shared_ptr<Attribut… in OnSendData() local