Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h94 static std::string GetProfileProperty(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp942 string res = ProfileUtils::GetProfileProperty(dbKey);
955 string res = ProfileUtils::GetProfileProperty(dbKey);
971 string res = ProfileUtils::GetProfileProperty(dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp270 ProfileUtils::GetProfileProperty(dbKey); in GetProfilePropertyFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp693 std::string ProfileUtils::GetProfileProperty(const std::string& dbKey) in GetProfileProperty() function in OHOS::DistributedDeviceProfile::ProfileUtils
709 std::string profileProperty = GetProfileProperty(item.first); in GetProfilePropertiesMap()