Home
last modified time | relevance | path

Searched defs:autoCheck (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_config.cpp36 …std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool autoCheck, in RdbStoreConfig()
159 void RdbStoreConfig::SetAutoCheck(bool autoCheck) in SetAutoCheck()
Dsqlite_connection.cpp1132 … std::shared_ptr<Connection> autoCheck(slaveConnection_.get(), [this, timeout](Connection *conn) { in TryCheckPoint() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/storeconfig_fuzzer/
Dstoreconfig_fuzzer.cpp176 bool autoCheck = provider.ConsumeBool(); in LLVMFuzzerTestOneInput() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_config_test.cpp683 bool autoCheck = true; variable