Home
last modified time | relevance | path

Searched refs:GetMatchingSkills (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp64 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 Dinner_common_event_manager.cpp309 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 Dcommon_event_sticky_manager.cpp34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dsubscribe_info.cpp74 return info_->GetMatchingSkills().GetEvents(); in GetEvents()
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_common_event_stub.cpp63 auto matchingSkills = subscribeInfoPtr->GetMatchingSkills(); in DumpState()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h132 const MatchingSkills &GetMatchingSkills() const;
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp89 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 Dsubscribecommonevent_fuzzer.cpp70 subscribeInfo.GetMatchingSkills(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscribe_info.cpp101 const MatchingSkills &CommonEventSubscribeInfo::GetMatchingSkills() const in GetMatchingSkills() function in OHOS::EventFwk::CommonEventSubscribeInfo
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp178 commonEventSubscriber_->GetSubscribeInfo().GetMatchingSkills().CountEvent()); in Stop()
H A Dcommon_event.cpp162 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_system_event_test.cpp86 std::string event = GetSubscribeInfo().GetMatchingSkills().GetEvent(0); in OnReceiveEvent()
H A Dcommon_event_subscribe_unit_test.cpp854 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 DactsCESSubscribeInfoTest.cpp641 if (!subscribeInfo.GetMatchingSkills().HasEvent(eventName)) {
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp177 EventFwk::MatchingSkills skill = commonEventSubscriber_->GetSubscribeInfo().GetMatchingSkills(); in CleanFailedEventLocked()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_parse.cpp390 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp415 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
H A Dnapi_common_event.cpp908 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 Dcommon_event_services_system_test.cpp2422 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp2984 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();