OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateDownloadChannel
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
mock_omaha_request_params.h
44
ON_CALL(*this,
UpdateDownloadChannel
())
57
MOCK_METHOD0(
UpdateDownloadChannel
, void(void));
81
return OmahaRequestParams::
UpdateDownloadChannel
();
omaha_request_params.cc
75
UpdateDownloadChannel
();
176
void OmahaRequestParams::
UpdateDownloadChannel
() {
omaha_request_params.h
218
virtual void
UpdateDownloadChannel
();
omaha_request_params_unittest.cc
501
params_.
UpdateDownloadChannel
();
update_attempter.cc
423
omaha_request_params_->
UpdateDownloadChannel
();
[
all
...]
Completed in 701 milliseconds