Searched defs:set_progress (Results 1 – 2 of 2) sorted by relevance
121 const std::string& path, const std::function<void(float)>& set_progress) { in CreateMemoryPackage()132 const std::string& path, const std::function<void(float)>& set_progress) { in CreateFilePackage()149 std::vector<uint8_t> content, const std::function<void(float)>& set_progress) { in CreateMemoryPackage()154 const std::function<void(float)>& set_progress) in MemoryPackage()162 const std::function<void(float)>& set_progress) in MemoryPackage()216 const std::function<void(float)>& set_progress) in FilePackage()
585 TEST_F(UpdaterTest, set_progress) { in TEST_F() argument