Home
last modified time | relevance | path

Searched refs:StartFeedDogForSync (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_state_machine.h58 virtual bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) = 0;
H A Dsync_state_machine.h68 bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) override;
H A Dsync_state_machine.cpp286 bool SyncStateMachine::StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) in StartFeedDogForSync() function in DistributedDB::SyncStateMachine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h86 bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag);
H A Dsingle_ver_sync_task_context.cpp312 bool SingleVerSyncTaskContext::StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) in StartFeedDogForSync() function in DistributedDB::SingleVerSyncTaskContext
314 return stateMachine_->StartFeedDogForSync(time, flag); in StartFeedDogForSync()
H A Dsingle_ver_data_sync.cpp243 startFeedDogRet = context->StartFeedDogForSync(time, SyncDirectionFlag::SEND); in Send()
1212 context->StartFeedDogForSync(static_cast<uint32_t>(data), SyncDirectionFlag::RECEIVE); in AckRecv()