Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc366 GetErrorCodeForAction(nullptr, ErrorCode::kSuccess)); in TEST_F()
372 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError)); in TEST_F()
376 GetErrorCodeForAction(&omaha_response_handler_action, ErrorCode::kError)); in TEST_F()
380 GetErrorCodeForAction(&filesystem_verifier_action, ErrorCode::kError)); in TEST_F()
385 GetErrorCodeForAction(&postinstall_runner_action, ErrorCode::kError)); in TEST_F()
389 GetErrorCodeForAction(&action_mock, ErrorCode::kError)); in TEST_F()
Dupdate_attempter.h529 ErrorCode GetErrorCodeForAction(AbstractAction* action, ErrorCode code);
Dupdate_attempter.cc103 ErrorCode GetErrorCodeForAction(AbstractAction* action, ErrorCode code) { in GetErrorCodeForAction() function
1394 code = GetErrorCodeForAction(action, code); in CreatePendingErrorEvent()