Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp129 PreferencesDb::PreferencesDb() in PreferencesDb() function in OHOS::NativePreferences::PreferencesDb
133 PreferencesDb::~PreferencesDb() in ~PreferencesDb()
145 ReportParam PreferencesDb::GetReportParam(const std::string &info, uint32_t errCode) in GetReportParam()
157 int PreferencesDb::CloseDb() in CloseDb()
178 int PreferencesDb::CreateCollection() in CreateCollection()
192 int PreferencesDb::OpenDb(bool isNeedRebuild) in OpenDb()
212 int PreferencesDb::RepairDb() in RepairDb()
226 int PreferencesDb
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h140 class PreferencesDb { class
142 PreferencesDb();
143 ~PreferencesDb();
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_enhance_impl.h69 std::shared_ptr<PreferencesDb> db_;
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp51 db_ = std::make_shared<PreferencesDb>(); in Init()

Completed in 3 milliseconds