Searched refs:Convert2PrefValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_impl.cpp | 210 static void Convert2PrefValue(const Element &element, T &value) in Convert2PrefValue() function 226 static void Convert2PrefValue(const Element &element, std::vector<T> &values) in Convert2PrefValue() function 230 Convert2PrefValue(child, value); in Convert2PrefValue() 235 static void Convert2PrefValue(const Element &element, BigInt &value) in Convert2PrefValue() function 239 Convert2PrefValue(child, val); in Convert2PrefValue() 256 static void Convert2PrefValue(const Element &element, std::vector<uint8_t> &value) in Convert2PrefValue() function 263 static void Convert2PrefValue(const Element &element, Object &value) in Convert2PrefValue() function 273 Convert2PrefValue(element, val); in GetPrefValue() 281 bool Convert2PrefValue(const Element &element, std::variant<Types...> &value) in Convert2PrefValue() function 289 if (Convert2PrefValue(element, value.value_)) { in ReadXmlElement()
|