Home
last modified time | relevance | path

Searched refs:GetDeviceIdByDBKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp212 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 …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h84 static std::string GetDeviceIdByDBKey(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp209 std::string ProfileUtils::GetDeviceIdByDBKey(const std::string& dbKey) in GetDeviceIdByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
654 profile.SetDeviceId(GetDeviceIdByDBKey(iter->first)); in EntriesToServiceProfile()
674 profile.SetDeviceId(GetDeviceIdByDBKey(iter->first)); in EntriesToCharProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp984 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);
997 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);
1010 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);
1026 string res = ProfileUtils::GetDeviceIdByDBKey(dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp66 ProfileUtils::GetDeviceIdByDBKey(dbKey); in GetDeviceIdByDBKeyFuzzTest()