Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp20 PreferencesValue::PreferencesValue(const PreferencesValue &preferencesValue) in PreferencesValue()
28 PreferencesValue::PreferencesValue(PreferencesValue &&preferencesValue) noexcept in PreferencesValue() function in OHOS::NativePreferences::PreferencesValue
101 PreferencesValue &PreferencesValue::operator=(PreferencesValue &&preferencesValue) noexcept in operator =()
110 PreferencesValue &PreferencesValue::operator=(const PreferencesValue &preferencesValue) in operator =()
H A Dpreferences_base.cpp55 PreferencesValue preferencesValue = Get(key, defValue); local
64 PreferencesValue preferencesValue = Get(key, defValue); local
72 PreferencesValue preferencesValue = Get(key, defValue); local
80 PreferencesValue preferencesValue = Get(key, defValue); local
89 PreferencesValue preferencesValue = Get(key, defValue); local
98 PreferencesValue preferencesValue = Get(key, defValue); local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp178 NativePreferences::PreferencesValue preferencesValue = NativePreferences::PreferencesValue(-1); in CValueTypeToNativeValue() local