Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp688 std::string ProfileUtils::GenerateDBKey(const std::string& profileKey, const std::string& profileProperty) in GenerateDBKey() argument
690 return profileKey + SEPARATOR + profileProperty; in GenerateDBKey()
709 std::string profileProperty = GetProfileProperty(item.first); in GetProfilePropertiesMap() local
710 if (profileProperty.empty()) { in GetProfilePropertiesMap()
714 propertiesMap[profileProperty] = item.second; in GetProfilePropertiesMap()
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp258 std::string profileProperty(reinterpret_cast<const char*>(data), size); in GenerateDBKeyFuzzTest()
261 ProfileUtils::GenerateDBKey(profileKey, profileProperty); in GenerateDBKeyFuzzTest()
269 std::string dbKey = "profileKey#profileProperty"; in GetProfilePropertyFuzzTest()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h82 static std::string GenerateDBKey(const std::string& profileKey, const std::string& profileProperty);
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp886 string profileProperty = "profileProperty"; in HWTEST_F() local
887 string res = ProfileUtils::GenerateDBKey(profileKey, profileProperty); in HWTEST_F()
888 EXPECT_EQ("profileKey#profileProperty", res); in HWTEST_F()
899 string dbKey = "profileKey#profileProperty"; in HWTEST_F()
941 string dbKey = "profileKey#profileProperty"; in HWTEST_F()
943 EXPECT_EQ("profileProperty", res); in HWTEST_F()

Completed in 8 milliseconds