Searched refs:GetDeviceIdByDBKey (Results 1 – 5 of 5) sorted by relevance
212 deviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileAdd()237 newDeviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileUpdate()264 deviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileDelete()289 serviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileAdd()315 newServiceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileUpdate()324 ProfileCache::GetInstance().GetServiceProfile(ProfileUtils::GetDeviceIdByDBKey(dbKey), in NotifyServiceProfileUpdate()344 serviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileDelete()370 charProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileAdd()397 newCharProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileUpdate()407 ProfileCache::GetInstance().GetCharacteristicProfile(ProfileUtils::GetDeviceIdByDBKey(dbKey), in NotifyCharProfileUpdate()[all …]
84 static std::string GetDeviceIdByDBKey(const std::string& dbKey);
209 std::string ProfileUtils::GetDeviceIdByDBKey(const std::string& dbKey) in GetDeviceIdByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils654 profile.SetDeviceId(GetDeviceIdByDBKey(iter->first)); in EntriesToServiceProfile()674 profile.SetDeviceId(GetDeviceIdByDBKey(iter->first)); in EntriesToCharProfile()
984 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);997 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);1010 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);1026 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);
66 ProfileUtils::GetDeviceIdByDBKey(dbKey); in GetDeviceIdByDBKeyFuzzTest()