Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service_unittest.cc88 TEST_F(UpdateEngineServiceTest, AttemptInstall) { in TEST_F() argument
92 EXPECT_TRUE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
100 EXPECT_FALSE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
Ddbus_service.cc65 bool DBusUpdateEngineService::AttemptInstall(ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::DBusUpdateEngineService
84 return common_->AttemptInstall( in AttemptInstall()
Dcommon_service.h59 bool AttemptInstall(brillo::ErrorPtr* error,
Ddbus_service.h52 bool AttemptInstall(brillo::ErrorPtr* error,
Dcommon_service.cc110 bool UpdateEngineService::AttemptInstall(brillo::ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc523 if (!client_->AttemptInstall(FLAGS_omaha_url, dlc_module_ids)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_dbus.cc60 bool DBusUpdateEngineClient::AttemptInstall( in AttemptInstall() function in update_engine::internal::DBusUpdateEngineClient
71 return proxy_->AttemptInstall(dlc_request, nullptr /* brillo::ErrorPtr* */); in AttemptInstall()
Dclient_dbus.h44 bool AttemptInstall(const std::string& omaha_url,
Dclient_binder.h50 bool AttemptInstall(const std::string& omaha_url,
Dclient_binder.cc62 bool BinderUpdateEngineClient::AttemptInstall( in AttemptInstall() function in update_engine::internal::BinderUpdateEngineClient
/system/update_engine/client_library/include/update_engine/
Dclient.h59 virtual bool AttemptInstall(