Home
last modified time | relevance | path

Searched refs:GetStartCheckpointSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h250 ssize_t GetStartCheckpointSize() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h665 ssize_t GetStartCheckpointSize() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp619 ssize_t RdbStoreConfig::GetStartCheckpointSize() const in GetStartCheckpointSize() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp981 if (size <= config_.GetStartCheckpointSize()) { in TryCheckPoint()