Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h85 static std::string GetServiceNameByDBKey(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1039 string res = ProfileUtils::GetServiceNameByDBKey(dbKey);
1052 string res = ProfileUtils::GetServiceNameByDBKey(dbKey);
1068 string res = ProfileUtils::GetServiceNameByDBKey(dbKey);
1081 string res = ProfileUtils::GetServiceNameByDBKey(dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp224 std::string ProfileUtils::GetServiceNameByDBKey(const std::string& dbKey) in GetServiceNameByDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
241 std::string serviceName = GetServiceNameByDBKey(dbKey); in GetNonOhSuffixServiceNameByDBKey()