/base/update/updateservice/interfaces/inner_api/feature/update/model/common/ |
H A D | order.h | 21 DOWNLOAD = 1, member in OHOS::UpdateEngine::Order 23 DOWNLOAD_AND_INSTALL = DOWNLOAD | INSTALL,
|
/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/ |
H A D | save_button_test.cpp | 63 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::DOWNLOAD; in HWTEST_F() 75 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::DOWNLOAD; in HWTEST_F() 104 button1.text_ = static_cast<int32_t>(SaveDesc::DOWNLOAD); in HWTEST_F() 141 comp1.text_ = static_cast<int32_t>(SaveDesc::DOWNLOAD); in HWTEST_F()
|
H A D | test_common.cpp | 125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentInfo()
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/download/ |
H A D | download_options.h | 25 Order order = Order::DOWNLOAD;
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | updater_sa_ipc_interface_code.h | 25 DOWNLOAD, member in OHOS::UpdateEngine::UpdaterSaInterfaceCode
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | save_button.h | 27 DOWNLOAD = 0, member in OHOS::Security::SecurityComponent::SaveDesc
|
/base/update/updateservice/services/startup/model/include/ |
H A D | startup_constant.h | 42 DOWNLOAD = 3, member in OHOS::UpdateEngine::AccessType
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_initialize.cpp | 200 } else if (out.action == Action::DOWNLOAD && config->data.str != nullptr) { in ParseData() 212 if (config.action == Action::DOWNLOAD) { in ParseIndex() 264 if (config.action != Action::DOWNLOAD) { in ParseSaveas() 290 if (config.action == Action::DOWNLOAD && (method == "POST" || method == "GET")) { in ParseMethod() 613 if (config.action == Action::DOWNLOAD && fileUri.find('/') == 0) { in GetInternalPath() 684 if (config.action == Action::DOWNLOAD) { in CheckFilePath()
|
H A D | cj_request_event.cpp | 87 if (CJInitialize::FindDir(file.uri) && config.action == Action::DOWNLOAD) { in StartExec()
|
H A D | cj_request_impl.cpp | 136 if (action == Action::DOWNLOAD) { in Convert2RequestData() 161 if (task.action == Action::DOWNLOAD) { in Convert2CTaskInfo()
|
/base/update/updateservice/services/firmware/data/db/include/ |
H A D | firmware_task.h | 38 Order downloadOrder = Order::DOWNLOAD;
|
/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 165 if (config.action == Action::DOWNLOAD) {
in CheckFilePath() 248 if (JsInitialize::FindDir(path) && config.action == Action::DOWNLOAD && config.firstInit && !config.overwrite) {
in GetFdDownload() 459 if (config.action == Action::DOWNLOAD) {
in ParseIndex() 485 if (action != Action::DOWNLOAD && action != Action::UPLOAD) {
in ParseAction() 486 REQUEST_HILOGE("Must be UPLOAD or DOWNLOAD");
in ParseAction() 487 errInfo = "Parameter verification failed, action must be UPLOAD or DOWNLOAD";
in ParseAction() 493 // Only use for Action::DOWNLOAD.
496 if (config.action != Action::DOWNLOAD) {
in ParseSaveas() 716 if (config.action == Action::DOWNLOAD && (method == "POST" || method == "GET")) {
in ParseMethod() 732 } else if (config.action == Action::DOWNLOAD in ParseData() [all...] |
H A D | js_notify_data_listener.cpp | 107 if (notifyData->action == Action::DOWNLOAD) { in NotifyDataProcess()
|
H A D | napi_utils.cpp | 405 if (taskInfo.action == Action::DOWNLOAD) {
in Convert2JSValue() 447 if (config.action == Action::DOWNLOAD) {
in Convert2JSValueConfig() 786 return Action::DOWNLOAD;
in GetRequestAction()
|
H A D | request_module.cpp | 36 NapiUtils::SetUint32Property(env, action, "DOWNLOAD", static_cast<uint32_t>(Action::DOWNLOAD));
in NapiCreateAction()
|
H A D | request_event.cpp | 374 if (JsInitialize::FindDir(file.uri) && config.action == Action::DOWNLOAD && !task->isGetPermission) {
in StartExec()
|
/base/request/request/frameworks/native/src/ |
H A D | request_manager_impl.cpp | 87 if (config.action == Action::DOWNLOAD) { in Retry() 107 if (errorCode != E_OK && config.action == Action::DOWNLOAD) { in Retry()
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_common.h | 29 DOWNLOAD = 0,
member in OHOS::Request::Action
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | service_test_common.cpp | 125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentJson()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | define_property.cpp | 146 DECLARE_ENUM_PROPERTY(Order::DOWNLOAD), in DefineOrder()
|
H A D | update_client.cpp | 126 return UpdateServiceKits::GetInstance().Cancel(upgradeInfo_, CAST_INT(UpdaterSaInterfaceCode::DOWNLOAD), in CancelUpgrade()
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service.cpp | 486 CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), in RegisterOhFunc()
|
H A D | update_service_stub.cpp | 50 {CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), &UpdateServiceStub::DownloadVersionStub}, in UpdateServiceStub()
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_proxy.cpp | 129 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), data, reply, option); in Download()
|
/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_manager_impl_test.cpp | 620 config.action = Action::DOWNLOAD; in HWTEST_F()
|