Searched refs:GetCharKeyByDBKey (Results 1 – 5 of 5) sorted by relevance
372 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()
90 static std::string GetCharKeyByDBKey(const std::string& dbKey);
1094 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);1107 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);1120 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);1136 string res = ProfileUtils::GetCharKeyByDBKey(dbKey);
75 ProfileUtils::GetCharKeyByDBKey(dbKey); in GetCharKeyByDBKeyFuzzTest()
280 std::string ProfileUtils::GetCharKeyByDBKey(const std::string& dbKey) in GetCharKeyByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils