Home
last modified time | relevance | path

Searched defs:revents (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp186 errCode = timer->SetAction([](EventsMask revents) -> int { in __anon31edf1080402()
237 …errCode = timer->SetAction([&counter](EventsMask revents) -> int { ++counter; return E_OK; }, null… in __anon31edf1080702()
292 [&counter](EventsMask revents) -> int { in __anon31edf1080902()
351 … errCode = timer->SetAction([&counter](EventsMask revents) -> int { ++counter; return -E_STALE; }, in __anon31edf1080c02()
409 [timer, &counter, &lastTime](EventsMask revents) -> int { in __anon31edf1080f02()
629 ASSERT_EQ(event->SetAction([](EventsMask revents) -> int { in __anon31edf1081002()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp111 EventsMask revents = CalEventsMask(revent->events); in Poll() local
144 std::vector<epoll_event> revents; in Exit() local
H A Devent_impl.cpp305 EventsMask revents = events & genericEvents; in SetRevents() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h65 FILLP_UINT32 revents; member
/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dadapter_if.h117 uint32_t revents; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp197 evTimer->SetAction([this, timerId, action](EventsMask revents) -> int { in SetTimer()