Home
last modified time | relevance | path

Searched refs:AttemptInstall (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/cros/
Dcommon_service_unittest.cc84 TEST_F(UpdateEngineServiceTest, AttemptInstall) { in TEST_F() argument
88 EXPECT_TRUE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
96 EXPECT_FALSE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
Ddbus_service.cc84 bool DBusUpdateEngineService::AttemptInstall(ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::DBusUpdateEngineService
87 return common_->AttemptInstall(error, in_omaha_url, dlc_ids); in AttemptInstall()
Dcommon_service.h58 bool AttemptInstall(brillo::ErrorPtr* error,
Ddbus_service.h54 bool AttemptInstall(brillo::ErrorPtr* error,
Dcommon_service.cc105 bool UpdateEngineService::AttemptInstall(brillo::ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/include/update_engine/
Dclient.h59 virtual bool AttemptInstall(const std::string& omaha_url,
/system/update_engine/client_library/
Dclient_dbus.cc88 bool DBusUpdateEngineClient::AttemptInstall(const string& omaha_url, in AttemptInstall() function in update_engine::internal::DBusUpdateEngineClient
90 return proxy_->AttemptInstall(omaha_url, dlc_ids, nullptr); in AttemptInstall()
Dclient_dbus.h45 bool AttemptInstall(const std::string& omaha_url,