Home
last modified time | relevance | path

Searched refs:GetPrefValue (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_impl.cpp226 template<typename T> bool GetPrefValue(const Element &element, T &value) in GetPrefValue() function
232 template<typename T, typename First, typename... Types> bool GetPrefValue(const Element &element, T… in GetPrefValue() function
240 return GetPrefValue<T, Types...>(element, value); in GetPrefValue()
245 return GetPrefValue<decltype(value), Types...>(element, value); in Convert2PrefValue()