Home
last modified time | relevance | path

Searched refs:E_WRITE_PARCEL_ERROR (Results 1 – 9 of 9) sorted by relevance

/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_stub.cpp101 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/
Ddisplay_power_mgr_stub.cpp129 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/
Dwallpaper_service_proxy.cpp46 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 …]
Dwallpaper_manager.cpp228 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/
Dpower_mgr_stub.cpp150 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/
Dpower_mgr_errors.h38 E_WRITE_PARCEL_ERROR = POWERFWK_SERVICE_ERR_OFFSET, enumerator
/base/powermgr/power_manager/utils/native/include/
Dpower_mgr_errors.h38 E_WRITE_PARCEL_ERROR = POWERFWK_SERVICE_ERR_OFFSET, enumerator
/base/powermgr/display_manager/utils/native/include/
Ddisplay_mgr_errors.h38 E_WRITE_PARCEL_ERROR = DISPLAYFWK_SERVICE_ERR_OFFSET, enumerator
/base/theme/wallpaper_mgr/utils/include/
Dwallpaper_common.h54 E_WRITE_PARCEL_ERROR, enumerator