OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCheckForUpdates
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
weave_service_interface.h
41
virtual bool
OnCheckForUpdates
(brillo::ErrorPtr* error) = 0;
weave_service.cc
58
base::Bind(&WeaveService::
OnCheckForUpdates
, base::Unretained(this)));
114
void WeaveService::
OnCheckForUpdates
(std::unique_ptr<weaved::Command> command) {
116
if (!delegate_->
OnCheckForUpdates
(&error)) {
weave_service.h
55
void
OnCheckForUpdates
(std::unique_ptr<weaved::Command> cmd);
update_attempter.h
104
bool
OnCheckForUpdates
(brillo::ErrorPtr* error) override;
update_attempter.cc
[
all
...]
Completed in 2880 milliseconds