OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetErrorCodeForAction
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
update_attempter_unittest.cc
334
extern ErrorCode
GetErrorCodeForAction
(AbstractAction* action,
337
GetErrorCodeForAction
(nullptr, ErrorCode::kSuccess));
343
GetErrorCodeForAction
(&omaha_request_action, ErrorCode::kError));
346
GetErrorCodeForAction
(&omaha_response_handler_action,
350
GetErrorCodeForAction
(&filesystem_verifier_action,
355
GetErrorCodeForAction
(&postinstall_runner_action,
360
GetErrorCodeForAction
(&action_mock, ErrorCode::kError));
[
all
...]
update_attempter.cc
104
ErrorCode
GetErrorCodeForAction
(AbstractAction* action,
[
all
...]
Completed in 260 milliseconds