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
274
extern ErrorCode
GetErrorCodeForAction
(AbstractAction* action,
277
GetErrorCodeForAction
(nullptr, ErrorCode::kSuccess));
283
GetErrorCodeForAction
(&omaha_request_action, ErrorCode::kError));
286
GetErrorCodeForAction
(&omaha_response_handler_action,
291
GetErrorCodeForAction
(&filesystem_verifier_action,
296
GetErrorCodeForAction
(&postinstall_runner_action,
301
GetErrorCodeForAction
(&action_mock, ErrorCode::kError));
[
all
...]
update_attempter.cc
106
ErrorCode
GetErrorCodeForAction
(AbstractAction* action,
[
all
...]
Completed in 146 milliseconds