Home
last modified time | relevance | path

Searched refs:GenerateServiceProfileKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp124 …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()
H A Dprofile_control_utils.cpp261 std::string dbKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile()
417 std::string profileKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h64 …static std::string GenerateServiceProfileKey(const std::string& deviceId, const std::string& servi…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp116 ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GenerateServiceProfileKeyFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp395 std::string ProfileUtils::GenerateServiceProfileKey(const std::string& deviceId, const std::string&… in GenerateServiceProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
475 std::string serviceProfileKey = GenerateServiceProfileKey(profile.GetDeviceId(), serviceName); in ServiceProfileToEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp339 string res = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName);