Home
last modified time | relevance | path

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

/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 in OHOS::Msdp::DeviceStatus::IEpollEventSource
/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();
H A Dcommon_event_manager_ffi.cpp409 auto vStr = instance->GetEvents(); in CJ_GetEvents()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h36 uint32_t GetEvents() override;
56 uint32_t GetEvents() override;
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_server_test.cpp55 ASSERT_TRUE(bbox.GetEvents() > 0); in HWTEST_F()
/base/hiviewdfx/hiview/core/include/
H A Ddevice_node.h40 virtual uint32_t GetEvents() = 0;
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp343 std::list<std::shared_ptr<SubscriberEvent>> GetEvents() in GetEvents() function in OHOS::Notification::TestAnsSubscriber
663 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents(); in HWTEST_F()
720 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents(); in HWTEST_F()
765 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents(); in HWTEST_F()
771 events = subscriber.GetEvents(); in HWTEST_F()
777 events = subscriber.GetEvents(); in HWTEST_F()
805 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents(); in HWTEST_F()
813 events = subscriber.GetEvents(); in HWTEST_F()
826 events = subscriber.GetEvents(); in HWTEST_F()
850 std::list<std::shared_ptr<SubscriberEvent>> events = subscriber.GetEvents(); in HWTEST_F()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dos_event_listener.h34 void GetEvents(std::vector<std::shared_ptr<AppEventPack>>& events);
/base/notification/common_event_service/tools/test/mock/
H A Dmock_common_event_stub.cpp65 auto events = matchingSkills.GetEvents(); in DumpState()
/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp69 ev.events = source->GetEvents(); in Add()
107 ev.events = source->GetEvents(); in Update()
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h102 std::vector<std::string> GetEvents() const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp41 // test GetEvents function in DoSomethingInterestingWithMyAPI()
42 matchingSkills.GetEvents(); in DoSomethingInterestingWithMyAPI()
/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()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscribe_unit_test.cpp854 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F()
890 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F()
919 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp107 void OsEventListener::GetEvents(std::vector<std::shared_ptr<AppEventPack>>& events) in GetEvents() function in OHOS::HiviewDFX::OsEventListener
H A Dapp_event_observer_mgr.cpp398 listener_->GetEvents(events); in InitObserverFromListener()
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
H A Dcommon_event_subscriber_manager.cpp64 std::vector<std::string> events = eventSubscribeInfo->GetMatchingSkills().GetEvents(); in InsertSubscriber()
344 events = (*it)->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in RemoveSubscriberRecordLocked()
H A Dinner_common_event_manager.cpp364 SendSubscribeHiSysEvent(userId, bundleName, pid, uid, subscribeInfo.GetMatchingSkills().GetEvents()); in SubscribeCommonEvent()
689 std::vector<std::string> events = subscriberRecord->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in SendUnSubscribeHiSysEvent()
/base/notification/common_event_service/frameworks/native/src/
H A 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/common_event/src/
H A Dcommon_event_parse.cpp390 asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().GetEvents(); in PaddingNapiCreateAsyncWorkCallbackInfo()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp415 asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().GetEvents(); in PaddingNapiCreateAsyncWorkCallbackInfo()
H A Dnapi_common_event.cpp905 SetEventsResult(env, subscribeInfo.GetMatchingSkills().GetEvents(), result); in SetNapiResult()

Completed in 24 milliseconds