Searched refs:GenerateDeviceProfileKey (Results 1 – 7 of 7) sorted by relevance
105 …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()
228 std::string dbKeyPrefix = ProfileUtils::GenerateDeviceProfileKey(deviceId); in GetDeviceProfile()
63 static std::string GenerateDeviceProfileKey(const std::string& deviceId);
106 ProfileUtils::GenerateDeviceProfileKey(deviceId); in GenerateDeviceProfileKeyFuzzTest()
390 std::string ProfileUtils::GenerateDeviceProfileKey(const std::string& deviceId) in GenerateDeviceProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils463 std::string deviceProfileKey = GenerateDeviceProfileKey(profile.GetDeviceId()); in DeviceProfileToEntries()
66 std::string dbKeyPrefix = ProfileUtils::GenerateDeviceProfileKey(localDeviceId); in Init()
325 string res = ProfileUtils::GenerateDeviceProfileKey(deviceId);