Searched refs:GenerateServiceProfileKey (Results 1 – 6 of 6) sorted by relevance
124 …std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId… in AddServiceProfile()216 … std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile()286 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile()339 …std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId… in IsServiceProfileExist()
261 std::string dbKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile()417 std::string profileKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile()
64 …static std::string GenerateServiceProfileKey(const std::string& deviceId, const std::string& servi…
116 ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GenerateServiceProfileKeyFuzzTest()
395 std::string ProfileUtils::GenerateServiceProfileKey(const std::string& deviceId, const std::string&… in GenerateServiceProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils475 std::string serviceProfileKey = GenerateServiceProfileKey(profile.GetDeviceId(), serviceName); in ServiceProfileToEntries()
339 string res = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName);