Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h180 int RemoveSubscribeTrigger(const std::vector<std::string> &subscribeIds);
H A Drd_single_ver_storage_executor.cpp668 int RdSingleVerStorageExecutor::RemoveSubscribeTrigger(const std::vector<std::string> &subscribeIds) in RemoveSubscribeTrigger() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp189 int SQLiteSingleVerStorageExecutor::RemoveSubscribeTrigger(const std::vector<std::string> &subscrib… in RemoveSubscribeTrigger() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_storage_executor.h171 int RemoveSubscribeTrigger(const std::vector<std::string> &subscribeIds);
H A Dsqlite_single_ver_natural_store.cpp1890 errCode = handle->RemoveSubscribeTrigger(subscribeIds); in RemoveSubscribe()