Home
last modified time | relevance | path

Searched refs:DOWNLOAD (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_common.h33 DOWNLOAD = 0, member in OHOS::Ace::SaveButtonIconStyle::SaveButtonSaveDescription
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp38 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD, deleteAssets); in Download()
82 if (eventId == DistributedData::DOWNLOAD) { in PostEvent()
H A Drdb_general_store.cpp64 static_cast<uint32_t>(LockAction::DELETE) | static_cast<uint32_t>(LockAction::DOWNLOAD));
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dmachine_status.h41 DOWNLOAD, enumerator
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_constants.h22 DOWNLOAD, member in OHOS::FileManagement::CloudSync::SyncType
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_snapshot.cpp48 return assetMachine_->DFAPostEvent(DOWNLOAD, changedAssets_[asset.uri], asset); in Download()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_save_button.cpp43 if ((text < SaveButtonSaveDescription::DOWNLOAD) || in ParseComponentStyle()
87 static_cast<int32_t>(SaveButtonSaveDescription::DOWNLOAD), in Create()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h127 DOWNLOAD = 0x8 member in DistributedDB::CloudQueryType::LockAction
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp260 machine->DFAPostEvent(DOWNLOAD, changedAssetInfo, asset, changedAsset); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp663 LockAction::DOWNLOAD, true); in HWTEST_F()
1033 CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockAction::DOWNLOAD); in HWTEST_F()
1087 CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockAction::DOWNLOAD); in HWTEST_F()
1143 CloudSyncOption option = PrepareOption(Query::Select().FromTable({ ASSETS_TABLE_NAME }), LockAction::DOWNLOAD); in HWTEST_F()
H A Ddistributeddb_cloud_kv_test.cpp829 | static_cast<uint32_t>(LockAction::DELETE) | static_cast<uint32_t>(LockAction::DOWNLOAD); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp179 if (isWatch_ && (buttonComponent_->GetType() == ButtonType::DOWNLOAD)) { in MeasureButtonSize()
413 if (buttonComponent_->GetType() == ButtonType::DOWNLOAD) { in DrawButton()
H A Drender_button.cpp593 if ((type_ == ButtonType::DOWNLOAD) || (type_ == ButtonType::ARC)) { in NeedConstrain()
637 if (button->GetType() != ButtonType::DOWNLOAD) { in UpdateDownloadStyles()
/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dpicker.js34 DOWNLOAD: 1,
407 if (option.pickerMode === DocumentPickerMode.DOWNLOAD) {
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h37 DOWNLOAD, member in OHOS::Ace::ButtonType
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp287 buttonChild_->SetType(ButtonType::DOWNLOAD); in PrepareDownloadButton()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp1072 return (currentLockAction & static_cast<uint32_t>(LockAction::DOWNLOAD)) != 0; in IsLockInDownload()
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp71 const ButtonType BUTTON_TYPE_DOWNLOAD_VALUE = ButtonType::DOWNLOAD;
1825 * @tc.steps: step4. test BuildContentModifierNode, set new func, set the button type as DOWNLOAD. in HWTEST_F()
1826 * @tc.expected: step4. change func, test the result. it should be DOWNLOAD. It means the new func is excuted. in HWTEST_F()

Completed in 20 milliseconds