Home
last modified time | relevance | path

Searched refs:MsgCallback (Results 1 - 19 of 19) sorted by relevance

/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h50 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) = 0;
53 MsgCallback &callback);
61 MsgCallback GetMsgCallback(uint32_t messageSeq);
74 MsgCallback msgCallback;
81 MsgCallback &callback, uint32_t timerId);
H A Dremote_connect_listener.h29 using MsgCallback = std::function<void(const std::shared_ptr<Attributes> &)>;
H A Dremote_connect_manager.h50 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback);
H A Dsoft_bus_client_socket.h33 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) override;
H A Dsoft_bus_server_socket.h31 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) override;
H A Dsoft_bus_manager.h48 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback);
/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h31 struct MsgCallback { struct in OHOS::Msdp::DeviceStatus::MsgHandler
60 bool RegisterEvent(MsgCallback& msg) in RegisterEvent()
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_iam_callback.cpp48 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnResult()
73 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnAcquireInfo()
H A Dremote_executor_stub.cpp342 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnMessage()
375 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in ContinueSchedule()
H A Dremote_auth_context.cpp227 MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &reply) { in SendQueryExecutorInfoMsg()
H A Dremote_auth_invoker_context.cpp259 MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &reply) { in SendRequest()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_client_socket.cpp45 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
144 MsgCallback sendKeepAliveCallback = [connectionName = connectionName_](const std::shared_ptr<Attributes> &) { in SendKeepAliveMessage()
H A Dsoft_bus_base_socket.cpp58 MsgCallback &callback, uint32_t timerId) in InsertMsgCallback()
92 MsgCallback BaseSocket::GetMsgCallback(uint32_t messageSeq) in GetMsgCallback()
96 MsgCallback callback = nullptr; in GetMsgCallback()
214 MsgCallback &callback) in SendRequest()
376 MsgCallback callback = GetMsgCallback(messageSeq); in ProcDataReceive()
H A Dremote_connect_manager.cpp78 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
H A Dsoft_bus_server_socket.cpp31 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
H A Dsoft_bus_manager.cpp535 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp98 MsgCallback callback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in FuzzSoftBusBaseSocketFisrst()
141 MsgCallback callback = nullptr; in FuzzSoftBusServerSocketFisrst()
167 MsgCallback callback = nullptr; in FuzzSoftBusManagerFisrst()
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp244 MsgCallback msgCallback = [self = weak_from_this(), scheduleId](const std::shared_ptr<Attributes> &reply) { in OnBeginExecute()
282 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnEndExecute()
306 MsgCallback msgCallback = [weakThis = weak_from_this(), scheduleId](const std::shared_ptr<Attributes> &reply) { in OnSendData()
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager_impl.cpp58 Client::MsgCallback funs[] = { in InitMsgHandler()

Completed in 9 milliseconds