/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/ |
H A D | save_button_common.h | 33 DOWNLOAD = 0, member in OHOS::Ace::SaveButtonIconStyle::SaveButtonSaveDescription
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_asset_loader.cpp | 38 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD, deleteAssets); in Download() 82 if (eventId == DistributedData::DOWNLOAD) { in PostEvent()
|
H A D | rdb_general_store.cpp | 64 static_cast<uint32_t>(LockAction::DELETE) | static_cast<uint32_t>(LockAction::DOWNLOAD));
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | machine_status.h | 41 DOWNLOAD, enumerator
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_constants.h | 22 DOWNLOAD, member in OHOS::FileManagement::CloudSync::SyncType
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_snapshot.cpp | 48 return assetMachine_->DFAPostEvent(DOWNLOAD, changedAssets_[asset.uri], asset); in Download()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_save_button.cpp | 43 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 D | cloud_store_types.h | 127 DOWNLOAD = 0x8 member in DistributedDB::CloudQueryType::LockAction
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_asset_machine_test.cpp | 260 machine->DFAPostEvent(DOWNLOAD, changedAssetInfo, asset, changedAsset); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_lock_test.cpp | 663 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 D | distributeddb_cloud_kv_test.cpp | 829 | 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 D | rosen_render_button.cpp | 179 if (isWatch_ && (buttonComponent_->GetType() == ButtonType::DOWNLOAD)) { in MeasureButtonSize() 413 if (buttonComponent_->GetType() == ButtonType::DOWNLOAD) { in DrawButton()
|
H A D | render_button.cpp | 593 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 D | picker.js | 34 DOWNLOAD: 1, 407 if (option.pickerMode === DocumentPickerMode.DOWNLOAD) {
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 37 DOWNLOAD, member in OHOS::Ace::ButtonType
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_button.cpp | 287 buttonChild_->SetType(ButtonType::DOWNLOAD); in PrepareDownloadButton()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 1072 return (currentLockAction & static_cast<uint32_t>(LockAction::DOWNLOAD)) != 0; in IsLockInDownload()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_test_ng.cpp | 71 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()
|