Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.h30 int StartAutoSubscribeTimer(const ISyncInterface &syncInterface) override;
H A Dsingle_ver_sync_engine.cpp63 int SingleVerSyncEngine::StartAutoSubscribeTimer(const ISyncInterface &syncInterface) in StartAutoSubscribeTimer() function in DistributedDB::SingleVerSyncEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h75 virtual int StartAutoSubscribeTimer(const ISyncInterface &syncInterface) = 0;
H A Dsync_engine.h101 int StartAutoSubscribeTimer(const ISyncInterface &syncInterface) override;
H A Dsync_engine.cpp75 int errCode = StartAutoSubscribeTimer(*syncInterface); in Initialize()
992 int SyncEngine::StartAutoSubscribeTimer([[gnu::unused]] const ISyncInterface &syncInterface)