Home
last modified time | relevance | path

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

12345678

/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A 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()
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp54 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetValue() local
71 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetColor() local
84 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetBackgroundColor() local
101 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetStrokeWidth() local
113 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetScaleCount() local
127 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetScaleWidth() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_download_callback_client_test.cpp38 void OnDownloadProcess(const DownloadProgressObj &progress) in OnDownloadProcess()
74 DownloadProgressObj progress; variable
96 DownloadProgressObj progress; variable
H A Dcloud_download_callback_stub_test.cpp34 void OnDownloadProcess(const DownloadProgressObj& progress) override in OnDownloadProcess()
150 DownloadProgressObj progress; variable
175 DownloadProgressObj progress; variable
200 DownloadProgressObj progress; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_page_transition_ffi.cpp71 void FfiPageTransitionOnEnter(void (*callback)(int type, double progress)) in FfiPageTransitionOnEnter()
74 … RouteType type, float progress) { ffiCallBack(static_cast<int>(type), progress); }; in FfiPageTransitionOnEnter()
78 void FfiPageTransitionOnExit(void (*callback)(int type, double progress)) in FfiPageTransitionOnExit()
81 … RouteType type, float progress) { ffiCallBack(static_cast<int>(type), progress); }; in FfiPageTransitionOnExit()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp77 NotificationProgress progress; variable
190 NotificationProgress progress; variable
222 NotificationProgress progress; variable
254 NotificationProgress progress; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
H A Dcloud_media_asset_callback.cpp28 void MediaCloudDownloadCallback::OnDownloadProcess(const DownloadProgressObj& progress) in OnDownloadProcess()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_progress.cpp86 NotificationProgress *progress = new (std::nothrow) NotificationProgress(); in FromJson() local
138 NotificationProgress *progress = new (std::nothrow) NotificationProgress(); in Unmarshalling() local
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_download_callback_client.cpp22 void CloudDownloadCallbackClient::OnDownloadProcess(const DownloadProgressObj& progress) in OnDownloadProcess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp174 const TranslateOperation& to, const TranslateOperation& from, float progress) in Blend()
186 …eration ScaleOperation::Blend(const ScaleOperation& to, const ScaleOperation& from, float progress) in Blend()
197 …wOperation SkewOperation::Blend(const SkewOperation& to, const SkewOperation& from, float progress) in Blend()
207 …tion RotateOperation::Blend(const RotateOperation& to, const RotateOperation& from, float progress) in Blend()
226 const PerspectiveOperation& to, const PerspectiveOperation& from, float progress) in Blend()
234 const TransformOperation& to, const TransformOperation& from, float progress) in Blend()
284 …const TransformOperation& to, const TransformOperation& from, float progress, TransformOperation& … in BlendInner()
367 const TransformOperations& to, const TransformOperations& from, float progress) in Blend()
438 void TransformOperations::BlendInner(const TransformOperations& from, float progress, TransformOper… in BlendInner()
472 const DecomposedTransform& to, const DecomposedTransform& from, double progress) in BlendDecomposedTransforms()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_progress_controller.h31 void SetProgress(uint32_t progress) in SetProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_animator_function.cpp22 void JsAnimatorFunction::Execute(float progress) in Execute()
H A Djs_page_transition_function.cpp23 void JsPageTransitionFunction::Execute(RouteType routeType, float progress) in Execute()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-basic-progress.md1 # progress chapter
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-progress.md1 # progress chapter
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-basic-progress.md1 # progress chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-progress.md1 # progress chapter
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp118 float progress = static_cast<float>(state_.Tick(time).ToMilliseconds()) / in Step() local
131 const float progress = step.progress; in GetTargetState() local
151 float progress = step.progress; in Move() local
260 void AnimationState::SetProgress(float progress) noexcept in SetProgress()
433 auto progress = step.progress; in EvaluateValue() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
H A Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/src/
H A Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dinstaller_callback.cpp30 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-progress.md1 # progress chapter
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-progress.md1 # progress chapter
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dinstall_result.cpp80 void to_json(nlohmann::json &jsonObject, const Progress &progress) in to_json()
88 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json()
198 Progress *progress = new (std::nothrow) Progress(); in Unmarshalling() local

12345678