Home
last modified time | relevance | path

Searched refs:GetErrorCodeForAction (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc272 extern ErrorCode GetErrorCodeForAction(AbstractAction* action, in TEST_F()
275 GetErrorCodeForAction(nullptr, ErrorCode::kSuccess)); in TEST_F()
281 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError)); in TEST_F()
284 GetErrorCodeForAction(&omaha_response_handler_action, in TEST_F()
288 GetErrorCodeForAction(&filesystem_verifier_action, in TEST_F()
293 GetErrorCodeForAction(&postinstall_runner_action, in TEST_F()
298 GetErrorCodeForAction(&action_mock, ErrorCode::kError)); in TEST_F()
Dupdate_attempter.cc104 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction() function
1308 code = GetErrorCodeForAction(action, code); in UpdateAttempter()