Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp250 bool GetPrefValue(const Element &element, T &value) in GetPrefValue() function
269 bool GetPrefValue(const Element &element, T &value) in GetPrefValue() function
277 return GetPrefValue<T, Types...>(element, value); in GetPrefValue()
283 return GetPrefValue<decltype(value), Types...>(element, value); in Convert2PrefValue()

Completed in 1 milliseconds