Home
last modified time | relevance | path

Searched refs:GetEvents (Results 1 - 18 of 18) sorted by relevance

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_epoll_event_source.h29 virtual uint32_t GetEvents() const;
34 inline uint32_t IEpollEventSource::GetEvents() const in GetEvents() function in OHOS::Msdp::DeviceStatus::IEpollEventSource
/foundation/distributedhardware/distributed_input/services/state/include/
H A Dtouchpad_event_fragment.h35 std::vector<RawEvent> GetEvents();
/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp64 ev.events = source.GetEvents(); in Add()
88 ev.events = source.GetEvents(); in Update()
/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment_mgr.cpp73 std::vector<RawEvent> fragEvents = frag.GetEvents(); in DealSynEvent()
106 std::vector<RawEvent> fragEvents = frag.GetEvents(); in GetAndClearEvents()
H A Dtouchpad_event_fragment.cpp60 std::vector<RawEvent> TouchPadEventFragment::GetEvents() in GetEvents() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp236 EventsMask events = event->GetEvents(); in AddEvent()
253 EventsMask events = event->GetEvents(); in RemoveEvent()
270 EventsMask newEvents = event->GetEvents(); in ModifyEvent()
H A Devent_impl.h43 EventsMask GetEvents() const;
H A Devent_loop_impl.cpp83 EventsMask GetEvents() const in GetEvents() function in DistributedDB::EventRequest
441 EventsMask events = request->GetEvents(); in ProcessRequest()
H A Devent_impl.cpp250 EventsMask EventImpl::GetEvents() const in GetEvents() function in DistributedDB::EventImpl
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp80 std::vector<std::string> MatchingSkills::GetEvents() const in GetEvents() function in OHOS::EventFwk::MatchingSkills
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.h57 BASE_NS::vector<BASE_NS::pair<Entity, EventType>> GetEvents();
H A Dentity_manager.cpp286 vector<pair<Entity, IEntityManager::EventType>> EntityManager::GetEvents() in GetEvents() function in EntityManager
H A Decs.cpp439 if (const auto events = entityManager_.GetEvents(); !events.empty()) { in ProcessEvents()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp695 * @tc.desc: Test SetEvents and GetEvents
715 * @tc.steps:step2. Test GetEventFd and GetEvents in HWTEST_F()
721 EXPECT_EQ(eventImpl->GetEvents(), events); in HWTEST_F()
724 EXPECT_EQ(eventImpl->GetEvents(), 3u); // 3 means ET_WRITE | ET_READ in HWTEST_F()
726 EXPECT_EQ(eventImpl->GetEvents(), 1u); // 1 means ET_READ in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h312 const std::vector<uint8_t> &GetEvents(void) const in GetEvents() function in OHOS::bluetooth::AvrcCtGcPacket
H A Davrcp_ct_profile.cpp732 if (packet.GetEvents().size() != 0x00) { in ReceiveGetCapabilitiesRsp()
733 AvrcCtConnectManager::GetInstance()->DisableExcludeEvents(rawAddr, packet.GetEvents()); in ReceiveGetCapabilitiesRsp()
736 rawAddr, packet.GetCompanies(), packet.GetEvents(), ExplainCrCodeToResult(packet.GetCrCode())); in ReceiveGetCapabilitiesRsp()
1558 myObserver_->onGetCapabilities(rawAddr, gcPkt->GetCompanies(), gcPkt->GetEvents(), RET_BAD_STATUS); in ProcessVendorAvcStatus1Timeout()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h116 size_t GetEvents(RawEvent *buffer, size_t bufferSize);
H A Dinput_hub.cpp160 count = GetEvents(buffer, bufferSize); in StartCollectInputEvents()
180 size_t InputHub::GetEvents(RawEvent *buffer, size_t bufferSize) in GetEvents() function in OHOS::DistributedHardware::DistributedInput::InputHub

Completed in 15 milliseconds