Searched refs:testCallBack (Results 1 - 3 of 3) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_ffrt_io.cpp | 160 static void testCallBack(void* token, uint32_t event) in testCallBack() function 188 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 235 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 262 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 290 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 327 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 356 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 385 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 413 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() 442 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F() [all...] |
H A D | ut_coroutine.cpp | 127 static void testCallBack(void* token, uint32_t event) in testCallBack() function 149 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_test.cpp | 212 IServerChannelCallBack *testCallBack = TestTransServerGetChannelCb(); in HWTEST_F() local 213 ASSERT_NE(testCallBack, nullptr); in HWTEST_F() 214 int32_t ret = TransTdcSetCallBack(testCallBack); in HWTEST_F()
|
Completed in 3 milliseconds