Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h94 static std::string GetProfileProperty(const std::string& dbKey);
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp270 ProfileUtils::GetProfileProperty(dbKey); in GetProfilePropertyFuzzTest()
/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()
711 HILOGE("GetProfileProperty fail, %{public}s!", GetDbKeyAnonyString(item.first).c_str()); in GetProfilePropertiesMap()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp935 * @tc.desc: GetProfileProperty succeed.
942 string res = ProfileUtils::GetProfileProperty(dbKey); in HWTEST_F()
948 * @tc.desc: GetProfileProperty failed , dbKey.length() == 0.
955 string res = ProfileUtils::GetProfileProperty(dbKey); in HWTEST_F()
961 * @tc.desc: GetProfileProperty failed , dbKey.length() > 4096.
971 string res = ProfileUtils::GetProfileProperty(dbKey); in HWTEST_F()

Completed in 6 milliseconds