Home
last modified time | relevance | path

Searched refs:WRITE_PARCEL_NO_RET (Results 1 – 8 of 8) sorted by relevance

/base/powermgr/power_manager/services/zidl/src/shutdown/
Dshutdown_proxy_delegator.cpp36 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in RegisterShutdownCallback()
37 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(priority)); in RegisterShutdownCallback()
59 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in UnRegisterShutdownCallback()
82 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in RegisterShutdownCallback()
83 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(priority)); in RegisterShutdownCallback()
105 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in UnRegisterShutdownCallback()
128 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in RegisterShutdownCallback()
129 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(priority)); in RegisterShutdownCallback()
151 WRITE_PARCEL_NO_RET(data, RemoteObject, callback->AsObject()); in UnRegisterShutdownCallback()
/base/powermgr/display_manager/service/zidl/src/
Ddisplay_power_callback_proxy.cpp41 WRITE_PARCEL_NO_RET(data, Uint32, displayId); in OnDisplayStateChanged()
42 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(state)); in OnDisplayStateChanged()
43 WRITE_PARCEL_NO_RET(data, Uint32, reason); in OnDisplayStateChanged()
/base/powermgr/power_manager/services/zidl/src/
Dpower_state_callback_proxy.cpp41 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(state)); in OnPowerStateChanged()
Dpower_mode_callback_proxy.cpp41 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(mode)); in OnPowerModeChanged()
/base/powermgr/power_manager/utils/native/include/
Dpower_common.h45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
/base/powermgr/battery_manager/utils/native/include/
Dpower_common.h45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
/base/powermgr/display_manager/utils/native/include/
Ddisplay_common.h45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
/base/usb/usb_manager/utils/native/include/
Dusb_common.h110 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro