Home
last modified time | relevance | path

Searched refs:localServiceName (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp106 std::u16string localServiceName = GetDescriptor(); in PingService() local
107 if (localServiceName.compare(serviceName) != 0) { in PingService()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp125 std::u16string localServiceName = GetObjectDescriptor(); in TestPingService() local
126 if (localServiceName.compare(serviceName) != 0) { in TestPingService()
128 Str16ToStr8(localServiceName).c_str(), Str16ToStr8(serviceName).c_str()); in TestPingService()
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h37 std::string localServiceName; member
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp875 if (!current->CreateSoftbusServer(data.localServiceName)) { in MakeDBinderTransSession()
876 ZLOGE(LABEL, "CreateSoftbusServer fail, name:%{public}s localID:%{public}s", data.localServiceName.c_str(), in MakeDBinderTransSession()
906 dbinderData.localServiceName = reply.ReadString(); in GetDBinderNegotiationData()
909 dbinderData.localDeviceId.empty() || dbinderData.localServiceName.empty()) { in GetDBinderNegotiationData()
952 dbinderData.localServiceName = data->local_name; in GetDBinderNegotiationData()

Completed in 4 milliseconds