Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp897 if (!current->CreateSoftbusServer(data.localServiceName)) { in MakeDBinderTransSession()
898 …BEL, "CreateSoftbusServer fail, name:%{public}s localID:%{public}s", data.localServiceName.c_str(), in MakeDBinderTransSession()
928 dbinderData.localServiceName = reply.ReadString(); in GetDBinderNegotiationData()
931 dbinderData.localDeviceId.empty() || dbinderData.localServiceName.empty()) { in GetDBinderNegotiationData()
967 dbinderData.localServiceName = data->local_name; in GetDBinderNegotiationData()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h37 std::string localServiceName; member