Home
last modified time | relevance | path

Searched refs:CheckAndRemoveOhSuffix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h89 static std::string CheckAndRemoveOhSuffix(const std::string& profileName);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp245 return CheckAndRemoveOhSuffix(serviceName); in GetNonOhSuffixServiceNameByDBKey()
271 std::string ProfileUtils::CheckAndRemoveOhSuffix(const std::string& profileName) in CheckAndRemoveOhSuffix() function in OHOS::DistributedDeviceProfile::ProfileUtils
658 profile.SetServiceName(CheckAndRemoveOhSuffix(propertiesMap[SERVICE_NAME])); in EntriesToServiceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp143 res[NUM_2] = ProfileUtils::CheckAndRemoveOhSuffix(res[NUM_2]); in FilterEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp469 res[NUM_2] = ProfileUtils::CheckAndRemoveOhSuffix(res[NUM_2]); in DBKeyToSubcribeKey()