Searched refs:isCompensation (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_event.cpp | 26 asyncDetail_(std::move(async)), isCompensation_(syncParam.isCompensation), triggerMode_(syncParam.triggerMode), in EventInfo()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_service.h | 36 bool isCompensation = false; member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 47 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 D | general_value.h | 98 bool isCompensation = false; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.h | 70 void SetCompensation(bool isCompensation);
|
H A D | sync_manager.cpp | 103 void SyncManager::SyncInfo::SetCompensation(bool isCompensation) in SetCompensation() argument 105 isCompensation_ = isCompensation; in SetCompensation()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 441 SyncParam syncParam = { option.mode, 0, option.isCompensation }; 558 SyncParam syncParam = { mixMode, (option.isAsync ? 0 : WAIT_TIME), option.isCompensation };
|
H A D | rdb_general_store.cpp | 537 (isPriority || highMode == MANUAL_SYNC_MODE), syncParam.isCompensation, {}, in Sync()
|
Completed in 7 milliseconds