Searched refs:profileProperty (Results 1 – 4 of 4) sorted by relevance
688 …ring ProfileUtils::GenerateDBKey(const std::string& profileKey, const std::string& profileProperty) in GenerateDBKey() argument690 return profileKey + SEPARATOR + profileProperty; in GenerateDBKey()709 std::string profileProperty = GetProfileProperty(item.first); in GetProfilePropertiesMap() local710 if (profileProperty.empty()) { in GetProfilePropertiesMap()714 propertiesMap[profileProperty] = item.second; in GetProfilePropertiesMap()
258 std::string profileProperty(reinterpret_cast<const char*>(data), size); in GenerateDBKeyFuzzTest()261 ProfileUtils::GenerateDBKey(profileKey, profileProperty); in GenerateDBKeyFuzzTest()
82 …tatic std::string GenerateDBKey(const std::string& profileKey, const std::string& profileProperty);
886 string profileProperty = "profileProperty"; variable887 string res = ProfileUtils::GenerateDBKey(profileKey, profileProperty);