Home
last modified time | relevance | path

Searched refs:progress (Results 501 - 525 of 866) sorted by relevance

1...<<21222324252627282930>>...35

/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H A Dinstaller_callback.h31 void OnStatusNotify(const int32_t progress) override;
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_flow_manager.h23 #include "progress.h"
43 void OnDownloadCallback(const Progress &progress);
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils_empty.cpp30 void BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback() argument
/base/update/updateservice/services/core/ability/callback/include/
H A Dbase_callback_utils.h26 #include "progress.h"
37 void ProgressCallback(const std::string &versionDigestInfo, const Progress &progress);
/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_operator_empty.cpp37 bool FirmwareComponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, int32_t progress) in UpdateProgressByUrl() argument
/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h38 void HandleInstallProgress(const FirmwareComponent &component, const Progress &progress);
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c56 .progress = udbg_progress, in define_machine()
H A Dasp834x.c52 .progress = udbg_progress, in define_machine()
H A Dmpc831x_rdb.c56 .progress = udbg_progress, in define_machine()
H A Dmpc836x_rdk.c49 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c74 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/
H A Debony.c59 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/44x/
H A Debony.c57 .progress = udbg_progress, in define_machine()
H A Dppc44x_simple.c81 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c56 .progress = udbg_progress, in define_machine()
H A Dmpc831x_rdb.c56 .progress = udbg_progress, in define_machine()
H A Dmpc836x_rdk.c40 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c73 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/microwatt/
H A Dsetup.c42 .progress = udbg_progress, in define_machine()
/third_party/lzma/CS/7zip/
H A DICoder.cs26 /// Callback progress.
54 /// <param name="progress">
55 /// callback progress reference.
61 Int64 inSize, Int64 outSize, ICodeProgress progress); in Code()
71 ICodeProgress progress);
60 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) Code() argument
/third_party/ffmpeg/libavcodec/
H A Dutils.c912 av_assert0(!dst->progress); in ff_thread_ref_frame()
914 if (src->progress && in ff_thread_ref_frame()
915 !(dst->progress = av_buffer_ref(src->progress))) { in ff_thread_ref_frame()
958 void ff_thread_report_progress(ThreadFrame *f, int progress, int field) in ff_thread_report_progress() argument
962 void ff_thread_await_progress(ThreadFrame *f, int progress, int field) in ff_thread_await_progress() argument
/third_party/curl/lib/
H A Deasy.c56 #include "progress.h"
917 outcurl->progress.flags = data->progress.flags; in curl_easy_duphandle()
918 outcurl->progress.callback = data->progress.callback; in curl_easy_duphandle()
1049 memset(&data->progress, 0, sizeof(struct Progress)); in curl_easy_reset()
1054 data->progress.flags |= PGRS_HIDE; in curl_easy_reset()
H A Dmulti.c34 #include "progress.h"
1680 Curl_timediff(*now, data->progress.t_startsingle));
1684 Curl_timediff(*now, data->progress.t_startsingle));
1691 Curl_timediff(*now, data->progress.t_startsingle),
1698 Curl_timediff(*now, data->progress.t_startsingle),
2423 Curl_pgrsLimitWaitTime(data->progress.uploaded,
2424 data->progress.ul_limit_size,
2426 data->progress.ul_limit_start,
2432 Curl_pgrsLimitWaitTime(data->progress.downloaded,
2433 data->progress
[all...]
/third_party/lzma/C/
H A DLzma2Enc.c505 ICompressProgressPtr progress) in Lzma2Enc_EncodeMt1()
607 res = Progress(progress, unpackTotal + p->srcPos, packTotal); in Lzma2Enc_EncodeMt1()
721 ICompressProgressPtr progress) in Lzma2Enc_Encode2()
763 p->mtCoder.progress = progress; in Lzma2Enc_Encode2()
802 progress); in Lzma2Enc_Encode2()
497 Lzma2Enc_EncodeMt1( CLzma2Enc *me, CLzma2EncInt *p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, int finished, ICompressProgressPtr progress) Lzma2Enc_EncodeMt1() argument
716 Lzma2Enc_Encode2(CLzma2EncHandle p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, ICompressProgressPtr progress) Lzma2Enc_Encode2() argument
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component_operator.h47 bool UpdateProgressByUrl(const std::string &url, UpgradeStatus status, int32_t progress);

Completed in 13 milliseconds

1...<<21222324252627282930>>...35