Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc274 extern ErrorCode GetErrorCodeForAction(AbstractAction* action, in TEST_F()
277 GetErrorCodeForAction(nullptr, ErrorCode::kSuccess)); in TEST_F()
283 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError)); in TEST_F()
286 GetErrorCodeForAction(&omaha_response_handler_action, in TEST_F()
291 GetErrorCodeForAction(&filesystem_verifier_action, in TEST_F()
296 GetErrorCodeForAction(&postinstall_runner_action, in TEST_F()
301 GetErrorCodeForAction(&action_mock, ErrorCode::kError)); in TEST_F()
Dupdate_attempter.cc106 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction() function
1327 code = GetErrorCodeForAction(action, code); in CreatePendingErrorEvent()