Home
last modified time | relevance | path

Searched refs:isNeedUpdateSecOpt_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h58 isNeedUpdateSecOpt_ = flag; in SetNeedUpdateSecOption()
129 bool isNeedUpdateSecOpt_; // update the option_ variable
H A Dsqlite_single_ver_storage_engine.cpp38 isNeedUpdateSecOpt_(false) in SQLiteSingleVerStorageEngine()
751 isNeedUpdateSecOpt_ = true; in PreCreateExecutor()
777 isNeedUpdateSecOpt_); in EndCreateExecutor()
811 if ((!option_.isMemDb) && (isOpenSESECE || (isNeedUpdateSecOpt_ && isCurrentSESECE))) { in TryAttachMetaDb()
902 if (isNeedUpdateSecOpt_) { in Upgrade()
1111 if (isNeedUpdateSecOpt_) { in IsUseExistedSecOption()