Home
last modified time | relevance | path

Searched refs:IsAutoSync (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_target.cpp74 bool SyncTarget::IsAutoSync() const in IsAutoSync() function in DistributedDB::SyncTarget
79 return operation_->IsAutoSync(); in IsAutoSync()
H A Disync_target.h54 virtual bool IsAutoSync() const = 0;
H A Dsync_target.h50 bool IsAutoSync() const override;
H A Dsync_task_context.cpp271 int checkErrCode = RunPermissionCheck(GetPermissionCheckFlag(IsAutoSync(), GetMode())); in GetNextTarget()
300 bool SyncTaskContext::IsAutoSync() const in IsAutoSync() function in DistributedDB::SyncTaskContext
583 isAutoSync_ = syncOperation_->IsAutoSync(); in CopyTargetData()
673 if (IsAutoSync() || mode_ == SUBSCRIBE_QUERY || mode_ == UNSUBSCRIBE_QUERY) { in GetSyncRetryTimes()
682 if (IsAutoSync()) { in GetSyncRetryTimeout()
738 if (target->IsAutoSync()) { // LCOV_EXCL_BR_LINE in Dump()
H A Disync_task_context.h83 virtual bool IsAutoSync() const = 0;
H A Dsync_task_context.h88 bool IsAutoSync() const override;
H A Dgeneric_syncer.cpp281 if ((!operation->IsAutoSync()) && (!operation->IsBlockSync()) && (!operation->IsAutoControlCmd())) { in RemoveSyncOperation()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Dauto_sync_matrix.h56 bool IsAutoSync(const StoreMetaData &meta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp48 if (!IsAutoSync(metaData)) { in AutoSyncMatrix()
84 if (!IsAutoSync(meta)) { in Initialize()
91 bool AutoSyncMatrix::IsAutoSync(const StoreMetaData &meta) in IsAutoSync() function in OHOS::DistributedData::AutoSyncMatrix
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp99 if (operation->IsAutoSync()) { in AddSyncOperation()
111 return (tmpOperation != nullptr && tmpOperation->GetQueryId() == queryId) && target->IsAutoSync(); in AddSyncOperation()
113 return target->IsAutoSync(); in AddSyncOperation()
281 if (target->IsAutoSync()) { in ClearAllSyncTask()
H A Dsingle_ver_sync_state_machine.cpp479 if (!context_->IsAutoSync()) { in DoTimeSync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.h111 bool IsAutoSync() const;
H A Dsync_operation.cpp227 bool SyncOperation::IsAutoSync() const in IsAutoSync() function in DistributedDB::SyncOperation
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp76 if (operation->IsAutoSync() && !IsTargetQueueEmpty()) { in AddSyncOperation()

Completed in 11 milliseconds