Home
last modified time | relevance | path

Searched defs:RemoveSubscribe (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h124 virtual int RemoveSubscribe(const std::string &subscribeId) in RemoveSubscribe() function
129 virtual int RemoveSubscribe(const std::vector<std::string> &subscribeIds) in RemoveSubscribe() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp520 int VirtualSingleVerSyncDBInterface::RemoveSubscribe(const std::string &subscribeId) in RemoveSubscribe() function in DistributedDB::VirtualSingleVerSyncDBInterface
525 int VirtualSingleVerSyncDBInterface::RemoveSubscribe(const std::vector<std::string> &subscribeIds) in RemoveSubscribe() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1877 int SQLiteSingleVerNaturalStore::RemoveSubscribe(const std::vector<std::string> &subscribeIds) in RemoveSubscribe() function in DistributedDB::SQLiteSingleVerNaturalStore
1909 int SQLiteSingleVerNaturalStore::RemoveSubscribe(const std::string &subscribeId) in RemoveSubscribe() function in DistributedDB::SQLiteSingleVerNaturalStore