Searched refs:GetNonOhSuffixServiceNameByDBKey (Results 1 – 3 of 3) sorted by relevance
290 serviceProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyServiceProfileAdd()316 newServiceProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyServiceProfileUpdate()325 ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey), oldServiceProfile); in NotifyServiceProfileUpdate()345 serviceProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyServiceProfileDelete()371 charProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyCharProfileAdd()398 newCharProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyCharProfileUpdate()408 …ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey), ProfileUtils::GetCharKeyByDBKey(dbKey), old… in NotifyCharProfileUpdate()428 charProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyCharProfileDelete()
86 static std::string GetNonOhSuffixServiceNameByDBKey(const std::string& dbKey);
239 std::string ProfileUtils::GetNonOhSuffixServiceNameByDBKey(const std::string& dbKey) in GetNonOhSuffixServiceNameByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils675 profile.SetServiceName(GetNonOhSuffixServiceNameByDBKey(iter->first)); in EntriesToCharProfile()