Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp192 int PreferencesDb::OpenDb(bool isNeedRebuild) in OpenDb() argument
199 if (isNeedRebuild) { in OpenDb()
205 std::string errMsg = isNeedRebuild ? "open db failed with open_create | open_check" : in OpenDb()
207 LOG_ERROR("%{public}s, errCode: %{public}d, isRebuild:%{public}d", errMsg.c_str(), errCode, isNeedRebuild); in OpenDb()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h152 int OpenDb(bool isNeedRebuild);

Completed in 2 milliseconds