Searched refs:IsCacheDBMode (Results 1 – 7 of 7) sorted by relevance
120 bool IsCacheDBMode() const;
477 bool RdSingleVerNaturalStore::IsCacheDBMode() const in IsCacheDBMode() function in DistributedDB::RdSingleVerNaturalStore
170 bool SQLiteSingleVerNaturalStore::IsCacheDBMode() const in IsCacheDBMode() function in DistributedDB::SQLiteSingleVerNaturalStore194 int err = IsCacheDBMode() ? -E_EKEYREVOKED : -E_BUSY; in CheckReadDataControlled()
1000 if (IsCacheDBMode()) { in SaveLocalEntry()1369 bool SQLiteSingleVerNaturalStoreConnection::IsCacheDBMode() const in IsCacheDBMode() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection1376 return naturalStore->IsCacheDBMode(); in IsCacheDBMode()1668 int err = IsCacheDBMode() ? -E_EKEYREVOKED : -E_BUSY; in PragmaPublish()1682 int err = IsCacheDBMode() ? -E_EKEYREVOKED : -E_BUSY; in PragmaUnpublish()
208 bool IsCacheDBMode() const;
160 bool IsCacheDBMode() const;
352 EXPECT_FALSE(errStore->IsCacheDBMode());