Home
last modified time | relevance | path

Searched refs:IsCurrentSyncTaskCanBeSkipped (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_sync_task_context.h27 return SingleVerKvSyncTaskContext::IsCurrentSyncTaskCanBeSkipped(); in CallIsCurrentSyncTaskCanBeSkipped()
56 MOCK_CONST_METHOD0(IsCurrentSyncTaskCanBeSkipped, bool(void));
H A Ddistributeddb_mock_sync_module_test.cpp477 …EXPECT_CALL(syncTaskContext, IsCurrentSyncTaskCanBeSkipped()).WillOnce(Return(true)).WillOnce(Retu…
559 EXPECT_CALL(syncTaskContext, IsCurrentSyncTaskCanBeSkipped())
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h176 virtual bool IsCurrentSyncTaskCanBeSkipped() const = 0;
H A Dsync_task_context.h202 bool IsCurrentSyncTaskCanBeSkipped() const override;
H A Dsync_state_machine.cpp181 if (syncContext_->IsCurrentSyncTaskCanBeSkipped()) { in ExecNextTask()
H A Dsync_task_context.cpp723 bool SyncTaskContext::IsCurrentSyncTaskCanBeSkipped() const in IsCurrentSyncTaskCanBeSkipped() function in DistributedDB::SyncTaskContext
H A Dsync_engine.cpp677 if (context->IsCurrentSyncTaskCanBeSkipped()) { // LCOV_EXCL_BR_LINE in ExecSyncTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h49 bool IsCurrentSyncTaskCanBeSkipped() const override;
H A Dsingle_ver_sync_task_context.cpp489 bool SingleVerSyncTaskContext::IsCurrentSyncTaskCanBeSkipped() const in DEFINE_OBJECT_TAG_FACILITIES()