Searched refs:syncMode_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | dp_sync_options.cpp | 39 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 D | sync_options.cpp | 45 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 D | data_sync_event.h | 30 … : 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 D | rdb_store_config.h | 221 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 D | rdb_store_config.cpp | 35 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 D | image_component.cpp | 190 syncMode_ = syncMode; in SetSyncMode() 195 return syncMode_; in GetSyncMode()
|
H A D | render_image.h | 85 return syncMode_; in GetImageSyncMode() 415 bool syncMode_ = false; variable
|
H A D | image_component.h | 238 bool syncMode_ = false; variable
|
H A D | rosen_render_image.cpp | 120 if (!isDeclarative && !renderImage->syncMode_ && renderImage->RetryLoading()) { in InitializeCallbacks() 380 syncMode_; in FetchImageObject() 1092 failedCallback_, resizeTarget_, forceResize_, syncMode_);
|
H A D | render_image.cpp | 66 syncMode_ = image->GetSyncMode(); in Update()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | dp_sync_options.h | 43 SyncMode syncMode_{SyncMode::PUSH_PULL};
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 598 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 D | sync_options.h | 47 SyncMode syncMode_ {SyncMode::PUSH};
|