Searched refs:OnIpcMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | surface_impl.cpp | 262 return product->OnIpcMsg(code, data, reply, option); in IpcRequestHandler() 270 return bufferQueueProducer->OnIpcMsg(code, data, reply, option); in DoIpcMsg()
|
H A D | buffer_queue_producer.h | 201 int32_t OnIpcMsg(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option);
|
H A D | buffer_queue_producer.cpp | 373 int32_t BufferQueueProducer::OnIpcMsg(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption optio… in OnIpcMsg() function in OHOS::BufferQueueProducer
|