Home
last modified time | relevance | path

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

1234

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/progress/
Dprogress_creator_test.cpp84 void ProgressCreatorTest::CompareAllProperty(const RefPtr<ProgressComponent>& progress) in CompareAllProperty()
105 void ProgressCreatorTest::CompareAllDefault(const RefPtr<ProgressComponent>& progress) in CompareAllDefault()
165 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
194 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
219 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
243 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
267 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
291 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
316 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
341 RefPtr<ProgressComponent> progress = CreateComponent(testJson); variable
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/progress/
Ddom_progress_test.cpp79 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest001); variable
129 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest002); variable
172 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest003); variable
218 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest004); variable
257 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest005); variable
294 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest006); variable
331 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest007); variable
365 auto progress = DOMNodeFactory::GetInstance().CreateDOMNodeFromDsl(progressTest008); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
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
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
Dcloud_download_callback_client_test.cpp38 void OnDownloadProcess(DownloadProgressObj &progress) in OnDownloadProcess()
74 DownloadProgressObj progress; variable
96 DownloadProgressObj progress; variable
Dcloud_download_callback_stub_test.cpp34 void OnDownloadProcess(DownloadProgressObj& progress) override in OnDownloadProcess()
126 DownloadProgressObj progress; variable
151 DownloadProgressObj progress; variable
176 DownloadProgressObj progress; variable
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
Dcloud_download_callback_proxy_test.cpp74 DownloadProgressObj progress; variable
94 DownloadProgressObj progress; variable
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
Dcloud_download_callback_client.cpp22 void CloudDownloadCallbackClient::OnDownloadProcess(DownloadProgressObj& progress) in OnDownloadProcess()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
Djs_animator_function.cpp22 void JsAnimatorFunction::Execute(float progress) in Execute()
Djs_page_transition_function.cpp23 void JsPageTransitionFunction::Execute(RouteType routeType, float progress) in Execute()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
Dbutton_progress_controller.h31 void SetProgress(uint32_t progress) in SetProgress()
/foundation/arkui/ace_engine/frameworks/base/geometry/
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()
369 const TransformOperations& to, const TransformOperations& from, float progress) in Blend()
440 void TransformOperations::BlendInner(const TransformOperations& from, float progress, TransformOper… in BlendInner()
474 const DecomposedTransform& to, const DecomposedTransform& from, double progress) in BlendDecomposedTransforms()
/foundation/filemanagement/app_file_service/tests/mock/module_external/
Dinner_receiver_impl_mock.cpp26 void InnerReceiverImpl::OnStatusNotify(const int progress) {} in OnStatusNotify()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
Dinstall_result.cpp79 void to_json(nlohmann::json &jsonObject, const Progress &progress) in to_json()
87 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json()
197 Progress *progress = new (std::nothrow) Progress(); in Unmarshalling() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
Di_cloud_download_callback_mock.h42 void OnDownloadProcess(DownloadProgressObj& progress) override in OnDownloadProcess()
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Drosen_render_progress.cpp29 const RefPtr<ProgressComponent> progress = AceType::DynamicCast<ProgressComponent>(component); in Update() local
Dflutter_render_progress.cpp28 const RefPtr<ProgressComponent> progress = AceType::DynamicCast<ProgressComponent>(component); in Update() local
Drender_progress.cpp22 const RefPtr<ProgressComponent> progress = AceType::DynamicCast<ProgressComponent>(component); in Update() local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
Dinner_receiver_impl.cpp25 void InnerReceiverImpl::OnStatusNotify(const int progress) in OnStatusNotify()
/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/foundation/bundlemanager/bundle_framework/services/test/mock/src/
Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dinstaller_callback.cpp26 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
Dcloud_download_callback_proxy.cpp28 void CloudDownloadCallbackProxy::OnDownloadProcess(DownloadProgressObj& progress) in OnDownloadProcess()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dmock_status_receiver.cpp25 void MockStatusReceiver::OnStatusNotify(const int32_t progress) in OnStatusNotify()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dshadow.cpp24 Shadow Shadow::Blend(const Shadow& to, const Shadow& from, float progress) in Blend()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dstatus_receiver_host.cpp55 int32_t progress = data.ReadInt32(); in OnRemoteRequest() local

1234