Home
last modified time | relevance | path

Searched defs:Convert2PrefValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp210 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
235 static void Convert2PrefValue(const Element &element, BigInt &value) in Convert2PrefValue() function
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
281 bool Convert2PrefValue(const Element &element, std::variant<Types...> &value) in Convert2PrefValue() function