Home
last modified time | relevance | path

Searched refs:isCompensation (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_event.cpp26 asyncDetail_(std::move(async)), isCompensation_(syncParam.isCompensation), triggerMode_(syncParam.triggerMode), in EventInfo()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h36 bool isCompensation = false; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp47 return ITypesUtil::Marshal(data, input.mode, input.seqNum, input.isAsync, input.isAutoSync, input.isCompensation); in Marshalling()
54 data, output.mode, output.seqNum, output.isAsync, output.isAutoSync, output.isCompensation); in Unmarshalling()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h98 bool isCompensation = false; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h70 void SetCompensation(bool isCompensation);
H A Dsync_manager.cpp103 void SyncManager::SyncInfo::SetCompensation(bool isCompensation) in SetCompensation() argument
105 isCompensation_ = isCompensation; in SetCompensation()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp441 SyncParam syncParam = { option.mode, 0, option.isCompensation };
558 SyncParam syncParam = { mixMode, (option.isAsync ? 0 : WAIT_TIME), option.isCompensation };
H A Drdb_general_store.cpp537 (isPriority || highMode == MANUAL_SYNC_MODE), syncParam.isCompensation, {}, in Sync()

Completed in 8 milliseconds