Searched refs:WaitTimeout (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/test/unittest/intention/common/src/ |
H A D | epoll_manager_test.cpp | 279 * @tc.desc: Test WaitTimeout 292 EXPECT_GE(epollMgr.WaitTimeout(evs, MAX_N_EVENTS, TIMEOUT), 0); in HWTEST_F() 297 * @tc.desc: Test WaitTimeout, no event to wait 307 EXPECT_GE(epollMgr.WaitTimeout(evs, MAX_N_EVENTS, TIMEOUT), 0); in HWTEST_F() 312 * @tc.desc: Test WaitTimeout, use of block mode 326 EXPECT_GE(epollMgr.WaitTimeout(evs, MAX_N_EVENTS, BLOCK_EPOLL), 0); in HWTEST_F() 331 * @tc.desc: Test WaitTimeout, use of non blocking mode 344 EXPECT_GE(epollMgr.WaitTimeout(evs, MAX_N_EVENTS, UNBLOCK_EPOLL), 0); in HWTEST_F() 349 * @tc.desc: Test WaitTimeout, Abnormal scenarios with small memory and multiple events 362 EXPECT_GE(epollMgr.WaitTimeout(ev in HWTEST_F() [all...] |
/base/msdp/device_status/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 121 return WaitTimeout(events, maxevents, -1); in Wait() 124 int32_t EpollManager::WaitTimeout(struct epoll_event *events, int32_t maxevents, int32_t timeout) in WaitTimeout() function in OHOS::Msdp::DeviceStatus::EpollManager 148 int32_t cnt = WaitTimeout(evs, MAX_N_EVENTS, 0); in DispatchOne()
|
/base/msdp/device_status/intention/common/epoll/include/ |
H A D | epoll_manager.h | 44 int32_t WaitTimeout(struct epoll_event *events, int32_t maxevents, int32_t timeout);
|
/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_session_manager.cpp | 161 int32_t cnt = epollMgr_.WaitTimeout(evs, MAX_EPOLL_EVENTS, 0);
in DispatchOne()
|
Completed in 3 milliseconds