Searched refs:EVENT_NONE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_handler.cpp | 25 :prev_(nullptr), next_(nullptr), fd_(IO_EVENT_INVALID_FD), events_(Events::EVENT_NONE), in IOEventHandler() 100 events_ = Events::EVENT_NONE; in DisableAll()
|
H A D | io_event_epoll.cpp | 92 if (events == Events::EVENT_NONE) { in ModifyEvents() 129 REventId res = Events::EVENT_NONE; in Epoll2Reactor()
|
H A D | io_event_reactor.cpp | 245 … if (cur->events_ != Events::EVENT_NONE && cur->enabled_ && (cur->events_ & event) && cur->cb_) { in HandleEvents()
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_event.md | 113 | constexpr EventId | **EVENT_NONE** <br>空事件。表明当前事件不监听任何事件类型。 | 134 | | **IOEventHandler**(int fd, EventId events =Events::EVENT_NONE, const EventCallback & cb =nullpt… 171 | | **IOEventHandler**(int fd, EventId events =Events::EVENT_NONE, const EventCallback & cb =nullpt…
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | io_event_common.h | 36 static constexpr EventId EVENT_NONE = 0u; variable
|
H A D | io_event_handler.h | 29 …explicit IOEventHandler(int fd, EventId events = Events::EVENT_NONE, const EventCallback& cb = nul…
|
H A D | io_event_reactor.h | 82 events = Events::EVENT_NONE; in FdEvents()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 143 AssertEqual(handler->GetEvents(), Events::EVENT_NONE, in BENCHMARK_F() 505 handler->SetEvents(Events::EVENT_NONE); in BENCHMARK_F() 1382 AssertEqual(handler->GetEvents(), Events::EVENT_NONE, in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 108 EXPECT_EQ(handler->GetEvents(), Events::EVENT_NONE); 386 handler->SetEvents(Events::EVENT_NONE);
|