Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp124 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId(), in AddServiceProfile()
220 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile()
290 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile()
343 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId(), in IsServiceProfileExist()
H A Dprofile_control_utils.cpp273 std::string dbKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile()
430 std::string profileKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h64 static std::string GenerateServiceProfileKey(const std::string& deviceId, const std::string& serviceName);
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp116 ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GenerateServiceProfileKeyFuzzTest()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp395 std::string ProfileUtils::GenerateServiceProfileKey(const std::string& deviceId, const std::string& serviceName) in GenerateServiceProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
475 std::string serviceProfileKey = GenerateServiceProfileKey(profile.GetDeviceId(), serviceName); in ServiceProfileToEntries()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp331 * @tc.desc: GenerateServiceProfileKey.
339 string res = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in HWTEST_F()

Completed in 8 milliseconds