Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h119 …int AddSubscribe(const std::string &subscribeId, const QueryObject &query, bool needCacheSubscribe) in AddSubscribe() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp391 bool needCacheSubscribe) in AddSubscribe() argument
399 …if (IsExtendedCacheDBMode() && needCacheSubscribe) { // cache auto subscribe when engine state is … in AddSubscribe()
H A Dsqlite_single_ver_natural_store.h185 …scribe(const std::string &subscribeId, const QueryObject &query, bool needCacheSubscribe) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h124 …scribe(const std::string &subscribeId, const QueryObject &query, bool needCacheSubscribe) override;
H A Dvirtual_single_ver_sync_db_Interface.cpp515 bool needCacheSubscribe) in AddSubscribe() argument