Searched refs:GetErrorCodeForAction (Results 1 – 2 of 2) sorted by relevance
272 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()
104 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction() function1308 code = GetErrorCodeForAction(action, code); in UpdateAttempter()