Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Dpreferences_wrapper.cpp31 std::shared_ptr<NativePreferences::Preferences> preferences = in PutInt() local
49 std::shared_ptr<NativePreferences::Preferences> preferences = in GetInt() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.h83 std::shared_ptr<NativePreferences::Preferences> preferences; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dpreferred_language.cpp151 std::shared_ptr<NativePreferences::Preferences> preferences = in GetI18nAppPreferences() local
162 std::shared_ptr<NativePreferences::Preferences> preferences = GetI18nAppPreferences(); in IsSetAppPreferredLanguage() local
177 std::shared_ptr<NativePreferences::Preferences> preferences = GetI18nAppPreferences(); in GetAppPreferredLanguage() local
196 std::shared_ptr<NativePreferences::Preferences> preferences = GetI18nAppPreferences(); in SetAppPreferredLanguage() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/
H A Dwhite_list_config_mgr.cpp94 …std::shared_ptr<NativePreferences::Preferences> preferences = NativePreferences::PreferencesHelper… in GetPreference() local
/ohos5.0/base/update/updater/services/diffpatch/bzip2/
H A Dlz4_adapter.cpp50 LZ4F_preferences_t preferences; in Open() local
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_lz4.cpp210 …32_t PkgAlgorithmLz4::GetPackParam(LZ4F_compressionContext_t &ctx, LZ4F_preferences_t &preferences, in GetPackParam()
305 LZ4F_preferences_t preferences; in Pack() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp33 (std::shared_ptr<OHOS::NativePreferences::Preferences> preferences) : preferences_(preferences) in OH_PreferencesImpl()
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp174 std::shared_ptr<Preferences> preferences = PreferencesHelper::GetPreferences(option, errCode); variable