Searched refs:matchingSkill (Results 1 – 3 of 3) sorted by relevance
74 EventFwk::MatchingSkills matchingSkill; in InitUnlockEventSubscriber() local76 matchingSkill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in InitUnlockEventSubscriber()77 EventFwk::CommonEventSubscribeInfo eventInfo(matchingSkill); in InitUnlockEventSubscriber()
51 EventFwk::MatchingSkills matchingSkill; in RegisterScreenUnlockListener() local53 matchingSkill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in RegisterScreenUnlockListener()54 EventFwk::CommonEventSubscribeInfo eventInfo(matchingSkill); in RegisterScreenUnlockListener()
1496 EventFwk::MatchingSkills matchingSkill; in BroadcastSubscriber() local1497 matchingSkill.AddEvent("event.custom.contacts.PAGE_STATE_CHANGE"); in BroadcastSubscriber()1498 EventFwk::CommonEventSubscribeInfo subscriberInfomation(matchingSkill); in BroadcastSubscriber()