Searched refs:WRITE_PARCEL_NO_RET (Results 1 – 8 of 8) sorted by relevance
/base/powermgr/power_manager/services/zidl/src/shutdown/ |
D | shutdown_proxy_delegator.cpp | 36 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/ |
D | display_power_callback_proxy.cpp | 41 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/ |
D | power_state_callback_proxy.cpp | 41 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(state)); in OnPowerStateChanged()
|
D | power_mode_callback_proxy.cpp | 41 WRITE_PARCEL_NO_RET(data, Uint32, static_cast<uint32_t>(mode)); in OnPowerModeChanged()
|
/base/powermgr/power_manager/utils/native/include/ |
D | power_common.h | 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
|
/base/powermgr/battery_manager/utils/native/include/ |
D | power_common.h | 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
|
/base/powermgr/display_manager/utils/native/include/ |
D | display_common.h | 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
|
/base/usb/usb_manager/utils/native/include/ |
D | usb_common.h | 110 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ macro
|