/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_epoll_event_source.h | 29 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 D | touchpad_event_fragment.h | 35 std::vector<RawEvent> GetEvents();
|
/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 64 ev.events = source.GetEvents(); in Add() 88 ev.events = source.GetEvents(); in Update()
|
/foundation/distributedhardware/distributed_input/services/state/src/ |
H A D | touchpad_event_fragment_mgr.cpp | 73 std::vector<RawEvent> fragEvents = frag.GetEvents(); in DealSynEvent() 106 std::vector<RawEvent> fragEvents = frag.GetEvents(); in GetAndClearEvents()
|
H A D | touchpad_event_fragment.cpp | 60 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 D | event_loop_epoll.cpp | 236 EventsMask events = event->GetEvents(); in AddEvent() 253 EventsMask events = event->GetEvents(); in RemoveEvent() 270 EventsMask newEvents = event->GetEvents(); in ModifyEvent()
|
H A D | event_impl.h | 43 EventsMask GetEvents() const;
|
H A D | event_loop_impl.cpp | 83 EventsMask GetEvents() const in GetEvents() function in DistributedDB::EventRequest 441 EventsMask events = request->GetEvents(); in ProcessRequest()
|
H A D | event_impl.cpp | 250 EventsMask EventImpl::GetEvents() const in GetEvents() function in DistributedDB::EventImpl
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 80 std::vector<std::string> MatchingSkills::GetEvents() const in GetEvents() function in OHOS::EventFwk::MatchingSkills
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.h | 57 BASE_NS::vector<BASE_NS::pair<Entity, EventType>> GetEvents();
|
H A D | entity_manager.cpp | 286 vector<pair<Entity, IEntityManager::EventType>> EntityManager::GetEvents() in GetEvents() function in EntityManager
|
H A D | ecs.cpp | 439 if (const auto events = entityManager_.GetEvents(); !events.empty()) { in ProcessEvents()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | evloop_timer_unit_test.cpp | 695 * @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 D | avrcp_ct_vendor.h | 312 const std::vector<uint8_t> &GetEvents(void) const in GetEvents() function in OHOS::bluetooth::AvrcCtGcPacket
|
H A D | avrcp_ct_profile.cpp | 732 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 D | input_hub.h | 116 size_t GetEvents(RawEvent *buffer, size_t bufferSize);
|
H A D | input_hub.cpp | 160 count = GetEvents(buffer, bufferSize); in StartCollectInputEvents() 180 size_t InputHub::GetEvents(RawEvent *buffer, size_t bufferSize) in GetEvents() function in OHOS::DistributedHardware::DistributedInput::InputHub
|