Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h87 static bool IsNeedAddOhSuffix(const std::string& profileName, bool isSvr);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp296 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in GetCharacteristicProfile()
441 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in DeleteCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp147 if (ProfileUtils::IsNeedAddOhSuffix(res[NUM_2], res.front() == SVR_PREFIX)) { in FilterEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp248 bool ProfileUtils::IsNeedAddOhSuffix(const std::string& profileName, bool isSvr) in IsNeedAddOhSuffix() function in OHOS::DistributedDeviceProfile::ProfileUtils
265 if (IsNeedAddOhSuffix(str, isSvr)) { in CheckAndAddOhSuffix()