OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUpdateOverCellularPermission
(Results
1 - 13
of
13
) sorted by null
/system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl
34
boolean
GetUpdateOverCellularPermission
();
/system/update_engine/client_library/include/update_engine/
client.h
72
virtual bool
GetUpdateOverCellularPermission
(bool* allowed) const = 0;
/system/update_engine/client_library/
client_binder.cc
80
bool BinderUpdateEngineClient::
GetUpdateOverCellularPermission
(
82
return service_->
GetUpdateOverCellularPermission
(allowed).isOk();
client_dbus.cc
79
bool DBusUpdateEngineClient::
GetUpdateOverCellularPermission
(
81
return proxy_->
GetUpdateOverCellularPermission
(allowed, nullptr);
client_binder.h
58
bool
GetUpdateOverCellularPermission
(bool* allowed) const override;
client_dbus.h
51
bool
GetUpdateOverCellularPermission
(bool* allowed) const override;
/system/update_engine/
dbus_service.cc
115
bool DBusUpdateEngineService::
GetUpdateOverCellularPermission
(
117
return common_->
GetUpdateOverCellularPermission
(error, out_allowed);
common_service.h
112
bool
GetUpdateOverCellularPermission
(brillo::ErrorPtr* error,
binder_service_brillo.h
76
android::binder::Status
GetUpdateOverCellularPermission
(
dbus_service.h
113
bool
GetUpdateOverCellularPermission
(brillo::ErrorPtr* error,
binder_service_brillo.cc
138
Status BinderUpdateEngineBrilloService::
GetUpdateOverCellularPermission
(
141
&UpdateEngineService::
GetUpdateOverCellularPermission
,
common_service.cc
259
bool UpdateEngineService::
GetUpdateOverCellularPermission
(ErrorPtr* /* error */,
update_engine_client.cc
317
if (!client_->
GetUpdateOverCellularPermission
(&allowed)) {
Completed in 199 milliseconds