/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/ |
H A D | remote_executor_stub_fuzzer.cpp | 62 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 D | soft_bus_base_socket.h | 49 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 D | remote_connect_listener.h | 40 virtual void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | remote_connect_manager.h | 49 const std::string &srcEndPoint, const std::string &destEndPoint,
|
H A D | soft_bus_client_socket.h | 32 ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | soft_bus_message.h | 38 const std::string &srcEndPoint, const std::string &destEndPoint,
|
H A D | soft_bus_server_socket.h | 30 ResultCode SendMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | soft_bus_manager.h | 47 const std::string &srcEndPoint, const std::string &destEndPoint,
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 92 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 D | remote_connect_manager.cpp | 77 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 D | soft_bus_base_socket.cpp | 213 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 D | soft_bus_client_socket.cpp | 44 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 D | soft_bus_message.cpp | 23 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 D | soft_bus_server_socket.cpp | 30 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 D | remote_auth_context.h | 46 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | remote_executor_stub.h | 39 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | remote_auth_service.h | 39 virtual void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
H A D | remote_auth_invoker_context.h | 50 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_auth_service.cpp | 46 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 D | remote_auth_invoker_context.cpp | 50 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 D | remote_executor_stub.cpp | 166 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 D | remote_auth_context.cpp | 49 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 D | remote_executor_proxy.h | 39 void OnMessage(const std::string &connectionName, const std::string &srcEndPoint,
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 94 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 D | remote_auth_context_fuzzer.cpp | 164 std::string srcEndPoint = parcel.ReadString(); in RemoteAuthInvokerContextFuzzTest() local 168 remoteAuthInvokerContext->OnMessage(connectionName, srcEndPoint, request, reply); in RemoteAuthInvokerContextFuzzTest()
|