Home
last modified time | relevance | path

Searched refs:matchingSkill (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/utils/src/
H A Dunlock_event_helper.cpp74 EventFwk::MatchingSkills matchingSkill; in InitUnlockEventSubscriber() local
76 matchingSkill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in InitUnlockEventSubscriber()
77 EventFwk::CommonEventSubscribeInfo eventInfo(matchingSkill); in InitUnlockEventSubscriber()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp51 EventFwk::MatchingSkills matchingSkill; in RegisterScreenUnlockListener() local
53 matchingSkill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in RegisterScreenUnlockListener()
54 EventFwk::CommonEventSubscribeInfo eventInfo(matchingSkill); in RegisterScreenUnlockListener()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp1496 EventFwk::MatchingSkills matchingSkill; in BroadcastSubscriber() local
1497 matchingSkill.AddEvent("event.custom.contacts.PAGE_STATE_CHANGE"); in BroadcastSubscriber()
1498 EventFwk::CommonEventSubscribeInfo subscriberInfomation(matchingSkill); in BroadcastSubscriber()