Searched refs:AttemptInstall (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/cros/ |
D | common_service_unittest.cc | 84 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()
|
D | dbus_service.cc | 84 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()
|
D | common_service.h | 58 bool AttemptInstall(brillo::ErrorPtr* error,
|
D | dbus_service.h | 54 bool AttemptInstall(brillo::ErrorPtr* error,
|
D | common_service.cc | 105 bool UpdateEngineService::AttemptInstall(brillo::ErrorPtr* error, in AttemptInstall() function in chromeos_update_engine::UpdateEngineService
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 59 virtual bool AttemptInstall(const std::string& omaha_url,
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 88 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()
|
D | client_dbus.h | 45 bool AttemptInstall(const std::string& omaha_url,
|