Searched refs:AttemptInstall (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/ |
D | common_service_unittest.cc | 88 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()
|
D | dbus_service.cc | 65 bool DBusUpdateEngineService::AttemptInstall(ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::DBusUpdateEngineService 84 return common_->AttemptInstall( in AttemptInstall()
|
D | common_service.h | 59 bool AttemptInstall(brillo::ErrorPtr* error,
|
D | dbus_service.h | 52 bool AttemptInstall(brillo::ErrorPtr* error,
|
D | common_service.cc | 110 bool UpdateEngineService::AttemptInstall(brillo::ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::UpdateEngineService
|
D | update_engine_client.cc | 523 if (!client_->AttemptInstall(FLAGS_omaha_url, dlc_module_ids)) { in ProcessFlags()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 60 bool DBusUpdateEngineClient::AttemptInstall( in AttemptInstall() function in update_engine::internal::DBusUpdateEngineClient 71 return proxy_->AttemptInstall(dlc_request, nullptr /* brillo::ErrorPtr* */); in AttemptInstall()
|
D | client_dbus.h | 44 bool AttemptInstall(const std::string& omaha_url,
|
D | client_binder.h | 50 bool AttemptInstall(const std::string& omaha_url,
|
D | client_binder.cc | 62 bool BinderUpdateEngineClient::AttemptInstall( in AttemptInstall() function in update_engine::internal::BinderUpdateEngineClient
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 59 virtual bool AttemptInstall(
|