Searched refs:GenerateServiceProfileKey (Results 1 - 6 of 6) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 124 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 D | profile_control_utils.cpp | 273 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 D | profile_utils.h | 64 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 D | profileutils_fuzzer.cpp | 116 ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GenerateServiceProfileKeyFuzzTest()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 395 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 D | profile_utils_test.cpp | 331 * @tc.desc: GenerateServiceProfileKey. 339 string res = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in HWTEST_F()
|
Completed in 9 milliseconds