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.cc261 action.ProcessProgressLine("global_progress 0.5"); in TEST_F()
267 action.ProcessProgressLine("global_progress 1.5"); in TEST_F()
271 action.ProcessProgressLine("foo_bar"); in TEST_F()
272 action.ProcessProgressLine("global_progress"); in TEST_F()
273 action.ProcessProgressLine("global_progress "); in TEST_F()
274 action.ProcessProgressLine("global_progress NaN"); in TEST_F()
275 action.ProcessProgressLine("global_progress Exception in ... :)"); in TEST_F()
Dpostinstall_runner_action.h84 bool ProcessProgressLine(const std::string& line);
Dpostinstall_runner_action.cc270 ProcessProgressLine(line); in OnProgressFdReady()
282 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine() function in chromeos_update_engine::PostinstallRunnerAction