Home
last modified time | relevance | path

Searched refs:isWriter_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h79 bool isWriter_ = false; member in OHOS::NativeRdb::RdConnection
H A Dsqlite_connection.h145 bool isWriter_; member in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp102 RdConnection::RdConnection(const RdbStoreConfig &config, bool isWriter) : isWriter_(isWriter), config_(config) in RdConnection()
205 return isWriter_; in IsWriter()
H A Dsqlite_connection.cpp130 : dbHandle_(nullptr), isWriter_(isWriteConnection), isReadOnly_(false), maxVariableNumber_(0), filePath(""), in SqliteConnection()
231 isReadOnly_ = !isWriter_ || config.IsReadOnly(); in InnerOpen()
246 if (isWriter_) { in InnerOpen()
414 if (isWriter_) { in ~SqliteConnection()
456 return isWriter_; in IsWriter()
462 if (!isWriter_ || notifier == nullptr) { in SubscribeTableChanges()
956 if (!isWriter_) { in TryCheckPoint()
991 if (!isConfigured_ || !isWriter_) { in LimitWalSize()
1129 if (!isWriter_ || observer == nullptr) { in Subscribe()
1153 if (!isWriter_) { in Unsubscribe()
[all...]

Completed in 4 milliseconds