Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h137 static constexpr uint32_t WAL_INDEX = 2; member in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp67 constexpr uint32_t SqliteConnection::WAL_INDEX; member in OHOS::NativeRdb::SqliteConnection
145 bool walOverLimit = bugInfo.find(FILE_SUFFIXES[WAL_INDEX].debug_) != bugInfo.end() && in CreateSlaveConnection()
146 bugInfo[FILE_SUFFIXES[WAL_INDEX].debug_].size_ > SLAVE_WAL_SIZE_LIMIT; in CreateSlaveConnection()

Completed in 4 milliseconds