Home
last modified time | relevance | path

Searched refs:EventLoopSelect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_select.cpp24 EventLoopSelect::EventLoopSelect() in EventLoopSelect() function in DistributedDB::EventLoopSelect
28 EventLoopSelect::~EventLoopSelect() in ~EventLoopSelect()
32 int EventLoopSelect::Initialize() in Initialize()
37 int EventLoopSelect::Prepare(const std::set<EventImpl *> &polling) in Prepare()
43 int EventLoopSelect::Poll(EventTime sleepTime) in Poll()
52 int EventLoopSelect::WakeUp() in WakeUp()
58 int EventLoopSelect::Exit(const std::set<EventImpl *> &polling) in Exit()
64 int EventLoopSelect::AddEvent(EventImpl *event) in AddEvent()
70 int EventLoopSelect::RemoveEvent(EventImpl *event) in RemoveEvent()
76 int EventLoopSelect::ModifyEvent(EventImpl *event, bool isAdd, EventsMask events) in ModifyEvent()
[all …]
H A Devent_loop_select.h26 class EventLoopSelect : public EventLoopImpl {
28 EventLoopSelect();
29 ~EventLoopSelect();
42 DECLARE_OBJECT_TAG(EventLoopSelect);
H A Dievent_loop.cpp24 using EventLoop = DistributedDB::EventLoopSelect;