Home
last modified time | relevance | path

Searched refs:CacheSubscribe (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h61 void CacheSubscribe(const std::string &subscribeId, const QueryObject &query);
H A Dsqlite_single_ver_natural_store_extend.cpp401 storageEngine_->CacheSubscribe(subscribeId, queryInner); in AddSubscribe()
H A Dsqlite_single_ver_storage_engine.cpp1102 void SQLiteSingleVerStorageEngine::CacheSubscribe(const std::string &subscribeId, const QueryObject… in CacheSubscribe() function in DistributedDB::SQLiteSingleVerStorageEngine