Home
last modified time | relevance | path

Searched refs:GetNonOhSuffixServiceNameByDBKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp290 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h86 static std::string GetNonOhSuffixServiceNameByDBKey(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp239 std::string ProfileUtils::GetNonOhSuffixServiceNameByDBKey(const std::string& dbKey) in GetNonOhSuffixServiceNameByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
675 profile.SetServiceName(GetNonOhSuffixServiceNameByDBKey(iter->first)); in EntriesToCharProfile()