Searched refs:GetP2PUpdatePermission (Results 1 - 13 of 13) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngine.aidl32 boolean GetP2PUpdatePermission();
/system/update_engine/client_library/include/update_engine/
H A Dclient.h76 virtual bool GetP2PUpdatePermission(bool* enabled) const = 0;
/system/update_engine/client_library/
H A Dclient_binder.cc89 bool BinderUpdateEngineClient::GetP2PUpdatePermission(bool* enabled) const { function in class:update_engine::internal::BinderUpdateEngineClient
90 return service_->GetP2PUpdatePermission(enabled).isOk();
H A Dclient_dbus.cc88 bool DBusUpdateEngineClient::GetP2PUpdatePermission(bool* enabled) const { function in class:update_engine::internal::DBusUpdateEngineClient
89 return proxy_->GetP2PUpdatePermission(enabled, nullptr);
H A Dclient_binder.h61 bool GetP2PUpdatePermission(bool* enabled) const override;
H A Dclient_dbus.h54 bool GetP2PUpdatePermission(bool* enabled) const override;
/system/update_engine/
H A Ddbus_service.cc105 bool DBusUpdateEngineService::GetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::DBusUpdateEngineService
107 return common_->GetP2PUpdatePermission(error, out_enabled);
H A Dcommon_service.h101 bool GetP2PUpdatePermission(brillo::ErrorPtr* error, bool* out_enabled);
H A Dbinder_service_brillo.h72 android::binder::Status GetP2PUpdatePermission(
H A Ddbus_service.h101 bool GetP2PUpdatePermission(brillo::ErrorPtr* error,
H A Dbinder_service_brillo.cc126 Status BinderUpdateEngineBrilloService::GetP2PUpdatePermission( function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
128 return CallCommonHandler(&UpdateEngineService::GetP2PUpdatePermission,
H A Dcommon_service.cc204 bool UpdateEngineService::GetP2PUpdatePermission(ErrorPtr* error, function in class:chromeos_update_engine::UpdateEngineService
H A Dupdate_engine_client.cc372 if (!client_->GetP2PUpdatePermission(&enabled)) {

Completed in 408 milliseconds