Home
last modified time | relevance | path

Searched refs:OnCheckForUpdates (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dweave_service.cc58 base::Bind(&WeaveService::OnCheckForUpdates, base::Unretained(this))); in OnWeaveServiceConnected()
114 void WeaveService::OnCheckForUpdates(std::unique_ptr<weaved::Command> command) { in OnCheckForUpdates() function in chromeos_update_engine::WeaveService
116 if (!delegate_->OnCheckForUpdates(&error)) { in OnCheckForUpdates()
Dweave_service_interface.h41 virtual bool OnCheckForUpdates(brillo::ErrorPtr* error) = 0;
Dweave_service.h55 void OnCheckForUpdates(std::unique_ptr<weaved::Command> cmd);
Dupdate_attempter.h104 bool OnCheckForUpdates(brillo::ErrorPtr* error) override;
Dupdate_attempter.cc1094 bool UpdateAttempter::OnCheckForUpdates(brillo::ErrorPtr* error) { in OnCheckForUpdates() function in chromeos_update_engine::UpdateAttempter