Home
last modified time | relevance | path

Searched defs:progress (Results 1 - 25 of 110) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_animator_function.cpp22 void JsAnimatorFunction::Execute(float progress) in Execute() argument
H A Djs_page_transition_function.cpp23 void JsPageTransitionFunction::Execute(RouteType routeType, float progress) in Execute() argument
/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() argument
H A Dcloud_download_callback_stub.cpp50 sptr<DownloadProgressObj> progress = data.ReadParcelable<DownloadProgressObj>(); in HandleOnProcess() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_progress.cpp24 const RefPtr<ProgressComponent> progress = AceType::DynamicCast<ProgressComponent>(component); in Update() local
H A Drender_progress.cpp22 const RefPtr<ProgressComponent> progress = AceType::DynamicCast<ProgressComponent>(component); in Update() local
[all...]
/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
H A Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_progress_controller.h31 void SetProgress(uint32_t progress) in SetProgress() argument
H A Dbutton_declaration.cpp260 uint32_t progress = progressValue->GetUInt(); in CallSpecializedMethod() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dinstaller_callback.cpp30 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/foundation/bundlemanager/bundle_framework/services/test/mock/src/
H A Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.cpp23 Shadow Shadow::Blend(const Shadow& to, const Shadow& from, float progress) in Blend() argument
H A Dmotion_path_evaluator.cpp67 auto progress = motionPathOption_.GetBegin() * (1.0f - fraction) + motionPathOption_.GetEnd() * fraction; in Evaluate() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/
H A Dinstall_result.h47 Progress progress; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dstatus_receiver_host.cpp55 int32_t progress = data.ReadInt32(); in OnRemoteRequest() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_status_receiver.cpp35 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dstatus_receiver_impl.cpp54 void StatusReceiverImpl::OnStatusNotify(const int progress) in OnStatusNotify() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_water_ripple_shader_filter_test.cpp45 float progress = 0.1f; in HWTEST_F() local
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Doperator.rs65 fn progress<'a>(&'a mut self, uploaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() functions
/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() argument
74 DownloadProgressObj progress; in HWTEST_F() local
96 DownloadProgressObj progress; in HWTEST_F() local
H A Dcloud_download_callback_stub_test.cpp150 DownloadProgressObj progress; in HWTEST_F() local
175 DownloadProgressObj progress; in HWTEST_F() local
200 DownloadProgressObj progress; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_water_ripple_shader_filter.cpp27 RSWaterRippleShaderFilter( const float progress, const uint32_t waveCount, const float rippleCenterX, const float rippleCenterY, const uint32_t rippleMode) RSWaterRippleShaderFilter() argument
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_callback.h56 int32_t progress; member
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs93 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() functions
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp52 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetValue() local
69 auto progress = AceType::DynamicCast<ProgressComponent>(component); in SetColor() local
82 auto progress = AceType::DynamicCast<ProgressComponent>(component); SetBackgroundColor() local
99 auto progress = AceType::DynamicCast<ProgressComponent>(component); SetStrokeWidth() local
111 auto progress = AceType::DynamicCast<ProgressComponent>(component); SetScaleCount() local
125 auto progress = AceType::DynamicCast<ProgressComponent>(component); SetScaleWidth() local
[all...]

Completed in 8 milliseconds

12345