Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 18 of 18) sorted by relevance

/base/update/sys_installer/frameworks/status_manager/src/
Dstatus_manager.cpp49 void StatusManager::UpdateCallback(UpdateStatus updateStatus, int percent, const std::string &resul… in UpdateCallback()
72 void StatusManager::SetUpdatePercent(int percent) in SetUpdatePercent()
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dsys_installer_callback.cpp42 int percent = data.ReadInt32(); in OnRemoteRequest() local
53 void SysInstallerCallback::OnUpgradeProgress(UpdateStatus updateStatus, int percent, const std::str… in OnUpgradeProgress()
Dsys_installer_client.cpp29 …void OnUpgradeProgress(UpdateStatus updateStatus, int percent, const std::string &resultMsg) overr… in OnUpgradeProgress()
/base/update/updateservice/services/engine/src/
Dprogress_thread.cpp172 int32_t DownloadThread::DownloadCallback(uint32_t percent, UpgradeStatus status, const std::string … in DownloadCallback()
217 unsigned int percent = (dlNow + curr) / (curr + dlTotal) * DOWNLOAD_FINISH_PERCENT; in DownloadProgress() local
242 bool DownloadThread::DealAbnormal(uint32_t percent) in DealAbnormal()
Dupdate_service_local_updater.cpp50 [](int32_t result, uint32_t percent) {}); in VerifyUpgradePackage()
/base/update/updateservice/services/firmware/upgrade/install/src/
Dfirmware_sys_installer_callback.cpp27 void SysInstallerCallback::OnUpgradeProgress(SysInstaller::UpdateStatus updateStatus, int percent, … in OnUpgradeProgress()
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_callback_proxy.cpp26 void SysInstallerCallbackProxy::OnUpgradeProgress(UpdateStatus updateStatus, int percent, const std… in OnUpgradeProgress()
/base/request/request/services/service/rust/src/c_wrapper/source/
Dbackground_notification.cpp29 …id RequestBackgroundNotify(RequestTaskMsg msg, const char *path, int32_t pathLen, uint32_t percent) in RequestBackgroundNotify()
/base/update/updater/test/unittest/package/
Dpackage_unittest.cpp209 [](int32_t result, uint32_t percent) { PKG_LOGI("current progress: %u\n", percent); }); in TestVerifyPackageWithCallback()
214 [](int32_t result, uint32_t percent) { PKG_LOGI("current progress: %u\n", percent); }); in TestVerifyPackageWithCallback()
223 [](int32_t result, uint32_t percent) { PKG_LOGI("current progress: %u\n", percent); }); in TestVerifyPackageWithCallback()
/base/update/sys_installer/test/unittest/ipc_test/
Dsys_installer_ipc_test.cpp64 …void OnUpgradeProgress(UpdateStatus updateStatus, int percent, const std::string &resultMsg) overr… in OnUpgradeProgress()
/base/global/i18n_lite/frameworks/i18n/include/
Dnumber_data.h60 char *percent = nullptr; variable
/base/update/updater/interfaces/kits/packages/
Dpackage.cpp184 [](int32_t result, uint32_t percent) {}); in VerifyPackage()
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts104 percent: number; property
/base/update/updater/services/
Dupdater_main.cpp303 … float percent = static_cast<double>(startSize) / static_cast<double>(allPkgSize) + VERIFY_PERCENT; in CalcProgress() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DFetcher.java436 String percent = decimalFormatSymbols.getPercentString(); in getNumberFormat() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp362 uint32_t PixelMap::SetAlpha(const float percent) in SetAlpha()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h417 uint32_t percent = 0; member
/base/request/request/services/service/rust/src/
Drequest_task.rs983 let percent = total_processed * 100 / (file_total_size as u64); in background_notify() localVariable