Home
last modified time | relevance | path

Searched refs:Download (Results 1 - 25 of 38) sorted by relevance

12

/base/request/request/services/tests/
H A Dsearch.rs32 .action(Action::Download) in sdv_search_user()
45 Action::Download, in sdv_search_user()
53 Action::Download, in sdv_search_user()
70 Action::Download, in sdv_search_user()
H A Dstart.rs28 .action(Action::Download) in sdv_start_basic()
H A Dresume.rs28 .action(Action::Download) in sdv_start_resume()
/base/update/updateservice/test/fuzztest/updateservicedownload_fuzzer/
H A Dupdateservicedownload_fuzzer.cpp33 return UpdateServiceKits::GetInstance().Download( in FuzzUpdateServiceDownload()
/base/request/request/services/src/task/
H A Ddownload.rs329 .action(Action::Download) in ut_download_basic()
353 .action(Action::Download) in ut_download_resume()
375 .action(Action::Download) in ut_download_not_support_range()
399 .action(Action::Download) in ut_download_resume_not_support_range()
434 .action(Action::Download) in ut_download_not_support_range_resume()
456 .action(Action::Download) in ut_download_range_0()
479 .action(Action::Download) in ut_download_range_1()
502 .action(Action::Download) in ut_download_range_resume_0()
524 .action(Action::Download) in ut_download_range_resume_1()
553 .action(Action::Download) in ut_download_invalid_task()
[all...]
H A Dconfig.rs35 /// Download
36 Download = 0,
196 0 => Action::Download, in from()
273 action: Action::Download, in default()
477 assert_eq!(Action::Download.repr, 0); in ut_enum_action()
/base/request/request/services/src/manage/
H A Dnotifier.rs140 .action(Action::Download) in ut_notify_progress()
196 .action(Action::Download) in ut_notify_pause_resume()
248 .action(Action::Download) in ut_notify_remove()
285 .action(Action::Download) in ut_notify_completed()
323 .action(Action::Download) in ut_notify_failed()
361 .action(Action::Download) in ut_notify_pause_resume_completed()
399 .action(Action::Download) in ut_notify_pause_resume_failed()
H A Dmod.rs89 .action(Action::Download) in ut_manager_task_state_and_reason()
206 .action(Action::Download) in ut_manager_state_change_error()
294 .action(Action::Download) in ut_manager_reschedule()
H A Dquery.rs225 action: Action::Download.repr, in ut_search_user()
285 Action::Download.repr, in ut_search_system()
313 action: Action::Download.repr, in ut_search_system()
/base/request/request/services/src/manage/scheduler/
H A Dsql.rs26 Action::Download.repr,
/base/request/request/services/src/manage/scheduler/queue/
H A Drunning_task.rs47 Action::Download => {
H A Dmod.rs123 self.reschedule_inner(Action::Download, vec, qos_remove_queue)
138 let queue = if action == Action::Download {
/base/request/request/services/src/service/command/
H A Dquery.rs37 QueryPermission::QueryDownLoad => Action::Download,
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h46 virtual int32_t Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/request/request/services/src/manage/events/
H A Dmod.rs259 .action(Action::Download) in ut_task_manager_construct()
278 .action(Action::Download) in ut_task_manager_start()
303 .action(Action::Download) in ut_task_manager_pause_resume()
330 .action(Action::Download) in ut_task_manager_stop_resume()
/base/request/request/frameworks/js/napi/include/legacy/
H A Drequest_manager.h35 static napi_value Download(napi_env env, napi_callback_info info);
/base/request/request/services/src/manage/scheduler/qos/
H A Dmod.rs63 changes.download = Some(self.reschedule_inner(Action::Download));
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h38 int32_t Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h43 int32_t Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service_proxy.h34 int32_t Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h57 napi_value Download(napi_env env, napi_callback_info info);
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h60 virtual int32_t Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp180 napi_value Download(napi_env env, napi_callback_info info) in Download() function
184 return client->Download(env, info); in Download()
336 DECLARE_NAPI_FUNCTION("download", Download), in DefineUpdateClient()
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp109 if (msg.action == static_cast<uint8_t>(Action::Download)) { in SetProgress()
199 if (action == static_cast<uint8_t>(Action::Download)) { in RequestCompletedNotification()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp79 int32_t UpdateServiceKitsImpl::Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in Download() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
82 ENGINE_LOGI("UpdateServiceKitsImpl::Download"); in Download()
85 int32_t ret = updateService->Download(info, versionDigestInfo, downloadOptions, businessError); in Download()
86 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "Download ipc error"); in Download()

Completed in 9 milliseconds

12