Home
last modified time | relevance | path

Searched refs:syncMode_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp39 return syncMode_; in GetSyncMode()
44 syncMode_ = mode; in SetSyncMode()
49 WRITE_HELPER_RET(parcel, Int32, static_cast<int32_t>(syncMode_), false); in Marshalling()
61 syncMode_ = static_cast<SyncMode>(mode); in UnMarshalling()
82 cJSON_AddNumberToObject(json, SYNC_MODE.c_str(), static_cast<int64_t>(syncMode_)); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dsync_options.cpp45 return syncMode_; in GetSyncMode()
50 syncMode_ = mode; in SetSyncMode()
55 PARCEL_WRITE_HELPER_RET(parcel, Int32, static_cast<int32_t>(syncMode_), false); in Marshalling()
67 syncMode_ = static_cast<DeviceProfile::SyncMode>(mode); in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Ddata_sync_event.h30 … : CloudEvent(DATA_SYNC, std::move(storeInfo)), syncMode_(syncMode), status_(std::move(status)),
39 return syncMode_; in GetSyncMode()
58 uint32_t syncMode_;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h221 this->journalMode_ == config.journalMode_ && this->syncMode_ == config.syncMode_ &&
290 std::string syncMode_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp35 journalMode_(journalMode), syncMode_(syncMode), databaseFileType(databaseFileType) in RdbStoreConfig()
86 return syncMode_; in GetSyncMode()
680 oss << " syncMode:" << cacheConfig.syncMode_ << "->" << incomingConfig.syncMode_ << ","; in Format()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp190 syncMode_ = syncMode; in SetSyncMode()
195 return syncMode_; in GetSyncMode()
H A Drender_image.h85 return syncMode_; in GetImageSyncMode()
415 bool syncMode_ = false; variable
H A Dimage_component.h238 bool syncMode_ = false; variable
H A Drosen_render_image.cpp120 if (!isDeclarative && !renderImage->syncMode_ && renderImage->RetryLoading()) { in InitializeCallbacks()
380 syncMode_; in FetchImageObject()
1092 failedCallback_, resizeTarget_, forceResize_, syncMode_);
H A Drender_image.cpp66 syncMode_ = image->GetSyncMode(); in Update()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h43 SyncMode syncMode_{SyncMode::PUSH_PULL};
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h598 this->journalMode_ == config.journalMode_ && this->syncMode_ == config.syncMode_ &&
714 std::string syncMode_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dsync_options.h47 SyncMode syncMode_ {SyncMode::PUSH};