Home
last modified time | relevance | path

Searched refs:peerServiceName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp883 if (data.peerServiceName.empty()) { in MakeDBinderTransSession()
889 data.peerServiceName, data.peerDeviceId, data.stubIndex, this, data.peerTokenId); in MakeDBinderTransSession()
910 if (current->QuerySessionByInfo(data.peerServiceName, data.peerDeviceId) == nullptr) { in MakeDBinderTransSession()
912 …data.peerServiceName.c_str(), IPCProcessSkeleton::ConvertToSecureString(data.peerDeviceId).c_str()… in MakeDBinderTransSession()
925 dbinderData.peerServiceName = reply.ReadString(); in GetDBinderNegotiationData()
930 if (dbinderData.peerServiceName.empty() || dbinderData.peerDeviceId.empty() || in GetDBinderNegotiationData()
936 std::string str = dbinderData.peerServiceName.substr(DBINDER_SOCKET_NAME_PREFIX.length()); in GetDBinderNegotiationData()
964 dbinderData.peerServiceName = data->target_name; in GetDBinderNegotiationData()
970 std::string str = dbinderData.peerServiceName.substr(DBINDER_SOCKET_NAME_PREFIX.length()); in GetDBinderNegotiationData()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h35 std::string peerServiceName; member