Searched refs:SendReply (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | smgr_demo.cpp | 59 void SendReply(int fd, IpcMsg *dataIn, uint32_t result, uint32_t serviceHandle) in SendReply() function 83 printf("SendReply failed\n"); in SendReply() 216 SendReply(fd, data, 0, content.serviceHandle); in HandleServiceRegAndGet() 231 SendReply(fd, data, 0, i); in HandleServiceRegAndGet() 242 SendReply(fd, data, -1, 0); in HandleServiceRegAndGet()
|
H A D | smgr_demo.h | 51 void SendReply(int fd, IpcMsg *dataIn, uint32_t result, uint32_t serviceHandle);
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
H A D | liteipc_test_002.cpp | 125 SendReply(g_ipcFd, data, 0, 2 * ptr[0]); in HandleRequest()
|
Completed in 2 milliseconds