Searched refs:eventImpl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | evloop_timer_unit_test.cpp | 661 ASSERT_NE(eventImpl, nullptr); 718 EventImpl *eventImpl = static_cast<EventImpl *>(event); variable 719 eventImpl->SetRevents(events); 720 EXPECT_EQ(eventImpl->GetEventFd(), eventFd); 721 EXPECT_EQ(eventImpl->GetEvents(), events); 723 eventImpl->SetEvents(true, events); 725 eventImpl->SetEvents(false, events); 727 EXPECT_FALSE(eventImpl->GetTimeoutPoint(eventTime)); 755 eventImpl->SetTimeoutPeriod(eventTime); 756 EXPECT_TRUE(eventImpl->GetTimeoutPoint(eventTime)); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_impl.cpp | 116 auto eventImpl = static_cast<EventImpl *>(event); in Add() local 117 if (!eventImpl->SetLoop(this)) { in Add() 123 int errCode = QueueRequest(EventRequest::ADD_EVENT, eventImpl, timeout); in Add() 125 eventImpl->SetLoop(nullptr); in Add() 137 auto eventImpl = static_cast<EventImpl *>(event); in Remove() local 139 if (!eventImpl->Attached(this, isLoopConfused)) { in Remove() 148 int errCode = QueueRequest(EventRequest::REMOVE_EVENT, eventImpl, timeout); in Remove()
|