Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Dio_event_handler.cpp91 events_ |= Events::EVENT_WRITE; in EnableWrite()
96 events_ &= ~Events::EVENT_WRITE; in DisableWrite()
H A Dio_event_epoll.cpp143 res |= Events::EVENT_WRITE; in Epoll2Reactor()
157 if (reactorEvent & Events::EVENT_WRITE) { in Reactor2Epoll()
/commonlibrary/c_utils/base/include/
H A Dio_event_common.h38 static constexpr EventId EVENT_WRITE = 1u << 1; 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()
612 handler->SetEvents(Events::EVENT_WRITE); in BENCHMARK_F()
/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()
493 handler->SetEvents(Events::EVENT_WRITE); in HWTEST_F()

Completed in 5 milliseconds