Searched refs:localServiceName (Results 1 – 4 of 4) sorted by relevance
125 std::u16string localServiceName = GetObjectDescriptor(); in TestPingService() local126 if (localServiceName.compare(serviceName) != 0) { in TestPingService()128 Str16ToStr8(localServiceName).c_str(), Str16ToStr8(serviceName).c_str()); in TestPingService()
106 std::u16string localServiceName = GetDescriptor(); in PingService() local107 if (localServiceName.compare(serviceName) != 0) { in PingService()
897 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()
37 std::string localServiceName; member