Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp55 std::vector<std::string> events = eventSubscribeInfo->GetMatchingSkills().GetEvents(); in InsertSubscriber()
160 size_t countSize = record->eventSubscribeInfo->GetMatchingSkills().CountEvent(); in DumpDetailed()
167 … events = events + separator + record->eventSubscribeInfo->GetMatchingSkills().GetEvent(eventNum); in DumpDetailed()
172 size_t entitySize = record->eventSubscribeInfo->GetMatchingSkills().CountEntities(); in DumpDetailed()
179 …entities = entities + separator + record->eventSubscribeInfo->GetMatchingSkills().GetEntity(entity… in DumpDetailed()
184 size_t schemeSize = record->eventSubscribeInfo->GetMatchingSkills().CountSchemes(); in DumpDetailed()
191 …scheme = scheme + separator + record->eventSubscribeInfo->GetMatchingSkills().GetScheme(schemeNum); in DumpDetailed()
293 events = (*it)->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in RemoveSubscriberRecordLocked()
360 …if (!(*it)->eventSubscribeInfo->GetMatchingSkills().Match(eventRecord.commonEventData->GetWant()))… in GetSubscriberRecordsByWantLocked()
Dinner_common_event_manager.cpp162 if (subscribeInfo.GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
196 …SendSubscribeHiSysEvent(userId, bundleName, pid, uid, subscribeInfo.GetMatchingSkills().GetEvents(… in SubscribeCommonEvent()
493 …std::vector<std::string> events = subscriberRecord->eventSubscribeInfo->GetMatchingSkills().GetEve… in SendUnSubscribeHiSysEvent()
Dcommon_event_sticky_manager.cpp34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents()
/base/notification/common_event_service/tools/test/mock/
Dmock_common_event_stub.cpp45 auto matchingSkills = subscribeInfoPtr->GetMatchingSkills(); in DumpState()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_subscribe_info.h132 const MatchingSkills &GetMatchingSkills() const;
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
Dsubscribecommonevent_fuzzer.cpp69 subscribeInfo.GetMatchingSkills(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_subscribe_info.cpp100 const MatchingSkills &CommonEventSubscribeInfo::GetMatchingSkills() const in GetMatchingSkills() function in OHOS::EventFwk::CommonEventSubscribeInfo
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_publish_system_event_test.cpp86 std::string event = GetSubscribeInfo().GetMatchingSkills().GetEvent(0); in OnReceiveEvent()
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/frameworks/core/src/
Dcommon_event.cpp132 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
DactsCESSubscribeInfoTest.cpp641 if (!subscribeInfo.GetMatchingSkills().HasEvent(eventName)) {
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp671 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
693 SetEventsResult(env, subscribeInfo.GetMatchingSkills().GetEvents(), result); in SetNapiResult()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
Dcommon_event_services_system_test.cpp2417 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp562 …asyncCallbackInfo->events = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetMatchingSkills().… in PaddingNapiCreateAsyncWorkCallbackInfo()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
DactsCESManagertest.cpp2985 MatchingSkills testMatching = subscribeInfo.GetMatchingSkills();