Home
last modified time | relevance | path

Searched refs:ProcessProgressLine (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc255 action.ProcessProgressLine("global_progress 0.5"); in TEST_F()
261 action.ProcessProgressLine("global_progress 1.5"); in TEST_F()
265 action.ProcessProgressLine("foo_bar"); in TEST_F()
266 action.ProcessProgressLine("global_progress"); in TEST_F()
267 action.ProcessProgressLine("global_progress "); in TEST_F()
268 action.ProcessProgressLine("global_progress NaN"); in TEST_F()
269 action.ProcessProgressLine("global_progress Exception in ... :)"); in TEST_F()
H A Dpostinstall_runner_action.cc336 ProcessProgressLine(line); in OnProgressFdReady()
348 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine() function in chromeos_update_engine::PostinstallRunnerAction
H A Dpostinstall_runner_action.h87 bool ProcessProgressLine(const std::string& line);