Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 72) sorted by relevance

123

/base/request/request/services/tests/ut/task/
Dut_notify.rs225 let progress = Progress::new(vec![]); in ut_progress_new_empty_sizes() localVariable
244 let progress = Progress::new(vec![1024]); in ut_progress_new_single_size() localVariable
263 let progress = Progress::new(sizes.clone()); in ut_progress_new_multiple_sizes() localVariable
280 let progress = Progress::new(vec![]); in ut_progress_is_finish_empty_sizes() localVariable
295 let mut progress = Progress::new(vec![1024]); in ut_progress_is_finish_single_complete() localVariable
311 let mut progress = Progress::new(vec![1024]); in ut_progress_is_finish_single_incomplete() localVariable
327 let mut progress = Progress::new(vec![-1]); in ut_progress_is_finish_negative_size() localVariable
343 let mut progress = Progress::new(vec![1024, -1, 2048]); in ut_progress_is_finish_mixed_negative_positive() localVariable
361 let mut progress = Progress::new(vec![1024, 2048, 4096]); in ut_progress_is_finish_multiple_complete() localVariable
379 let mut progress = Progress::new(vec![1024, 2048, 4096]); in ut_progress_is_finish_multiple_partial() localVariable
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dpublish_process_test.cpp115 CommonNotificationPublishProcess progress; variable
131 CommonNotificationPublishProcess progress; variable
147 CommonNotificationPublishProcess progress; variable
162 LivePublishProcess progress; variable
179 LivePublishProcess progress; variable
201 LivePublishProcess progress; variable
217 LivePublishProcess progress; variable
234 LivePublishProcess progress; variable
257 LivePublishProcess progress; variable
/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_download_executor.cpp49 Progress progress; in DoDownload() local
62 Progress progress; in DoDownload() local
101 const Progress &progress) -> void { in PerformDownload()
122 …wnloadExecutor::DownloadCallback(std::string serverUrl, std::string packageName, Progress progress) in DownloadCallback()
162 bool FirmwareDownloadExecutor::VerifyDownloadPkg(const std::string &pkgName, Progress &progress) in VerifyDownloadPkg()
Dfirmware_install_executor.cpp44 Progress progress; in DoInstall() local
62 Progress progress; in DoInstall() local
/base/request/request/services/src/service/notification_bar/
Dnotify_flow.rs215 let progress = match self.group_notify_progress.entry(group_id) { in unregister_task() localVariable
218 let progress = Self::get_group_progress(&self.database, group_id); in unregister_task() localVariable
277 let progress = match self.group_notify_progress.entry(group_id) { in attach_group() localVariable
279 let progress = entry.into_mut(); in attach_group() localVariable
286 let progress = Self::get_group_progress(&self.database, group_id); in attach_group() localVariable
342 let progress = match self.group_notify_progress.entry(group_id) { in publish_progress_notification() localVariable
345 let progress = Self::get_group_progress(&self.database, group_id); in publish_progress_notification() localVariable
397 let progress = entry.into_mut(); in publish_completed_notify() localVariable
407 let progress = Self::get_group_progress(&self.database, group_id); in publish_completed_notify() localVariable
463 let progress = Self::get_group_progress(&self.database, group_id); in group_eventual() localVariable
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_local_live_view_content_test.cpp77 NotificationProgress progress; variable
190 NotificationProgress progress; variable
222 NotificationProgress progress; variable
254 NotificationProgress progress; variable
360 NotificationProgress progress; variable
Dnotification_progress_test.cpp112 NotificationProgress *progress = notificationProgress.FromJson(jsonObject); variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_progress.cpp86 NotificationProgress *progress = new (std::nothrow) NotificationProgress(); in FromJson() local
138 NotificationProgress *progress = new (std::nothrow) NotificationProgress(); in Unmarshalling() local
/base/update/updateservice/services/engine/src/
Dupdate_service_util_hmos.cpp31 void UpdateServiceUtil::BuildTaskBody(const Progress &progress, TaskBody &taskBody) in BuildTaskBody()
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
Dinstaller_callback.cpp26 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/base/request/request/services/src/task/
Dupload.rs175 let progress = task.progress.lock().unwrap(); in build_stream_request() localVariable
210 let progress = task.progress.lock().unwrap(); in build_multipart_request() localVariable
257 let progress = task.progress.lock().unwrap(); in build_batch_multipart_request() localVariable
312 let mut progress = self.progress.lock().unwrap(); in prepare_single_upload() localVariable
346 let mut progress = self.progress.lock().unwrap(); in prepare_batch_upload() localVariable
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
Dfirmware_download_data_processor.cpp71 void FirmwareDownloadDataProcessor::SetDownloadProgress(const Progress &progress) in SetDownloadProgress()
Dfirmware_install_data_processor.cpp91 Progress progress = installCallbackInfo.progress; in SetInstallResult() local
/base/update/updateservice/interfaces/inner_api/feature/update/model/task/
Dtask_body.h33 int32_t progress = 0; member
/base/update/updateservice/frameworks/js/napi/update/include/
Dupdate_result.h37 Progress *progress; member
/base/update/updateservice/services/core/ability/callback/src/
Dbase_callback_utils_empty.cpp30 …BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback()
/base/update/updater/services/ui/strategy/
Dprogress_strategy.cpp61 std::string progress = std::to_string(intValue) + "%"; in ShowProgress() local
/base/update/updateservice/services/firmware/data/db/src/
Dfirmware_component_operator_empty.cpp37 …ponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, int32_t progress) in UpdateProgressByUrl()
/base/update/updateservice/services/firmware/upgrade/install/include/
Dfirmware_install.h32 Progress progress; member
/base/update/updateservice/services/firmware/upgrade/mode/include/
Dfirmware_iexecute_mode.h43 virtual void SetDownloadProgress(const Progress &progress) {}; in SetDownloadProgress()
/base/update/updater/test/unittest/applypatch_test/
Dupdate_progress_unittest.cpp64 float progress = 1.0f; variable
/base/update/updateservice/services/firmware/upgrade/executor/include/
Dfirmware_iexecutor.h40 Progress progress; member
/base/update/updateservice/services/firmware/upgrade/mode/src/
Dfirmware_download_mode_empty.cpp77 void FirmwareDownloadMode::SetDownloadProgress(const Progress &progress) in SetDownloadProgress()
/base/request/request/services/include/
Dc_task_info.h54 CProgress progress; member
70 Progress progress; member
81 CProgress progress; member
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzipfolder_output.cpp131 ZipUtils::ZipFolder(logFolder, logZipPath, [callback] (int progress, int subprogress) { in Reset()

123