Searched refs:IsExtendedCacheDBMode (Results 1 – 10 of 10) sorted by relevance
180 bool SQLiteSingleVerNaturalStore::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() function in DistributedDB::SQLiteSingleVerNaturalStore193 if (IsExtendedCacheDBMode()) { in CheckReadDataControlled()399 …if (IsExtendedCacheDBMode() && needCacheSubscribe) { // cache auto subscribe when engine state is … in AddSubscribe()498 if (IsExtendedCacheDBMode()) { in RemoveDeviceDataInner()
975 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::SQLiteSingleVerNaturalStoreConnection1386 return naturalStore->IsExtendedCacheDBMode(); in IsExtendedCacheDBMode()1667 if (IsExtendedCacheDBMode()) { in PragmaPublish()1681 if (IsExtendedCacheDBMode()) { in PragmaUnpublish()1840 if (IsExtendedCacheDBMode()) { in UpdateKey()
209 bool IsExtendedCacheDBMode() const override;
161 bool IsExtendedCacheDBMode() const;
1210 if (IsExtendedCacheDBMode()) { in SaveSyncDataItems()
31 virtual bool IsExtendedCacheDBMode() const;
53 bool SingleVerNaturalStoreConnection::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() function in DistributedDB::SingleVerNaturalStoreConnection
122 bool IsExtendedCacheDBMode() const;
603 if (IsExtendedCacheDBMode()) { in SaveEntry()650 if (IsExtendedCacheDBMode()) { in StartTransactionInner()
353 EXPECT_FALSE(errStore->IsExtendedCacheDBMode());