Home
last modified time | relevance | path

Searched refs:IsExtendedCacheDBMode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp180 bool SQLiteSingleVerNaturalStore::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() function in DistributedDB::SQLiteSingleVerNaturalStore
193 if (IsExtendedCacheDBMode()) { in CheckReadDataControlled()
399 …if (IsExtendedCacheDBMode() && needCacheSubscribe) { // cache auto subscribe when engine state is … in AddSubscribe()
498 if (IsExtendedCacheDBMode()) { in RemoveDeviceDataInner()
H A Dsqlite_single_ver_natural_store_connection.cpp975 if (IsExtendedCacheDBMode()) { in SaveEntry()
1220 if (IsExtendedCacheDBMode()) { in StartTransactionInner()
1318 bool isCacheOrMigrating = IsExtendedCacheDBMode(); in CommitInner()
1346 if (!IsExtendedCacheDBMode()) { in RollbackInner()
1379 bool SQLiteSingleVerNaturalStoreConnection::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
1386 return naturalStore->IsExtendedCacheDBMode(); in IsExtendedCacheDBMode()
1667 if (IsExtendedCacheDBMode()) { in PragmaPublish()
1681 if (IsExtendedCacheDBMode()) { in PragmaUnpublish()
1840 if (IsExtendedCacheDBMode()) { in UpdateKey()
H A Dsqlite_single_ver_natural_store_connection.h209 bool IsExtendedCacheDBMode() const override;
H A Dsqlite_single_ver_natural_store.h161 bool IsExtendedCacheDBMode() const;
H A Dsqlite_single_ver_natural_store.cpp1210 if (IsExtendedCacheDBMode()) { in SaveSyncDataItems()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_connection.h31 virtual bool IsExtendedCacheDBMode() const;
H A Dsingle_ver_natural_store_connection.cpp53 bool SingleVerNaturalStoreConnection::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() function in DistributedDB::SingleVerNaturalStoreConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h122 bool IsExtendedCacheDBMode() const;
H A Drd_single_ver_natural_store_connection.cpp603 if (IsExtendedCacheDBMode()) { in SaveEntry()
650 if (IsExtendedCacheDBMode()) { in StartTransactionInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp353 EXPECT_FALSE(errStore->IsExtendedCacheDBMode());