Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc230 action.ProcessProgressLine("global_progress 0.5"); in TEST_F()
236 action.ProcessProgressLine("global_progress 1.5"); in TEST_F()
240 action.ProcessProgressLine("foo_bar"); in TEST_F()
241 action.ProcessProgressLine("global_progress"); in TEST_F()
242 action.ProcessProgressLine("global_progress "); in TEST_F()
243 action.ProcessProgressLine("global_progress NaN"); in TEST_F()
244 action.ProcessProgressLine("global_progress Exception in ... :)"); in TEST_F()
Dpostinstall_runner_action.h79 bool ProcessProgressLine(const std::string& line);
Dpostinstall_runner_action.cc241 ProcessProgressLine(line); in OnProgressFdReady()
254 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine() function in chromeos_update_engine::PostinstallRunnerAction