Home
last modified time | relevance | path

Searched refs:EventLoopImpl (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp100 EventLoopImpl::EventLoopImpl() in EventLoopImpl() function in DistributedDB::EventLoopImpl
107 EventLoopImpl::~EventLoopImpl() in ~EventLoopImpl()
110 int EventLoopImpl::Add(IEvent *event) in Add()
131 int EventLoopImpl::Remove(IEvent *event) in Remove()
155 int EventLoopImpl::Run() in Run()
211 int EventLoopImpl::Stop() in Stop()
245 EventTime EventLoopImpl::GetTime() const in GetTime()
475 int EventLoopImpl::ProcessRequest() in ProcessRequest()
523 int EventLoopImpl::DispatchAll() in DispatchAll()
555 void EventLoopImpl::CleanLoop() in CleanLoop()
[all …]
H A Devent_impl.h24 class EventLoopImpl; variable
44 bool SetLoop(EventLoopImpl *loop);
46 bool Attached(const EventLoopImpl *loop, bool &isLoopConfused) const;
68 EventLoopImpl *loop_;
H A Devent_loop_impl.h36 class EventLoopImpl : public IEventLoop {
38 EventLoopImpl();
39 ~EventLoopImpl() override;
40 DISABLE_COPY_ASSIGN_MOVE(EventLoopImpl);
H A Devent_impl.cpp113 EventLoopImpl *loop = nullptr; in AddEvents()
144 EventLoopImpl *loop = nullptr; in RemoveEvents()
169 EventLoopImpl *loop = nullptr; in SetTimeout()
190 EventLoopImpl *loop = nullptr; in Detach()
255 bool EventImpl::SetLoop(EventLoopImpl *loop) in SetLoop()
280 bool EventImpl::Attached(const EventLoopImpl *loop, bool &isLoopConfused) const in Attached()
H A Dievent_loop.cpp30 EventLoopImpl *loop = new (std::nothrow) EventLoop; in CreateEventLoop()
H A Devent_loop_select.h26 class EventLoopSelect : public EventLoopImpl {
H A Devent_loop_epoll.h26 class EventLoopEpoll : public EventLoopImpl {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp469 EventLoopImpl *loopImpl= static_cast<EventLoopImpl *>(g_loop);