Searched refs:GetErrorCodeForAction (Results 1 – 2 of 2) sorted by relevance
274 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()
106 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction() function1327 code = GetErrorCodeForAction(action, code); in CreatePendingErrorEvent()