Home
last modified time | relevance | path

Searched refs:AddSubscribeTrigger (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h178 int AddSubscribeTrigger(QueryObject &query, const std::string &subscribeId);
H A Drd_single_ver_storage_executor.cpp663 int RdSingleVerStorageExecutor::AddSubscribeTrigger(QueryObject &query, const std::string &subscrib… in AddSubscribeTrigger() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp149 int SQLiteSingleVerStorageExecutor::AddSubscribeTrigger(QueryObject &query, const std::string &subs… in AddSubscribeTrigger() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_storage_executor.h169 int AddSubscribeTrigger(QueryObject &query, const std::string &subscribeId);
H A Dsqlite_single_ver_natural_store_extend.cpp417 errCode = handle->AddSubscribeTrigger(queryInner, subscribeId); in AddSubscribe()
H A Dsqlite_single_ver_storage_engine.cpp230 errCode = handle->AddSubscribeTrigger(item.second, item.first); in AddSubscribeToMainDBInMigrate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1186 int ret = g_handle->AddSubscribeTrigger(queryObj, "");
1200 ret = obj.AddSubscribeTrigger(query, "");