Searched refs:AttemptUpdate (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/ |
D | common_service_unittest.cc | 56 TEST_F(UpdateEngineServiceTest, AttemptUpdate) { in TEST_F() argument 60 EXPECT_TRUE(common_service_.AttemptUpdate( in TEST_F()
|
D | dbus_service.cc | 34 bool DBusUpdateEngineService::AttemptUpdate(ErrorPtr* error, in AttemptUpdate() function in chromeos_update_engine::DBusUpdateEngineService 51 return common_->AttemptUpdate( in AttemptUpdateWithFlags()
|
D | binder_service_brillo.cc | 60 Status BinderUpdateEngineBrilloService::AttemptUpdate( in AttemptUpdate() function in chromeos_update_engine::BinderUpdateEngineBrilloService 62 return CallCommonHandler(&UpdateEngineService::AttemptUpdate, in AttemptUpdate()
|
D | common_service.h | 47 bool AttemptUpdate(brillo::ErrorPtr* error,
|
D | binder_service_brillo.h | 58 android::binder::Status AttemptUpdate(const android::String16& app_version,
|
D | dbus_service.h | 42 bool AttemptUpdate(brillo::ErrorPtr* error,
|
D | common_service.cc | 73 bool UpdateEngineService::AttemptUpdate(ErrorPtr* /* error */, in AttemptUpdate() function in chromeos_update_engine::UpdateEngineService
|
D | update_engine_client.cc | 440 if (!client_->AttemptUpdate(app_version, FLAGS_omaha_url, in ProcessFlags()
|
/system/update_engine/binder_bindings/android/brillo/ |
D | IUpdateEngine.aidl | 23 void AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate() method
|
/system/update_engine/client_library/ |
D | client_binder.cc | 48 bool BinderUpdateEngineClient::AttemptUpdate(const string& in_app_version, in AttemptUpdate() function in update_engine::internal::BinderUpdateEngineClient 51 return service_->AttemptUpdate(String16{in_app_version.c_str()}, in AttemptUpdate()
|
D | client_dbus.h | 40 bool AttemptUpdate(const std::string& app_version,
|
D | client_binder.h | 47 bool AttemptUpdate(const std::string& app_version,
|
D | client_dbus.cc | 46 bool DBusUpdateEngineClient::AttemptUpdate(const string& in_app_version, in AttemptUpdate() function in update_engine::internal::DBusUpdateEngineClient
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 46 virtual bool AttemptUpdate(const std::string& app_version,
|