Home
last modified time | relevance | path

Searched refs:srcEndPoint (Results 1 - 25 of 26) sorted by relevance

12

/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp62 std::string srcEndPoint = parcel.ReadString(); in FuzzTest() local
66 g_RemoteExecutorStub->OnMessage(connectionName, srcEndPoint, request, reply); in FuzzTest()
88 std::string srcEndPoint = parcel.ReadString(); in RemoteExecutorProxyFuzzTest() local
91 remoteExecutorProxy->OnMessage(connectionName, srcEndPoint, request, reply); in RemoteExecutorProxyFuzzTest()
/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h49 virtual ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
52 const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes,
55 const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes,
H A Dremote_connect_listener.h40 virtual void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dremote_connect_manager.h49 const std::string &srcEndPoint, const std::string &destEndPoint,
H A Dsoft_bus_client_socket.h32 ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dsoft_bus_message.h38 const std::string &srcEndPoint, const std::string &destEndPoint,
H A Dsoft_bus_server_socket.h30 ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dsoft_bus_manager.h47 const std::string &srcEndPoint, const std::string &destEndPoint,
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp92 std::string srcEndPoint = parcel.ReadString(); in FuzzSoftBusBaseSocketFisrst() local
99 clientSocket->SendMessage(connectionName, srcEndPoint, destEndPoint, attributes, callback); in FuzzSoftBusBaseSocketFisrst()
101 clientSocket->SendResponse(socketId, connectionName, srcEndPoint, destEndPoint, attributes, messageSeq); in FuzzSoftBusBaseSocketFisrst()
162 std::string srcEndPoint = parcel.ReadString(); in FuzzSoftBusManagerFisrst() local
168 softBusManager.SendMessage(connectionName, srcEndPoint, destEndPoint, attributes, callback); in FuzzSoftBusManagerFisrst()
191 softBusManager.SendMessage(connectionName, srcEndPoint, destEndPoint, attributes, callback); in FuzzSoftBusManagerFisrst()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_manager.cpp77 const std::string &srcEndPoint, const std::string &destEndPoint, in SendMessage()
82 srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
76 SendMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendMessage() argument
H A Dsoft_bus_base_socket.cpp213 const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, in SendRequest()
225 connectionName, srcEndPoint, destEndPoint, attributes); in SendRequest()
256 const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, in SendResponse()
267 connectionName, srcEndPoint, destEndPoint, attributes); in SendResponse()
387 std::string srcEndPoint = softBusMessage->GetSrcEndPoint(); in ProcDataReceive() local
398 SendResponse(socketId, connectionName, destEndPoint, srcEndPoint, response, messageSeq); in ProcDataReceive()
212 SendRequest(const int32_t socketId, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendRequest() argument
255 SendResponse(const int32_t socketId, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, uint32_t messageSeq) SendResponse() argument
H A Dsoft_bus_client_socket.cpp44 ResultCode ClientSocket::SendMessage(const std::string &connectionName, const std::string &srcEndPoint, in SendMessage() argument
55 return SendRequest(socketId, connectionName, srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
H A Dsoft_bus_message.cpp23 const std::string &srcEndPoint, const std::string &destEndPoint, in SoftBusMessage()
25 : messageSeq_(messageSeq), connectionName_(connectionName), srcEndPoint_(srcEndPoint), in SoftBusMessage()
111 "msgType:%{public}d, isAck:%{public}d, srcEndPoint:%{public}s, destEndPoint:%{public}s", in CreateMessage()
156 "msgType:%{public}d, isAck:%{public}d, srcEndPoint:%{public}s, destEndPoint:%{public}s", in ParseMessage()
22 SoftBusMessage(int32_t messageSeq, const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes) SoftBusMessage() argument
H A Dsoft_bus_server_socket.cpp30 ResultCode ServerSocket::SendMessage(const std::string &connectionName, const std::string &srcEndPoint, in SendMessage() argument
40 return SendRequest(socketId, connectionName, srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h46 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dremote_executor_stub.h39 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dremote_auth_service.h39 virtual void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
H A Dremote_auth_invoker_context.h50 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp46 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
74 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
80 IAM_LOGI("connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str());
82 RemoteAuthServiceImpl::GetInstance().OnMessage(connectionName, srcEndPoint, request, reply);
110 void RemoteAuthServiceImpl::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
H A Dremote_auth_invoker_context.cpp50 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
56 IAM_LOGI("connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str());
62 callback_->OnMessage(connectionName, srcEndPoint, request, reply);
128 void RemoteAuthInvokerContext::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
H A Dremote_executor_stub.cpp166 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
172 IAM_LOGI("connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str());
176 callback->OnMessage(connectionName, srcEndPoint, request, reply);
294 void RemoteExecutorStub::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
H A Dremote_auth_context.cpp49 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
55 IAM_LOGI("connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str());
/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_executor_proxy.h39 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp94 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
100 IAM_LOGI("connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str());
104 callback->OnMessage(connectionName, srcEndPoint, request, reply);
174 void RemoteExecutorProxy::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp164 std::string srcEndPoint = parcel.ReadString(); in RemoteAuthInvokerContextFuzzTest() local
168 remoteAuthInvokerContext->OnMessage(connectionName, srcEndPoint, request, reply); in RemoteAuthInvokerContextFuzzTest()

Completed in 16 milliseconds

12