Home
last modified time | relevance | path

Searched refs:progressCallback (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp52 firmwareProgressCallback_.progressCallback(progress); in DoDownload()
65 firmwareProgressCallback_.progressCallback(progress); in DoDownload()
109 firmwareProgressCallback_.progressCallback(progress0); in PerformDownload()
159 firmwareProgressCallback_.progressCallback(downloadProgress); in DownloadCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_progress_controller.h38 void SetProgressCallback(const ProgressCallback& progressCallback) in SetProgressCallback() argument
40 progressCallback_ = progressCallback; in SetProgressCallback()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_download_executor.h29 …DownloadExecutor(const DownloadOptions &downloadOptions, FirmwareProgressCallback progressCallback) in FirmwareDownloadExecutor() argument
30 : downloadOptions_(downloadOptions), firmwareProgressCallback_(progressCallback) {} in FirmwareDownloadExecutor()
H A Dfirmware_iexecutor.h36 ProgressCallback progressCallback; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp886 …auto progressCallback = [cxt = (*observer).context, cb = (*observer).callback](Details &&details) { in OH_Rdb_CloudSync() local
901 …vertorErrorCode::NativeToNdk(rdbStore->GetStore()->Sync(syncOption, tableNames, progressCallback)); in OH_Rdb_CloudSync()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md1070 let progressCallback = (receivedSize: number, totalSize: number) => {
1073 downloadTask.on('progress', progressCallback);
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md1069 let progressCallback = (receivedSize: number, totalSize: number) => {
1072 downloadTask.on('progress', progressCallback);