Home
last modified time | relevance | path

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

12

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp58 std::string srcEndPoint = parcel.ReadString(); in FuzzTest() local
62 g_RemoteExecutorStub->OnMessage(connectionName, srcEndPoint, request, reply); in FuzzTest()
84 std::string srcEndPoint = parcel.ReadString(); in RemoteExecutorProxyFuzzTest() local
87 remoteExecutorProxy->OnMessage(connectionName, srcEndPoint, request, reply); in RemoteExecutorProxyFuzzTest()
/ohos5.0/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, messag… 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()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h48 … virtual ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
51 …const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes>…
54 …const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<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_message.h38 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_server_socket.h30 ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp196 …const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes>… in SendRequest() argument
205 connectionName, srcEndPoint, destEndPoint, attributes); in SendRequest()
236 …const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes>… in SendResponse() argument
244 connectionName, srcEndPoint, destEndPoint, attributes); in SendResponse()
360 std::string srcEndPoint = softBusMessage->GetSrcEndPoint(); in ProcDataReceive() local
371 SendResponse(socketId, connectionName, destEndPoint, srcEndPoint, response, messageSeq); in ProcDataReceive()
H A Dremote_connect_manager.cpp77 const std::string &srcEndPoint, const std::string &destEndPoint, in SendMessage() argument
82 srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
H A Dsoft_bus_client_socket.cpp44 …ltCode 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() argument
25 : messageSeq_(messageSeq), connectionName_(connectionName), srcEndPoint_(srcEndPoint), in SoftBusMessage()
H A Dsoft_bus_server_socket.cpp30 …ltCode ServerSocket::SendMessage(const std::string &connectionName, const std::string &srcEndPoint, in SendMessage() argument
40 return SendRequest(socketId, connectionName, srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
H A Dsoft_bus_manager.cpp526 const std::string &srcEndPoint, const std::string &destEndPoint, in SendMessage() argument
536 … ret = serverSocket->SendMessage(connectionName, srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
549 … ret = clientSocket->SendMessage(connectionName, srcEndPoint, destEndPoint, attributes, callback); in SendMessage()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp46 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
72 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
78 …connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str()); in OnMessage()
80 RemoteAuthServiceImpl::GetInstance().OnMessage(connectionName, srcEndPoint, request, reply); in OnMessage()
108 …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, in OnMessage() argument
56 …connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str()); in OnMessage()
62 callback_->OnMessage(connectionName, srcEndPoint, request, reply); in OnMessage()
128 …oteAuthInvokerContext::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
H A Dremote_executor_stub.cpp169 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
175 …connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str()); in OnMessage()
179 callback->OnMessage(connectionName, srcEndPoint, request, reply); in OnMessage()
297 …id 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, in OnMessage() argument
55 …connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str()); in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp94 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
100 …connectionName: %{public}s, srcEndPoint: %{public}s", connectionName.c_str(), srcEndPoint.c_str()); in OnMessage()
104 callback->OnMessage(connectionName, srcEndPoint, request, reply); in OnMessage()
174 …d RemoteExecutorProxy::OnMessage(const std::string &connectionName, const std::string &srcEndPoint, in OnMessage() argument
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_executor_stub.h38 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_context.h46 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,
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_executor_proxy.h39 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
/ohos5.0/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()

12