Home
last modified time | relevance | path

Searched defs:progress (Results 126 - 150 of 633) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c64 start_progress_monitor(j_common_ptr cinfo, cd_progress_ptr progress) in start_progress_monitor() argument
[all...]
/third_party/rust/crates/syn/tests/repo/
H A Dmod.rs3 mod progress; modules
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_ffi.cpp31 RetError FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress progress)) in FfiOHOSRequestTaskProgressOn() argument
/base/print/print_fwk/test/fuzztest/scancapi_fuzzer/
H A Dscancapi_fuzzer.cpp71 Scan_PictureScanProgress progress; in OHScanGetScanPictureProgressFuzzTest() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp77 NotificationProgress progress; in HWTEST_F() local
190 NotificationProgress progress; in HWTEST_F() local
222 NotificationProgress progress; in HWTEST_F() local
254 NotificationProgress progress; HWTEST_F() local
[all...]
/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
[all...]
/base/request/request/services/src/task/
H A Drequest_task.rs420 let mut progress = self.progress.lock().unwrap(); global() variables
[all...]
/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_updateprocesser_unittest.cpp93 constexpr float progress = 1.0f; in TestUpdateProcesserSetProcess() local
100 ss << "set_progress " << progress; in TestUpdateProcesserSetProcess() local
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component.h57 int32_t progress = 0; member
H A Dfirmware_task.h31 int32_t progress = 0; member
/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp49 Progress progress; in DoDownload() local
62 Progress progress; in DoDownload() local
122 DownloadCallback(std::string serverUrl, std::string packageName, Progress progress) DownloadCallback() argument
162 VerifyDownloadPkg(const std::string &pkgName, Progress &progress) VerifyDownloadPkg() argument
[all...]
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_flow_manager.cpp94 void FirmwareFlowManager::OnDownloadCallback(const Progress &progress) in OnDownloadCallback() argument
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp40 void BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback() argument
/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_download_mode.cpp188 void FirmwareDownloadMode::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() argument
/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_iexecute_mode.h43 virtual void SetDownloadProgress(const Progress &progress) {}; in SetDownloadProgress() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp260 uint32_t progress = progressValue->GetUInt(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp67 auto progress = motionPathOption_.GetBegin() * (1.0f - fraction) + motionPathOption_.GetEnd() * fraction; in Evaluate() local
/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...]
/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() argument
78 void FfiPageTransitionOnExit(void (*callback)(int type, double progress)) in FfiPageTransitionOnExit() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dinstall_result.cpp76 void to_json(nlohmann::json &jsonObject, const Progress &progress) in to_json() argument
84 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json() argument
192 Progress *progress = new (std::nothrow) Progress(); Unmarshalling() local
[all...]
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp45 void InstallerProxyTest::OnStatusNotify(const int progress) in OnStatusNotify() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_water_ripple_para.h31 void SetProgress(float progress) in SetProgress() argument
/third_party/mesa3d/src/amd/common/
H A Dac_nir.c73 bool progress = false; in ac_nir_lower_indirect_derefs() local
/third_party/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp139 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) in CopyStream() argument
145 HRESULT CopyStream_ExactSize(ISequentialInStream *inStream, ISequentialOutStream *outStream, UInt64 size, ICompressProgressInfo *progress) in CopyStream_ExactSize() argument
23 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DXzDecoder.cpp34 Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, const UInt64 *outSizeLimit, bool finishStream, ICompressProgressInfo *progress) Decode() argument
116 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument

Completed in 12 milliseconds

12345678910>>...26