Home
last modified time | relevance | path

Searched refs:matchingSkills (Results 1 - 25 of 84) sorted by relevance

1234

/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp164 MatchingSkills matchingSkills; in OnAddSystemAbility() local
165 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_CONNECTIVITY_CHANGE); in OnAddSystemAbility()
166 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_INSTALLATION_STARTED); in OnAddSystemAbility()
167 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in OnAddSystemAbility()
168 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in OnAddSystemAbility()
169 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in OnAddSystemAbility()
170 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REPLACED); in OnAddSystemAbility()
171 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in OnAddSystemAbility()
172 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in OnAddSystemAbility()
173 matchingSkills in OnAddSystemAbility()
[all...]
/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp96 MatchingSkills matchingSkills; in SubscribeCommonEvent() local
97 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SubscribeCommonEvent()
98 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SubscribeCommonEvent()
99 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT); in SubscribeCommonEvent()
100 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOFF); in SubscribeCommonEvent()
101 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_USER_UNLOCKED); in SubscribeCommonEvent()
102 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in SubscribeCommonEvent()
103 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in SubscribeCommonEvent()
104 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeCommonEvent()
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp158 MatchingSkills matchingSkills; in SubscribeAPConnStateEvent() local
159 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_WIFI_HOTSPOT_STATE); in SubscribeAPConnStateEvent()
160 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeAPConnStateEvent()
170 MatchingSkills matchingSkills; in SubscribeWifiConnStateEvent() local
171 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_WIFI_CONN_STATE); in SubscribeWifiConnStateEvent()
172 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiConnStateEvent()
182 MatchingSkills matchingSkills; in SubscribeWifiPowerStateEvent() local
183 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_WIFI_POWER_STATE); in SubscribeWifiPowerStateEvent()
184 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiPowerStateEvent()
194 MatchingSkills matchingSkills; in SubscribeWifiSemiStateEvent() local
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dbattery_status_listener.cpp65 EventFwk::MatchingSkills matchingSkills; in Start() local
66 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BATTERY_OKAY); in Start()
67 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING); in Start()
68 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_DISCHARGING); in Start()
69 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED); in Start()
70 EventFwk::CommonEventSubscribeInfo info(matchingSkills); in Start()
H A Dscreen_status_listener.cpp63 EventFwk::MatchingSkills matchingSkills; in Start() local
64 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Start()
65 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in Start()
66 EventFwk::CommonEventSubscribeInfo info(matchingSkills); in Start()
H A Duser_status_listener.cpp71 EventFwk::MatchingSkills matchingSkills; in Start() local
72 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED); in Start()
73 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_HWID_LOGOUT); in Start()
74 EventFwk::CommonEventSubscribeInfo info(matchingSkills); in Start()
/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp148 EventFwk::MatchingSkills matchingSkills; in InitCommonEventSubscriber() local
149 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in InitCommonEventSubscriber()
150 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in InitCommonEventSubscriber()
151 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_LOCKED); in InitCommonEventSubscriber()
152 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in InitCommonEventSubscriber()
153 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_DATA_SHARE_READY); in InitCommonEventSubscriber()
154 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in InitCommonEventSubscriber()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Daccount_status_listener.cpp76 EventFwk::MatchingSkills matchingSkills; in Start() local
77 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_HWID_LOGIN); in Start()
78 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_HWID_LOGOUT); in Start()
79 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in Start()
80 EventFwk::CommonEventSubscribeInfo info(matchingSkills); in Start()
/foundation/arkui/ace_engine/adapter/ohos/capability/time/
H A Dtime_event_proxy_ohos.cpp49 MatchingSkills matchingSkills; in TimeEventProxyOhos() local
50 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_TIME_CHANGED); in TimeEventProxyOhos()
51 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_TIMEZONE_CHANGED); in TimeEventProxyOhos()
52 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in TimeEventProxyOhos()
55 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_TIME_TICK); in TimeEventProxyOhos()
58 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in TimeEventProxyOhos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp71 OHOS::EventFwk::MatchingSkills matchingSkills; in CreateBundleDataDir() local
72 matchingSkills.AddEvent(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED); in CreateBundleDataDir()
73 OHOS::EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in CreateBundleDataDir()
82 OHOS::EventFwk::MatchingSkills matchingSkills; in OnReceiveEvent() local
83 matchingSkills.AddEvent(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED); in OnReceiveEvent()
84 OHOS::EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in OnReceiveEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_register.cpp53 EventFwk::MatchingSkills matchingSkills; in RegisterCommonEventSubscriber() local
55 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in RegisterCommonEventSubscriber()
56 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in RegisterCommonEventSubscriber()
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp266 EventFwk::MatchingSkills matchingSkills; in SubscribeScreenChangedEvent() local
267 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SubscribeScreenChangedEvent()
268 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SubscribeScreenChangedEvent()
269 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in SubscribeScreenChangedEvent()
270 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SubscribeScreenChangedEvent()
289 EventFwk::MatchingSkills matchingSkills; in SubscribePackageChangedEvent() local
290 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in SubscribePackageChangedEvent()
291 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribePackageChangedEvent()
292 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in SubscribePackageChangedEvent()
293 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SubscribePackageChangedEvent()
312 EventFwk::MatchingSkills matchingSkills; SubscribeShutdownEvent() local
333 EventFwk::MatchingSkills matchingSkills; SubscribeDataShareChangedEvent() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H A Dbroadcast_sender_impl.cpp53 MatchingSkills matchingSkills; in SendEvent() local
54 matchingSkills.AddEvent(ACTION_NAME); in SendEvent()
55 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SendEvent()
/foundation/arkui/ace_engine/adapter/ohos/capability/package/
H A Dpackage_event_proxy_ohos.cpp51 MatchingSkills matchingSkills; in PackageEventProxyOhos() local
52 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in PackageEventProxyOhos()
53 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in PackageEventProxyOhos()
55 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in PackageEventProxyOhos()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp25 MatchingSkills::MatchingSkills(const MatchingSkills& matchingSkills) in MatchingSkills() argument
28 entities_ = matchingSkills.entities_; in MatchingSkills()
29 events_ = matchingSkills.events_; in MatchingSkills()
30 schemes_ = matchingSkills.schemes_; in MatchingSkills()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_service.cpp140 EventFwk::MatchingSkills matchingSkills; in SubscribeCommonEvent() local
141 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in SubscribeCommonEvent()
142 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in SubscribeCommonEvent()
143 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeCommonEvent()
144 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in SubscribeCommonEvent()
145 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SubscribeCommonEvent()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp41 EventFwk::MatchingSkills matchingSkills; in Subscribe() local
43 matchingSkills.AddEvent(event); in Subscribe()
45 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in Subscribe()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp208 EventFwk::MatchingSkills matchingSkills; in RegisterCommonEventObserver() local
209 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in RegisterCommonEventObserver()
210 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED); in RegisterCommonEventObserver()
211 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED); in RegisterCommonEventObserver()
212 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterCommonEventObserver()
213 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in RegisterCommonEventObserver()
214 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in RegisterCommonEventObserver()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp143 MatchingSkills matchingSkills; in Init() local
144 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in Init()
145 matchingSkills.AddEvent(OHOS::AppExecFwk::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in Init()
146 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in Init()
147 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in Init()
148 matchingSkills.AddEvent(OHOS::AppExecFwk::COMMON_EVENT_SANDBOX_PACKAGE_ADDED); in Init()
149 CommonEventSubscribeInfo info(matchingSkills); in Init()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp151 EventFwk::MatchingSkills matchingSkills; in BundleMonitorExport() local
152 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in BundleMonitorExport()
153 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in BundleMonitorExport()
154 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in BundleMonitorExport()
155 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in BundleMonitorExport()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/
H A Duicast_subscriber.cpp54 MatchingSkills matchingSkills; in SubscribeStartEvent() local
57 matchingSkills.AddEvent(COMMON_EVENT_UICAST_START); in SubscribeStartEvent()
58 matchingSkills.AddEvent(COMMON_EVENT_UICAST_STOP); in SubscribeStartEvent()
59 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SubscribeStartEvent()
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp80 EventFwk::MatchingSkills matchingSkills; in InitCommonEventSubscriber() local
81 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_CALL_STATE_CHANGED); in InitCommonEventSubscriber()
82 matchingSkills.AddEvent(SOS_PAGE_CHANGE_EVENTS); in InitCommonEventSubscriber()
83 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in InitCommonEventSubscriber()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Daccount_status_listener_test.cpp45 EventFwk::MatchingSkills matchingSkills; in SetUpTestCase() local
46 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_HWID_LOGIN); in SetUpTestCase()
47 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_HWID_LOGOUT); in SetUpTestCase()
48 subscribeInfo_ = make_shared<EventFwk::CommonEventSubscribeInfo>(matchingSkills); in SetUpTestCase()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_common_event_manager.cpp177 EventFwk::MatchingSkills matchingSkills; in HWTEST_F() local
178 matchingSkills.AddEvent(strEvent); in HWTEST_F()
179 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in HWTEST_F()
200 EventFwk::MatchingSkills matchingSkills; in HWTEST_F() local
204 matchingSkills.AddEvent(strEvent); in HWTEST_F()
205 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresdrawable_fuzzer/
H A Dbundleresdrawable_fuzzer.cpp40 OHOS::EventFwk::MatchingSkills matchingSkills; in DoSomethingInterestingWithMyAPI() local
41 matchingSkills.AddEvent(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in DoSomethingInterestingWithMyAPI()
42 OHOS::EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in DoSomethingInterestingWithMyAPI()

Completed in 9 milliseconds

1234