Home
last modified time | relevance | path

Searched refs:AttemptUpdate (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dcommon_service_unittest.cc55 TEST_F(UpdateEngineServiceTest, AttemptUpdate) { in TEST_F() argument
64 common_service_.AttemptUpdate(&error_, in TEST_F()
78 EXPECT_TRUE(common_service_.AttemptUpdate( in TEST_F()
H A Ddbus_service.cc60 bool DBusUpdateEngineService::AttemptUpdate(ErrorPtr* error, in AttemptUpdate() function in chromeos_update_engine::DBusUpdateEngineService
76 return common_->AttemptUpdate( in AttemptUpdateWithFlags()
H A Dcommon_service.h49 bool AttemptUpdate(brillo::ErrorPtr* error,
H A Ddbus_service.h45 bool AttemptUpdate(brillo::ErrorPtr* error,
H A Dcommon_service.cc85 bool UpdateEngineService::AttemptUpdate(ErrorPtr* /* error */, in AttemptUpdate() function in chromeos_update_engine::UpdateEngineService
H A Dupdate_engine_client.cc482 if (!client_->AttemptUpdate( in ProcessFlags()
/aosp12/system/update_engine/client_library/include/update_engine/
H A Dclient.h47 virtual bool AttemptUpdate(const std::string& app_version,
/aosp12/system/update_engine/client_library/
H A Dclient_dbus.h41 bool AttemptUpdate(const std::string& app_version,
H A Dclient_dbus.cc76 bool DBusUpdateEngineClient::AttemptUpdate(const string& in_app_version, in AttemptUpdate() function in update_engine::internal::DBusUpdateEngineClient