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

/system/update_engine/
H A Dbinder_service_brillo.cc139 Status BinderUpdateEngineBrilloService::SetP2PUpdatePermission(bool enabled) { function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
140 return CallCommonHandler(&UpdateEngineService::SetP2PUpdatePermission,
H A Ddbus_service.cc121 bool DBusUpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::DBusUpdateEngineService
123 return common_->SetP2PUpdatePermission(error, in_enabled);
H A Dcommon_service.cc229 bool UpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
H A Dclient_binder.cc103 bool BinderUpdateEngineClient::SetP2PUpdatePermission(bool enabled) { function in class:update_engine::internal::BinderUpdateEngineClient
104 return service_->SetP2PUpdatePermission(enabled).isOk();
H A Dclient_dbus.cc94 bool DBusUpdateEngineClient::SetP2PUpdatePermission(bool enabled) { function in class:update_engine::internal::DBusUpdateEngineClient
95 return proxy_->SetP2PUpdatePermission(enabled, nullptr);

Completed in 39 milliseconds