Home
last modified time | relevance | path

Searched refs:EVENT_READ (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp139 res |= Events::EVENT_READ; in Epoll2Reactor()
153 if (reactorEvent & Events::EVENT_READ) { in Reactor2Epoll()
H A Dio_event_handler.cpp86 events_ |= Events::EVENT_READ; in EnableRead()
/commonlibrary/c_utils/base/include/
H A Dio_event_common.h37 static constexpr EventId EVENT_READ = 1u; member
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp132 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 Dutils_event_test.cpp98 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