/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_fw_module_test.cpp | 771 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 D | i_epoll_event_source.h | 29 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 D | i_epoll_event_source.h | 29 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 D | subscribe_info.cpp | 72 std::vector<std::string> CommonEventSubscribeInfoImpl::GetEvents() in GetEvents() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl 74 return info_->GetMatchingSkills().GetEvents(); in GetEvents()
|
H A D | subscribe_info.h | 41 std::vector<std::string> GetEvents();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | event_server.h | 36 uint32_t GetEvents() override; 56 uint32_t GetEvents() override;
|
/ohos5.0/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;
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 64 ev.events = source.GetEvents(); in Add() 88 ev.events = source.GetEvents(); in Update()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_server.cpp | 199 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 D | touchpad_event_fragment.h | 35 std::vector<RawEvent> GetEvents();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
H A D | event_server_test.cpp | 55 ASSERT_TRUE(bbox.GetEvents() > 0);
|
/ohos5.0/base/hiviewdfx/hiview/core/include/ |
H A D | device_node.h | 40 virtual uint32_t GetEvents() = 0;
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 133 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 D | os_event_listener.h | 34 void GetEvents(std::vector<std::shared_ptr<AppEventPack>>& events);
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_common_event_stub.cpp | 65 auto events = matchingSkills.GetEvents(); in DumpState()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | io_event_handler.h | 60 inline EventId GetEvents() const in GetEvents() function
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/ |
H A D | matchingskills_fuzzer.cpp | 42 matchingSkills.GetEvents(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_event.md | 141 | EventId | **GetEvents**() const | 178 | EventId | **GetEvents**() const |
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | matching_skills.h | 102 std::vector<std::string> GetEvents() const;
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.h | 57 BASE_NS::vector<BASE_NS::pair<Entity, EventType>> GetEvents(); in CORE_BEGIN_NAMESPACE()
|