/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_subscriber_manager.cpp | 64 std::vector<std::string> events = eventSubscribeInfo->GetMatchingSkills().GetEvents(); in InsertSubscriber() 180 size_t countSize = record->eventSubscribeInfo->GetMatchingSkills().CountEvent(); in DumpDetailed() 187 … events = events + separator + record->eventSubscribeInfo->GetMatchingSkills().GetEvent(eventNum); in DumpDetailed() 192 size_t entitySize = record->eventSubscribeInfo->GetMatchingSkills().CountEntities(); in DumpDetailed() 199 …entities = entities + separator + record->eventSubscribeInfo->GetMatchingSkills().GetEntity(entity… in DumpDetailed() 204 size_t schemeSize = record->eventSubscribeInfo->GetMatchingSkills().CountSchemes(); in DumpDetailed() 211 …scheme = scheme + separator + record->eventSubscribeInfo->GetMatchingSkills().GetScheme(schemeNum); in DumpDetailed() 344 events = (*it)->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in RemoveSubscriberRecordLocked() 427 …if (!(*it)->eventSubscribeInfo->GetMatchingSkills().Match(eventRecord.commonEventData->GetWant()))… in GetSubscriberRecordsByWantLocked()
|
H A D | inner_common_event_manager.cpp | 309 if (subscribeInfo.GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent() 355 …SendSubscribeHiSysEvent(userId, bundleName, pid, uid, subscribeInfo.GetMatchingSkills().GetEvents(… in SubscribeCommonEvent() 679 …std::vector<std::string> events = subscriberRecord->eventSubscribeInfo->GetMatchingSkills().GetEve… in SendUnSubscribeHiSysEvent()
|
H A D | common_event_sticky_manager.cpp | 34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | subscribe_info.cpp | 74 return info_->GetMatchingSkills().GetEvents(); in GetEvents()
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_common_event_stub.cpp | 63 auto matchingSkills = subscribeInfoPtr->GetMatchingSkills(); in DumpState()
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_subscribe_info.h | 132 const MatchingSkills &GetMatchingSkills() const;
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_common_event_subscribe_info.cpp | 89 const MatchingSkills& CommonEventSubscribeInfo::GetMatchingSkills() const in GetMatchingSkills() function in OHOS::EventFwk::CommonEventSubscribeInfo
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/ |
H A D | subscribecommonevent_fuzzer.cpp | 70 subscribeInfo.GetMatchingSkills(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_subscribe_info.cpp | 101 const MatchingSkills &CommonEventSubscribeInfo::GetMatchingSkills() const in GetMatchingSkills() function in OHOS::EventFwk::CommonEventSubscribeInfo
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_listener.cpp | 178 commonEventSubscriber_->GetSubscribeInfo().GetMatchingSkills().CountEvent()); in Stop()
|
H A D | common_event.cpp | 162 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_publish_system_event_test.cpp | 86 std::string event = GetSubscribeInfo().GetMatchingSkills().GetEvent(0); in OnReceiveEvent()
|
H A D | common_event_subscribe_unit_test.cpp | 854 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); 890 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); 919 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents();
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
H A D | actsCESSubscribeInfoTest.cpp | 641 if (!subscribeInfo.GetMatchingSkills().HasEvent(eventName)) {
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | common_event_collect.cpp | 177 EventFwk::MatchingSkills skill = commonEventSubscriber_->GetSubscribeInfo().GetMatchingSkills(); in CleanFailedEventLocked()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event_parse.cpp | 390 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | common_event_parse.cpp | 415 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
|
H A D | napi_common_event.cpp | 908 SetEventsResult(env, subscribeInfo.GetMatchingSkills().GetEvents(), result); in SetNapiResult()
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
H A D | common_event_services_system_test.cpp | 2422 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
H A D | actsCESManagertest.cpp | 2984 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();
|