Lines Matching defs:socObj
40 UDSSocketUnitTest socObj;
41 socObj.Close();
42 EXPECT_EQ(-1, socObj.GetFd());
49 UDSSocketUnitTest socObj;
50 int32_t retResult = socObj.EpollCreate(size);
58 UDSSocketUnitTest socObj;
59 int32_t retResult = socObj.EpollCreate(size);
69 UDSSocketUnitTest socObj;
70 int32_t retResult = socObj.EpollCtl(fd, op, event);
80 UDSSocketUnitTest socObj;
81 int32_t retResult = socObj.EpollCtl(fd, op, event);
91 UDSSocketUnitTest socObj;
92 int32_t retResult = socObj.EpollCtl(fd, op, event);
101 UDSSocketUnitTest socObj;
102 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
111 UDSSocketUnitTest socObj;
112 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
121 UDSSocketUnitTest socObj;
122 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
131 UDSSocketUnitTest socObj;
132 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);