Searched refs:EVENT_READ (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/c_utils/base/src/ |
H A D | io_event_epoll.cpp | 139 res |= Events::EVENT_READ; in Epoll2Reactor() 153 if (reactorEvent & Events::EVENT_READ) { in Reactor2Epoll()
|
H A D | io_event_handler.cpp | 86 events_ |= Events::EVENT_READ; in EnableRead()
|
/commonlibrary/c_utils/base/include/ |
H A D | io_event_common.h | 37 static constexpr EventId EVENT_READ = 1u; member
|
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 132 handler->SetEvents(Events::EVENT_READ | Events::EVENT_WRITE); in BENCHMARK_F() 133 AssertEqual(handler->GetEvents(), (Events::EVENT_READ | Events::EVENT_WRITE), in BENCHMARK_F() 134 "handler->GetEvents() did not equal (Events::EVENT_READ | Events::EVENT_WRITE) as expected.", state); in BENCHMARK_F() 149 AssertEqual(handler->GetEvents(), (Events::EVENT_READ | Events::EVENT_WRITE), in BENCHMARK_F() 150 "handler->GetEvents() did not equal (Events::EVENT_READ | Events::EVENT_WRITE) as expected.", state); in BENCHMARK_F() 154 AssertEqual(handler->GetEvents(), Events::EVENT_READ, in BENCHMARK_F() 155 "handler->GetEvents() did not equal Events::EVENT_READ as expected.", state); in BENCHMARK_F() 177 AssertEqual(handler->GetEvents(), Events::EVENT_READ, in BENCHMARK_F() 178 "handler->GetEvents() did not equal Events::EVENT_READ as expected.", state); in BENCHMARK_F() 1403 EventId events = Events::EVENT_READ; in BENCHMARK_F() [all...] |
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 98 handler->SetEvents(Events::EVENT_READ | Events::EVENT_WRITE); in HWTEST_F() 99 EXPECT_EQ(handler->GetEvents(), Events::EVENT_READ | Events::EVENT_WRITE); in HWTEST_F() 113 EXPECT_EQ(handler->GetEvents(), Events::EVENT_READ | Events::EVENT_WRITE); in HWTEST_F() 117 EXPECT_EQ(handler->GetEvents(), Events::EVENT_READ); in HWTEST_F() 142 EXPECT_EQ(handler->GetEvents(), Events::EVENT_READ); in HWTEST_F()
|
Completed in 5 milliseconds