/ohos5.0/base/hiviewdfx/hidumper/services/native/src/ |
H A D | raw_param.cpp | 165 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 D | raw_param.h | 43 void UpdateProgress(uint32_t total, uint32_t current); 44 void UpdateProgress(uint64_t progress);
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | transfer_manager.cpp | 99 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 D | commander.cpp | 38 void Commander::UpdateProgress(CmdType type) const in UpdateProgress() function in Flashd::Commander
|
H A D | commander.h | 51 void UpdateProgress(CmdType type) const;
|
H A D | flash_commander.cpp | 77 UpdateProgress(CmdType::FLASH); in DoCommand()
|
H A D | update_commander.cpp | 112 UpdateProgress(CmdType::UPDATE); in DoUpdate()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 268 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 D | transfer_manager.h | 76 void UpdateProgress(size_t &initBlock, size_t totalSize);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | zipfolder_output.cpp | 132 callback->UpdateProgress(0); in Reset()
|
/ohos5.0/base/update/updater/services/flow_update/update_bin/ |
H A D | component_processor.cpp | 287 UpdateProgress(size); in RawImageWriteProcessor() 363 UpdateProgress(size);
|
H A D | component_processor.h | 64 void UpdateProgress(size_t writeSize) in UpdateProgress() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | video_component.cpp | 483 void VideoComponent::UpdateProgress() in UpdateProgress() function in OHOS::ACELite::VideoComponent 597 videoComponent->UpdateProgress(); in UpdateProgressHandler()
|
H A D | video_component.h | 341 void UpdateProgress();
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 606 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 D | flashd_unittest.cpp | 295 HWTEST_F(FLashServiceUnitTest, UpdateProgress, TestSize.Level1)
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 867 callback->UpdateProgress(0); in CopySmaps()
|