Home
last modified time | relevance | path

Searched refs:naturalStore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp73 if (naturalStore == nullptr) { in CheckReadDataControlled()
145 if (naturalStore == nullptr) { in GetEntries()
200 if (naturalStore == nullptr) { in GetCount()
557 if (naturalStore == nullptr) { in GetResultSet()
704 if (naturalStore == nullptr) { in PragmaSetMaxLogSize()
807 if (naturalStore == nullptr) { in PutBatchInner()
811 naturalStore->WakeUpSyncer(); in PutBatchInner()
854 if (naturalStore == nullptr) { in DeleteBatchInner()
858 naturalStore->WakeUpSyncer(); in DeleteBatchInner()
957 if (naturalStore == nullptr) { in SaveEntry()
[all …]
H A Dsqlite_single_ver_natural_store_connection.h223 SQLiteSingleVerNaturalStore &naturalStore);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp110 if (naturalStore == nullptr) { in GetResultSet()
163 if (naturalStore == nullptr) { in GetResultSet()
514 if (naturalStore == nullptr) { in CheckIntegrity()
518 return naturalStore->CheckIntegrity(); in CheckIntegrity()
539 if (naturalStore == nullptr) { in CheckSyncEntriesValid()
598 if (naturalStore == nullptr) { in SaveEntry()
623 if (naturalStore == nullptr) { in GetExecutor()
635 if (naturalStore != nullptr) { in ReleaseExecutor()
636 naturalStore->ReleaseHandle(executor); in ReleaseExecutor()
714 if (naturalStore == nullptr) { in CheckReadDataControlled()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.h25 …SingleVerDatabaseOper(SQLiteSingleVerNaturalStore *naturalStore, SQLiteStorageEngine *storageEngin…
H A Dsingle_ver_database_oper.cpp25 SingleVerDatabaseOper::SingleVerDatabaseOper(SQLiteSingleVerNaturalStore *naturalStore, in SingleVerDatabaseOper() argument
27 : singleVerNaturalStore_(naturalStore), in SingleVerDatabaseOper()