/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
D | event_server.h | 35 uint32_t GetEvents() override; 49 uint32_t GetEvents() override;
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 336 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/ |
D | event_server_test.cpp | 54 ASSERT_TRUE(bbox.GetEvents() > 0);
|
/base/hiviewdfx/hiview/core/include/ |
D | device_node.h | 40 virtual uint32_t GetEvents() = 0;
|
/base/notification/common_event_service/tools/test/mock/ |
D | mock_common_event_stub.cpp | 47 auto events = matchingSkills.GetEvents(); in DumpState()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
D | event_server.cpp | 197 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/ |
D | matchingskills_fuzzer.cpp | 42 matchingSkills.GetEvents(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | matching_skills.h | 102 std::vector<std::string> GetEvents() const;
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_subscribe_unit_test.cpp | 794 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/ |
D | common_event_subscriber_manager.cpp | 55 std::vector<std::string> events = eventSubscribeInfo->GetMatchingSkills().GetEvents(); in InsertSubscriber() 293 events = (*it)->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in RemoveSubscriberRecordLocked()
|
D | common_event_sticky_manager.cpp | 34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
|
D | inner_common_event_manager.cpp | 196 …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/ |
D | matching_skills.cpp | 92 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/ |
D | napi_common_event.cpp | 671 …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/ |
D | common_event.cpp | 562 …ckInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().GetEvents(); in PaddingNapiCreateAsyncWorkCallbackInfo()
|