Home
last modified time | relevance | path

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

12

/base/update/updateservice/interfaces/inner_api/feature/update/model/common/
H A Dorder.h21 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 Dsave_button_test.cpp63 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 Dtest_common.cpp125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentInfo()
/base/update/updateservice/interfaces/inner_api/feature/update/model/download/
H A Ddownload_options.h25 Order order = Order::DOWNLOAD;
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdater_sa_ipc_interface_code.h25 DOWNLOAD, member in OHOS::UpdateEngine::UpdaterSaInterfaceCode
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsave_button.h27 DOWNLOAD = 0, member in OHOS::Security::SecurityComponent::SaveDesc
/base/update/updateservice/services/startup/model/include/
H A Dstartup_constant.h42 DOWNLOAD = 3, member in OHOS::UpdateEngine::AccessType
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp200 } 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 Dcj_request_event.cpp87 if (CJInitialize::FindDir(file.uri) && config.action == Action::DOWNLOAD) { in StartExec()
H A Dcj_request_impl.cpp136 if (action == Action::DOWNLOAD) { in Convert2RequestData()
161 if (task.action == Action::DOWNLOAD) { in Convert2CTaskInfo()
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_task.h38 Order downloadOrder = Order::DOWNLOAD;
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp165 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 Djs_notify_data_listener.cpp107 if (notifyData->action == Action::DOWNLOAD) { in NotifyDataProcess()
H A Dnapi_utils.cpp405 if (taskInfo.action == Action::DOWNLOAD) { in Convert2JSValue()
447 if (config.action == Action::DOWNLOAD) { in Convert2JSValueConfig()
786 return Action::DOWNLOAD; in GetRequestAction()
H A Drequest_module.cpp36 NapiUtils::SetUint32Property(env, action, "DOWNLOAD", static_cast<uint32_t>(Action::DOWNLOAD)); in NapiCreateAction()
H A Drequest_event.cpp374 if (JsInitialize::FindDir(file.uri) && config.action == Action::DOWNLOAD && !task->isGetPermission) { in StartExec()
/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp87 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 Djs_common.h29 DOWNLOAD = 0, member in OHOS::Request::Action
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentJson()
/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp146 DECLARE_ENUM_PROPERTY(Order::DOWNLOAD), in DefineOrder()
H A Dupdate_client.cpp126 return UpdateServiceKits::GetInstance().Cancel(upgradeInfo_, CAST_INT(UpdaterSaInterfaceCode::DOWNLOAD), in CancelUpgrade()
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp486 CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), in RegisterOhFunc()
H A Dupdate_service_stub.cpp50 {CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), &UpdateServiceStub::DownloadVersionStub}, in UpdateServiceStub()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp129 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 Drequest_manager_impl_test.cpp620 config.action = Action::DOWNLOAD; in HWTEST_F()

Completed in 24 milliseconds

12