OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttemptUpdate
(Results
1 - 14
of
14
) sorted by null
/system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl
23
void
AttemptUpdate
(in String app_version, in String omaha_url, in int flags);
/system/update_engine/client_library/include/update_engine/
client.h
46
virtual bool
AttemptUpdate
(const std::string& app_version,
/system/update_engine/
common_service_unittest.cc
56
TEST_F(UpdateEngineServiceTest,
AttemptUpdate
) {
60
EXPECT_TRUE(common_service_.
AttemptUpdate
(
dbus_service.cc
34
bool DBusUpdateEngineService::
AttemptUpdate
(ErrorPtr* error,
51
return common_->
AttemptUpdate
(
common_service.h
47
bool
AttemptUpdate
(brillo::ErrorPtr* error,
binder_service_brillo.h
58
android::binder::Status
AttemptUpdate
(const android::String16& app_version,
dbus_service.h
42
bool
AttemptUpdate
(brillo::ErrorPtr* error,
binder_service_brillo.cc
60
Status BinderUpdateEngineBrilloService::
AttemptUpdate
(
62
return CallCommonHandler(&UpdateEngineService::
AttemptUpdate
,
common_service.cc
73
bool UpdateEngineService::
AttemptUpdate
(ErrorPtr* /* error */,
update_engine_client.cc
440
if (!client_->
AttemptUpdate
(app_version, FLAGS_omaha_url,
/system/update_engine/client_library/
client_binder.cc
48
bool BinderUpdateEngineClient::
AttemptUpdate
(const string& in_app_version,
51
return service_->
AttemptUpdate
(String16{in_app_version.c_str()},
client_binder.h
47
bool
AttemptUpdate
(const std::string& app_version,
client_dbus.h
40
bool
AttemptUpdate
(const std::string& app_version,
client_dbus.cc
46
bool DBusUpdateEngineClient::
AttemptUpdate
(const string& in_app_version,
Completed in 3459 milliseconds