/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_base_socket.h | 50 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 D | remote_connect_listener.h | 29 using MsgCallback = std::function<void(const std::shared_ptr<Attributes> &)>;
|
H A D | remote_connect_manager.h | 50 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback);
|
H A D | soft_bus_client_socket.h | 33 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) override;
|
H A D | soft_bus_server_socket.h | 31 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) override;
|
H A D | soft_bus_manager.h | 48 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback);
|
/base/msdp/device_status/utils/common/include/ |
H A D | msg_handler.h | 31 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 D | remote_iam_callback.cpp | 48 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 D | remote_executor_stub.cpp | 342 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 D | remote_auth_context.cpp | 227 MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &reply) { in SendQueryExecutorInfoMsg()
|
H A D | remote_auth_invoker_context.cpp | 259 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 D | soft_bus_client_socket.cpp | 45 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 D | soft_bus_base_socket.cpp | 58 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 D | remote_connect_manager.cpp | 78 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
|
H A D | soft_bus_server_socket.cpp | 31 const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
|
H A D | soft_bus_manager.cpp | 535 const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) in SendMessage()
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 98 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 D | remote_executor_proxy.cpp | 244 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 D | interaction_manager_impl.cpp | 58 Client::MsgCallback funs[] = { in InitMsgHandler()
|