Home
last modified time | relevance | path

Searched refs:set_progress (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/install/
H A Dpackage.cpp36 const std::function<void(float)>& set_progress);
89 const std::function<void(float)>& set_progress);
121 const std::string& path, const std::function<void(float)>& set_progress) { in CreateMemoryPackage() argument
128 return std::make_unique<MemoryPackage>(path, std::move(mmap), set_progress); in CreateMemoryPackage()
150 return std::make_unique<MemoryPackage>(std::move(content), set_progress); in CreateMemoryPackage()
154 const std::function<void(float)>& set_progress) in MemoryPackage() argument
158 set_progress_ = set_progress; in MemoryPackage()
162 const std::function<void(float)>& set_progress) in MemoryPackage() argument
167 set_progress_ = set_progress; in MemoryPackage()
216 const std::function<void(float)>& set_progress) in FilePackage() argument
[all …]
/aosp12/bootable/recovery/install/include/install/
H A Dpackage.h41 const std::string& path, const std::function<void(float)>& set_progress);
43 std::vector<uint8_t> content, const std::function<void(float)>& set_progress);
45 const std::function<void(float)>& set_progress);
/aosp12/system/update_engine/cros/
H A Ddbus_service.cc43 out_status->set_progress(ue_status.progress); in ConvertToStatusResult()
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp585 TEST_F(UpdaterTest, set_progress) { in TEST_F() argument