Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp372 charProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileAdd()
399 newCharProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileUpdate()
408 …ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey), ProfileUtils::GetCharKeyByDBKey(dbKey), old… in NotifyCharProfileUpdate()
429 charProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileDelete()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h90 static std::string GetCharKeyByDBKey(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1094 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);
1107 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);
1120 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);
1136 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp75 ProfileUtils::GetCharKeyByDBKey(dbKey); in GetCharKeyByDBKeyFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp280 std::string ProfileUtils::GetCharKeyByDBKey(const std::string& dbKey) in GetCharKeyByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils