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.cc247 action.ProcessProgressLine("global_progress 0.5"); in TEST_F()
253 action.ProcessProgressLine("global_progress 1.5"); in TEST_F()
257 action.ProcessProgressLine("foo_bar"); in TEST_F()
258 action.ProcessProgressLine("global_progress"); in TEST_F()
259 action.ProcessProgressLine("global_progress "); in TEST_F()
260 action.ProcessProgressLine("global_progress NaN"); in TEST_F()
261 action.ProcessProgressLine("global_progress Exception in ... :)"); in TEST_F()
Dpostinstall_runner_action.h81 bool ProcessProgressLine(const std::string& line);
Dpostinstall_runner_action.cc246 ProcessProgressLine(line); in OnProgressFdReady()
258 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine() function in chromeos_update_engine::PostinstallRunnerAction