Home
last modified time | relevance | path

Searched refs:UpdateProgress (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp165 void RawParam::UpdateProgress(uint32_t total, uint32_t current) in UpdateProgress() function in OHOS::HiviewDFX::RawParam
170 UpdateProgress((uint64_t(FINISH) * current) / total); in UpdateProgress()
173 void RawParam::UpdateProgress(uint64_t progress) in UpdateProgress() function in OHOS::HiviewDFX::RawParam
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h43 void UpdateProgress(uint32_t total, uint32_t current);
44 void UpdateProgress(uint64_t progress);
/ohos5.0/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp99 UpdateProgress(initBlock, totalSize); in CommandsParser()
108 void TransferManager::UpdateProgress(size_t &initBlock, size_t totalSize) in UpdateProgress() function in Updater::TransferManager
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dcommander.cpp38 void Commander::UpdateProgress(CmdType type) const in UpdateProgress() function in Flashd::Commander
H A Dcommander.h51 void UpdateProgress(CmdType type) const;
H A Dflash_commander.cpp77 UpdateProgress(CmdType::FLASH); in DoCommand()
H A Dupdate_commander.cpp112 UpdateProgress(CmdType::UPDATE); in DoUpdate()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp268 void UpdateProgress() const in UpdateProgress() function in __anona08761e50110::AnimImpl
308 …ndler_.NewHandler(nullptr, nullptr).Subscribe(animationStateTime_, [this]() { UpdateProgress(); }); in CompleteInitialization()
316 META_NS::MakeCallback<META_NS::IOnChanged>([this] { UpdateProgress(); })); in CompleteInitialization()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h76 void UpdateProgress(size_t &initBlock, size_t totalSize);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dzipfolder_output.cpp132 callback->UpdateProgress(0); in Reset()
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp287 UpdateProgress(size); in RawImageWriteProcessor()
363 UpdateProgress(size);
H A Dcomponent_processor.h64 void UpdateProgress(size_t writeSize) in UpdateProgress() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp483 void VideoComponent::UpdateProgress() in UpdateProgress() function in OHOS::ACELite::VideoComponent
597 videoComponent->UpdateProgress(); in UpdateProgressHandler()
H A Dvideo_component.h341 void UpdateProgress();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp606 callback->UpdateProgress(executors.size(), index); in DumpDatas()
642 callback->UpdateProgress(executors.size(), executors.size()); in DumpDatas()
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp295 HWTEST_F(FLashServiceUnitTest, UpdateProgress, TestSize.Level1)
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp867 callback->UpdateProgress(0); in CopySmaps()