Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Devent_server.h35 uint32_t GetEvents() override;
49 uint32_t GetEvents() override;
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp336 std::list<std::shared_ptr<SubscriberEvent>> GetEvents() in GetEvents() function in OHOS::Notification::TestAnsSubscriber
656 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents();
713 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents();
758 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents();
764 events = subscriber.GetEvents();
770 events = subscriber.GetEvents();
798 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents();
806 events = subscriber.GetEvents();
819 events = subscriber.GetEvents();
843 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents();
[all …]
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
Devent_server_test.cpp54 ASSERT_TRUE(bbox.GetEvents() > 0);
/base/hiviewdfx/hiview/core/include/
Ddevice_node.h40 virtual uint32_t GetEvents() = 0;
/base/notification/common_event_service/tools/test/mock/
Dmock_common_event_stub.cpp47 auto events = matchingSkills.GetEvents(); in DumpState()
/base/hiviewdfx/hiview/plugins/sysevent_source/
Devent_server.cpp197 uint32_t SocketDevice::GetEvents() in GetEvents() function in OHOS::HiviewDFX::SocketDevice
258 uint32_t BBoxDevice::GetEvents() in GetEvents() function in OHOS::HiviewDFX::BBoxDevice
324 pollEvents[index].events = it->second->GetEvents(); in AddToMonitor()
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp42 matchingSkills.GetEvents(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h102 std::vector<std::string> GetEvents() const;
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscribe_unit_test.cpp794 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents();
830 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents();
859 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents();
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp55 std::vector<std::string> events = eventSubscribeInfo->GetMatchingSkills().GetEvents(); in InsertSubscriber()
293 events = (*it)->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in RemoveSubscriberRecordLocked()
Dcommon_event_sticky_manager.cpp34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
Dinner_common_event_manager.cpp196 …ndSubscribeHiSysEvent(userId, bundleName, pid, uid, subscribeInfo.GetMatchingSkills().GetEvents()); in SubscribeCommonEvent()
493 …vector<std::string> events = subscriberRecord->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in SendUnSubscribeHiSysEvent()
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp92 std::vector<std::string> MatchingSkills::GetEvents() const in GetEvents() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp671 …ckInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().GetEvents(); in PaddingNapiCreateAsyncWorkCallbackInfo()
693 SetEventsResult(env, subscribeInfo.GetMatchingSkills().GetEvents(), result); in SetNapiResult()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp562 …ckInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().GetEvents(); in PaddingNapiCreateAsyncWorkCallbackInfo()