Searched defs:SetP2PUpdatePermission (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dbinder_service_brillo.cc137 Status BinderUpdateEngineBrilloService::SetP2PUpdatePermission(bool enabled) { function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
138 return CallCommonHandler(&UpdateEngineService::SetP2PUpdatePermission,
H A Ddbus_service.cc111 bool DBusUpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::DBusUpdateEngineService
113 return common_->SetP2PUpdatePermission(error, in_enabled);
H A Dcommon_service.cc219 bool UpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
H A Dclient_binder.cc99 bool BinderUpdateEngineClient::SetP2PUpdatePermission(bool enabled) { function in class:update_engine::internal::BinderUpdateEngineClient
100 return service_->SetP2PUpdatePermission(enabled).isOk();
H A Dclient_dbus.cc92 bool DBusUpdateEngineClient::SetP2PUpdatePermission(bool enabled) { function in class:update_engine::internal::DBusUpdateEngineClient
93 return proxy_->SetP2PUpdatePermission(enabled, nullptr);

Completed in 103 milliseconds