Home
last modified time | relevance | path

Searched refs:GetEvents (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp771 events = subscriber.GetEvents();
777 events = subscriber.GetEvents();
813 events = subscriber.GetEvents();
826 events = subscriber.GetEvents();
925 events = subscriber.GetEvents();
2121 parser.Parse(subscriber.GetEvents());
2343 events = subscriber.GetEvents();
2381 events = subscriber.GetEvents();
2418 events = subscriber.GetEvents();
2531 events = subscriber.GetEvents();
[all …]
/ohos5.0/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
/ohos5.0/base/msdp/device_status/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
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dsubscribe_info.cpp72 std::vector<std::string> CommonEventSubscribeInfoImpl::GetEvents() in GetEvents() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl
74 return info_->GetMatchingSkills().GetEvents(); in GetEvents()
H A Dsubscribe_info.h41 std::vector<std::string> GetEvents();
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h36 uint32_t GetEvents() override;
56 uint32_t GetEvents() override;
/ohos5.0/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;
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp64 ev.events = source.GetEvents(); in Add()
88 ev.events = source.GetEvents(); in Update()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp199 uint32_t SocketDevice::GetEvents() in GetEvents() function in OHOS::HiviewDFX::SocketDevice
289 uint32_t BBoxDevice::GetEvents() in GetEvents() function in OHOS::HiviewDFX::BBoxDevice
358 pollEvents[index].events = it->second->GetEvents(); in AddToMonitor()
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/include/
H A Dtouchpad_event_fragment.h35 std::vector<RawEvent> GetEvents();
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_server_test.cpp55 ASSERT_TRUE(bbox.GetEvents() > 0);
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Ddevice_node.h40 virtual uint32_t GetEvents() = 0;
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp133 AssertEqual(handler->GetEvents(), (Events::EVENT_READ | Events::EVENT_WRITE), in BENCHMARK_F()
143 AssertEqual(handler->GetEvents(), Events::EVENT_NONE, in BENCHMARK_F()
149 AssertEqual(handler->GetEvents(), (Events::EVENT_READ | Events::EVENT_WRITE), in BENCHMARK_F()
154 AssertEqual(handler->GetEvents(), Events::EVENT_READ, in BENCHMARK_F()
177 AssertEqual(handler->GetEvents(), Events::EVENT_READ, in BENCHMARK_F()
1382 AssertEqual(handler->GetEvents(), Events::EVENT_NONE, in BENCHMARK_F()
1410 …AssertEqual(handler->GetEvents(), events, "handler->GetEvents() did not equal events as expected."… in BENCHMARK_F()
1435 …AssertEqual(handler->GetEvents(), events, "handler->GetEvents() did not equal events as expected."… in BENCHMARK_F()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dos_event_listener.h34 void GetEvents(std::vector<std::shared_ptr<AppEventPack>>& events);
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_common_event_stub.cpp65 auto events = matchingSkills.GetEvents(); in DumpState()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dio_event_handler.h60 inline EventId GetEvents() const in GetEvents() function
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp42 matchingSkills.GetEvents(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_event.md141 | EventId | **GetEvents**() const |
178 | EventId | **GetEvents**() const |
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h102 std::vector<std::string> GetEvents() const;
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.h57 BASE_NS::vector<BASE_NS::pair<Entity, EventType>> GetEvents(); in CORE_BEGIN_NAMESPACE()

12