Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Disync_interface.h73 virtual int IsSupportSubscribe() const = 0;
H A Dsync_generic_interface.h156 int IsSupportSubscribe() const override in IsSupportSubscribe() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp65 if (syncInterface.IsSupportSubscribe() == -E_NOT_SUPPORT) { in StartAutoSubscribeTimer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp393 if (IsSupportSubscribe() != E_OK) { in AddSubscribe()
451 int SQLiteSingleVerNaturalStore::IsSupportSubscribe() const in IsSupportSubscribe() function in DistributedDB::SQLiteSingleVerNaturalStore
H A Dsqlite_single_ver_natural_store.h197 int IsSupportSubscribe() const override;