Home
last modified time | relevance | path

Searched defs:progressCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_progress_controller.h38 void SetProgressCallback(const 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()
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