Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h87 static bool IsNeedAddOhSuffix(const std::string& profileName, bool isSvr);
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp308 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in GetCharacteristicProfile()
454 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in DeleteCharacteristicProfile()
/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()
/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()

Completed in 4 milliseconds