Home
last modified time | relevance | path

Searched refs:isCompensation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_event.cpp26 …asyncDetail_(std::move(async)), isCompensation_(syncParam.isCompensation), triggerMode_(syncParam.… in EventInfo()
46 isCompensation_ = info.isCompensation_; in operator =()
90 return info_.isCompensation_; in IsCompensation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsync_event.h39 bool isCompensation_ = false; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h88 bool isCompensation_ = false; variable
H A Dsync_manager.cpp105 isCompensation_ = isCompensation; in SetCompensation()
312 … SyncParam syncParam = { info.mode_, info.wait_, info.isCompensation_, info.triggerMode_, in GetPostEventTask()