Home
last modified time | relevance | path

Searched refs:GenerateDeviceProfileKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp105 …std::string deviceProfileKey = ProfileUtils::GenerateDeviceProfileKey(deviceProfile.GetDeviceId()); in AddDeviceProfile()
197 std::string deviceProfileKey = ProfileUtils::GenerateDeviceProfileKey(deviceId); in GetDeviceProfile()
272 std::string deviceProfileKey = ProfileUtils::GenerateDeviceProfileKey(deviceId); in DeleteDeviceProfile()
316 …std::string deviceProfileKey = ProfileUtils::GenerateDeviceProfileKey(deviceProfile.GetDeviceId()); in IsDeviceProfileExist()
H A Dprofile_control_utils.cpp228 std::string dbKeyPrefix = ProfileUtils::GenerateDeviceProfileKey(deviceId); in GetDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h63 static std::string GenerateDeviceProfileKey(const std::string& deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp106 ProfileUtils::GenerateDeviceProfileKey(deviceId); in GenerateDeviceProfileKeyFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp390 std::string ProfileUtils::GenerateDeviceProfileKey(const std::string& deviceId) in GenerateDeviceProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
463 std::string deviceProfileKey = GenerateDeviceProfileKey(profile.GetDeviceId()); in DeviceProfileToEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp66 std::string dbKeyPrefix = ProfileUtils::GenerateDeviceProfileKey(localDeviceId); in Init()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp325 string res = ProfileUtils::GenerateDeviceProfileKey(deviceId);