Home
last modified time | relevance | path

Searched refs:OnIpcMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp262 return product->OnIpcMsg(code, data, reply, option); in IpcRequestHandler()
270 return bufferQueueProducer->OnIpcMsg(code, data, reply, option); in DoIpcMsg()
H A Dbuffer_queue_producer.h201 int32_t OnIpcMsg(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option);
H A Dbuffer_queue_producer.cpp373 int32_t BufferQueueProducer::OnIpcMsg(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption optio… in OnIpcMsg() function in OHOS::BufferQueueProducer