/base/powermgr/battery_manager/services/zidl/src/ |
D | battery_srv_stub.cpp | 101 WRITE_PARCEL_WITH_RET(reply, Int32, ret, E_WRITE_PARCEL_ERROR); in GetCapacityStub() 108 WRITE_PARCEL_WITH_RET(reply, Uint32, static_cast<uint32_t>(ret), E_WRITE_PARCEL_ERROR); in GetChargingStatusStub() 115 WRITE_PARCEL_WITH_RET(reply, Uint32, static_cast<uint32_t>(ret), E_WRITE_PARCEL_ERROR); in GetHealthStatusStub() 122 WRITE_PARCEL_WITH_RET(reply, Uint32, static_cast<uint32_t>(ret), E_WRITE_PARCEL_ERROR); in GetPluggedTypeStub() 129 WRITE_PARCEL_WITH_RET(reply, Int32, ret, E_WRITE_PARCEL_ERROR); in GetVoltageStub() 136 WRITE_PARCEL_WITH_RET(reply, Bool, ret, E_WRITE_PARCEL_ERROR); in GetPresentStub() 143 WRITE_PARCEL_WITH_RET(reply, String16, ret, E_WRITE_PARCEL_ERROR); in GetTechnologyStub() 150 WRITE_PARCEL_WITH_RET(reply, Int32, ret, E_WRITE_PARCEL_ERROR); in GetBatteryTemperatureStub() 157 WRITE_PARCEL_WITH_RET(reply, Uint32, static_cast<uint32_t>(ret), E_WRITE_PARCEL_ERROR); in GetCapacityLevelStub() 164 WRITE_PARCEL_WITH_RET(reply, Int64, ret, E_WRITE_PARCEL_ERROR); in GetRemainingChargeTimeStub() [all …]
|
/base/powermgr/display_manager/service/zidl/src/ |
D | display_power_mgr_stub.cpp | 129 return E_WRITE_PARCEL_ERROR; in SetDisplayStateStub() 143 return E_WRITE_PARCEL_ERROR; in GetDisplayStateStub() 153 return E_WRITE_PARCEL_ERROR; in GetDisplayIdsStub() 168 return E_WRITE_PARCEL_ERROR; in GetMainDisplayIdStub() 184 return E_WRITE_PARCEL_ERROR; in SetBrightnessStub() 187 WRITE_PARCEL_WITH_RET(reply, Int32, error, E_WRITE_PARCEL_ERROR); in SetBrightnessStub() 202 return E_WRITE_PARCEL_ERROR; in DiscountBrightnessStub() 218 return E_WRITE_PARCEL_ERROR; in OverrideBrightnessStub() 232 return E_WRITE_PARCEL_ERROR; in RestoreBrightnessStub() 246 return E_WRITE_PARCEL_ERROR; in GetBrightnessStub() [all …]
|
/base/theme/wallpaper_mgr/frameworks/innerkitsimpl/wallpaper_manager/src/ |
D | wallpaper_service_proxy.cpp | 46 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in GetColorsInner() 50 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in GetColorsInner() 119 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByMapInner() 123 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByMapInner() 128 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByMapInner() 132 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByMapInner() 163 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByFDInner() 167 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByFDInner() 171 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByFDInner() 175 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaperByFDInner() [all …]
|
D | wallpaper_manager.cpp | 228 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaper() 245 return static_cast<int32_t>(E_WRITE_PARCEL_ERROR); in SetWallpaper()
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 150 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in CreateRunningLockStub() 170 return E_WRITE_PARCEL_ERROR; in IsRunningLockTypeSupportedStub() 200 WRITE_PARCEL_WITH_RET(reply, Bool, ret, E_WRITE_PARCEL_ERROR); in IsUsedStub() 230 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in RebootDeviceStub() 238 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in RebootDeviceForDeprecatedStub() 246 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in ShutDownDeviceStub() 260 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in WakeupDeviceStub() 275 WRITE_PARCEL_WITH_RET(reply, Int32, static_cast<int32_t>(error), E_WRITE_PARCEL_ERROR); in SuspendDeviceStub() 302 return E_WRITE_PARCEL_ERROR; in OverrideScreenOffTimeStub() 312 return E_WRITE_PARCEL_ERROR; in RestoreScreenOffTimeStub() [all …]
|
/base/powermgr/battery_manager/utils/native/include/ |
D | power_mgr_errors.h | 38 E_WRITE_PARCEL_ERROR = POWERFWK_SERVICE_ERR_OFFSET, enumerator
|
/base/powermgr/power_manager/utils/native/include/ |
D | power_mgr_errors.h | 38 E_WRITE_PARCEL_ERROR = POWERFWK_SERVICE_ERR_OFFSET, enumerator
|
/base/powermgr/display_manager/utils/native/include/ |
D | display_mgr_errors.h | 38 E_WRITE_PARCEL_ERROR = DISPLAYFWK_SERVICE_ERR_OFFSET, enumerator
|
/base/theme/wallpaper_mgr/utils/include/ |
D | wallpaper_common.h | 54 E_WRITE_PARCEL_ERROR, enumerator
|