Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h88 static std::string CheckAndAddOhSuffix(const std::string& profileName, bool isSvr);
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp262 std::string ProfileUtils::CheckAndAddOhSuffix(const std::string& profileName, bool isSvr) in CheckAndAddOhSuffix() function in OHOS::DistributedDeviceProfile::ProfileUtils
474 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in ServiceProfileToEntries()
485 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in CharacteristicProfileToEntries()
808 std::string serviceName = CheckAndAddOhSuffix(profile.GetServiceName(), true); in GetDbKeyByProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp310 ProfileUtils::CheckAndAddOhSuffix(serviceName, true), characteristicKey); in GetCharacteristicProfile()
456 ProfileUtils::CheckAndAddOhSuffix(serviceName, true), characteristicKey); in DeleteCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp148 res[NUM_2] = ProfileUtils::CheckAndAddOhSuffix(res[NUM_2], res.front() == SVR_PREFIX); in FilterEntries()

Completed in 4 milliseconds