Home
last modified time | relevance | path

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

123

/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_install_executor.cpp43 Progress progress; in DoInstall() local
56 Progress progress; in DoInstall() local
71 Progress progress; in DoInstall() local
100 …nstallExecutor::HandleInstallProgress(const FirmwareComponent &component, const Progress &progress) in HandleInstallProgress()
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()
/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
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/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.cpp71 Progress progress = installCallbackInfo.progress; in SetInstallResult() local
/base/update/updateservice/interfaces/inner_api/feature/update/model/task/
Dtask_body.h32 int32_t progress = 0; 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()
Dbase_callback_utils.cpp40 …BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback()
/base/update/updateservice/frameworks/js/napi/update/include/
Dupdate_result.h37 Progress *progress; member
/base/update/updater/services/ui/strategy/
Dprogress_strategy.cpp61 std::string progress = std::to_string(intValue) + "%"; in ShowProgress() local
/base/update/updateservice/services/firmware/upgrade/install/include/
Dfirmware_install.h32 Progress progress; member
/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()
Dfirmware_component_operator.cpp22 …ponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, int32_t progress) in UpdateProgressByUrl()
/base/update/updater/test/unittest/applypatch_test/
Dupdate_progress_unittest.cpp64 float progress = 1.0f; variable
/base/update/updateservice/services/firmware/upgrade/mode/include/
Dfirmware_iexecute_mode.h43 virtual void SetDownloadProgress(const Progress &progress) {}; in SetDownloadProgress()
/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/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzipfolder_output.cpp131 ZipUtils::ZipFolder(logFolder, logZipPath, [callback] (int progress, int subprogress) { in Reset()
/base/request/request/frameworks/cj/ffi/src/
Dcj_request_ffi.cpp31 …FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress progress)) in FfiOHOSRequestTaskProgressOn()
/base/request/request/services/src/task/
Drequest_task.rs53 pub(crate) progress: Mutex<Progress>, field
164 let progress = Progress::new(sizes); in new() localVariable
226 let progress = info.progress; in new_by_info() localVariable
266 let progress = self.progress.lock().unwrap().clone(); in update_progress_in_database() localVariable
420 let mut progress = self.progress.lock().unwrap(); in get_file_info() localVariable
557 let progress = self.progress.lock().unwrap(); in info() localVariable
/base/request/request/services/include/
Dc_task_info.h66 CProgress progress; member
82 Progress progress; member
92 CProgress progress; member

123