Searched defs:autoCheck (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_config_test.cpp | 683 bool autoCheck = true; in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_config.cpp | 147 void RdbStoreConfig::SetAutoCheck(bool autoCheck) in SetAutoCheck() argument 26 RdbStoreConfig(const std::string &name, StorageMode storageMode, bool isReadOnly, const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMode, const std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool autoCheck, int journalSize, int pageSize) RdbStoreConfig() argument
|
Completed in 3 milliseconds