OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetUpdateOverCellularPermission
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
dbus_service.cc
110
bool DBusUpdateEngineService::
SetUpdateOverCellularPermission
(ErrorPtr* error,
112
return common_->
SetUpdateOverCellularPermission
(error, in_allowed);
binder_service_brillo.cc
132
Status BinderUpdateEngineBrilloService::
SetUpdateOverCellularPermission
(
135
&UpdateEngineService::
SetUpdateOverCellularPermission
, enabled);
common_service.cc
219
bool UpdateEngineService::
SetUpdateOverCellularPermission
(ErrorPtr* error,
/system/update_engine/client_library/
client_binder.cc
76
bool BinderUpdateEngineClient::
SetUpdateOverCellularPermission
(bool allowed) {
77
return service_->
SetUpdateOverCellularPermission
(allowed).isOk();
client_dbus.cc
75
bool DBusUpdateEngineClient::
SetUpdateOverCellularPermission
(bool allowed) {
76
return proxy_->
SetUpdateOverCellularPermission
(allowed, nullptr);
Completed in 38 milliseconds