OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetP2PUpdatePermission
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
dbus_service.cc
105
bool DBusUpdateEngineService::
GetP2PUpdatePermission
(ErrorPtr* error,
107
return common_->
GetP2PUpdatePermission
(error, out_enabled);
binder_service_brillo.cc
126
Status BinderUpdateEngineBrilloService::
GetP2PUpdatePermission
(
128
return CallCommonHandler(&UpdateEngineService::
GetP2PUpdatePermission
,
common_service.cc
204
bool UpdateEngineService::
GetP2PUpdatePermission
(ErrorPtr* error,
/system/update_engine/client_library/
client_binder.cc
89
bool BinderUpdateEngineClient::
GetP2PUpdatePermission
(bool* enabled) const {
90
return service_->
GetP2PUpdatePermission
(enabled).isOk();
client_dbus.cc
88
bool DBusUpdateEngineClient::
GetP2PUpdatePermission
(bool* enabled) const {
89
return proxy_->
GetP2PUpdatePermission
(enabled, nullptr);
Completed in 46 milliseconds