Home
last modified time | relevance | path

Searched refs:subscriberInfo (Results 1 - 25 of 59) sorted by relevance

123

/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp108 for (const auto& subscriberInfo : subscriberInfos) { in NotifyTrustDeviceProfileAdd()
109 sptr<IProfileChangeListener> listenerProxy = iface_cast<IProfileChangeListener>(subscriberInfo.GetListener()); in NotifyTrustDeviceProfileAdd()
114 if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::TRUST_DEVICE_PROFILE_ADD) != 0) { in NotifyTrustDeviceProfileAdd()
129 for (const auto& subscriberInfo : subscriberInfos) { in NotifyTrustDeviceProfileUpdate()
130 sptr<IProfileChangeListener> listenerProxy = iface_cast<IProfileChangeListener>(subscriberInfo.GetListener()); in NotifyTrustDeviceProfileUpdate()
135 if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::TRUST_DEVICE_PROFILE_UPDATE) != 0) { in NotifyTrustDeviceProfileUpdate()
149 for (const auto& subscriberInfo : subscriberInfos) { in NotifyTrustDeviceProfileDelete()
150 sptr<IProfileChangeListener> listenerProxy = iface_cast<IProfileChangeListener>(subscriberInfo.GetListener()); in NotifyTrustDeviceProfileDelete()
155 if (subscriberInfo.GetProfileChangeTypes().count(ProfileChangeType::TRUST_DEVICE_PROFILE_DELETE) != 0) { in NotifyTrustDeviceProfileDelete()
219 for (const auto& subscriberInfo in NotifyDeviceProfileAdd()
[all...]
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp44 explicit WifiServiceMonitor(const CommonEventSubscribeInfo &subscriberInfo);
49 WifiServiceMonitor::WifiServiceMonitor(const CommonEventSubscribeInfo &subscriberInfo) in WifiServiceMonitor() argument
50 :CommonEventSubscriber(subscriberInfo) in WifiServiceMonitor()
160 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeAPConnStateEvent()
161 std::shared_ptr<WifiServiceMonitor> subscriberPtr = std::make_shared<WifiServiceMonitor>(subscriberInfo); in SubscribeAPConnStateEvent()
172 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiConnStateEvent()
173 std::shared_ptr<WifiServiceMonitor> subscriberPtr = std::make_shared<WifiServiceMonitor>(subscriberInfo); in SubscribeWifiConnStateEvent()
184 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiPowerStateEvent()
185 std::shared_ptr<WifiServiceMonitor> subscriberPtr = std::make_shared<WifiServiceMonitor>(subscriberInfo); in SubscribeWifiPowerStateEvent()
196 CommonEventSubscribeInfo subscriberInfo(matchingSkill in SubscribeWifiSemiStateEvent()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H A Dbroadcast_sender_impl.cpp29 explicit CommonEventSubscriberListener(const CommonEventSubscribeInfo &subscriberInfo);
34 CommonEventSubscriberListener::CommonEventSubscriberListener(const CommonEventSubscribeInfo &subscriberInfo) in CommonEventSubscriberListener() argument
35 : CommonEventSubscriber(subscriberInfo) in CommonEventSubscriberListener()
/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp43 explicit CommonEventMonitor(const CommonEventSubscribeInfo &subscriberInfo);
48 CommonEventMonitor::CommonEventMonitor(const CommonEventSubscribeInfo &subscriberInfo) in CommonEventMonitor() argument
49 :CommonEventSubscriber(subscriberInfo) in CommonEventMonitor()
104 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeCommonEvent()
105 subscriber_ = std::make_shared<CommonEventMonitor>(subscriberInfo); in SubscribeCommonEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Daccount_observer.cpp24 AccountObserver::AccountObserver(const AccountSA::OsAccountSubscribeInfo &subscriberInfo) in AccountObserver() argument
25 : AccountSA::OsAccountSubscriber(subscriberInfo) in AccountObserver()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Daccount_observer.cpp27 AccountObserver::AccountObserver(const AccountSA::OsAccountSubscribeInfo &subscriberInfo) in AccountObserver() argument
28 : AccountSA::OsAccountSubscriber(subscriberInfo) in AccountObserver()
H A Dcommon_event_observer.cpp30 CommonEventObserver::CommonEventObserver(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in CommonEventObserver() argument
31 : EventFwk::CommonEventSubscriber(subscriberInfo) in CommonEventObserver()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp144 EventFwk::CommonEventSubscribeInfo subscriberInfo(matchingSkills); in RegisterCesEvent()
145 cesEventSubscriber_ = std::make_shared<CesEventSubscriber>(subscriberInfo); in RegisterCesEvent()
676 CesEventSubscriber::CesEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) in CesEventSubscriber() argument
677 : CommonEventSubscriber(subscriberInfo) in CesEventSubscriber()
906 EventFwk::CommonEventSubscribeInfo subscriberInfo(matchingSkills); in RegisterNotificationEvent()
907 subscriberInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::COMMON); in RegisterNotificationEvent()
908 subscriberInfo.SetPermission("ohos.permission.SET_WIFI_CONFIG"); in RegisterNotificationEvent()
909 wifiNotificationSubsciber_ = std::make_shared<NotificationEventSubscriber>(subscriberInfo); in RegisterNotificationEvent()
937 NotificationEventSubscriber::NotificationEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) in NotificationEventSubscriber() argument
938 : CommonEventSubscriber(subscriberInfo) in NotificationEventSubscriber()
1017 PowermgrEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) PowermgrEventSubscriber() argument
1094 AssetEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) AssetEventSubscriber() argument
1176 NetworkStateChangeSubscriber( const EventFwk::CommonEventSubscribeInfo &subscriberInfo) NetworkStateChangeSubscriber() argument
1232 WifiScanEventChangeSubscriber( const EventFwk::CommonEventSubscribeInfo &subscriberInfo) WifiScanEventChangeSubscriber() argument
[all...]
H A Dwifi_event_subscriber_manager.h42 explicit CesEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
60 explicit NotificationEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
68 explicit PowermgrEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
76 explicit AssetEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
84 explicit NetworkStateChangeSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
91 explicit WifiScanEventChangeSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_subscriber.cpp42 EventSubscriber::EventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo& subscriberInfo) in EventSubscriber() argument
43 : CommonEventSubscriber(subscriberInfo) in EventSubscriber()
62 EventFwk::CommonEventSubscribeInfo subscriberInfo(matchingSkills); in Create()
63 return CreateShared<EventSubscriber>(subscriberInfo); in Create()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_common_event.h39 EventSubscriber(const EventFwk::CommonEventSubscribeInfo& subscriberInfo, in EventSubscriber() argument
41 : EventFwk::CommonEventSubscriber(subscriberInfo), eventHandler_(eventHandler) {}; in EventSubscriber()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp34 RingtoneSubscriber::RingtoneSubscriber(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in RingtoneSubscriber() argument
35 : EventFwk::CommonEventSubscriber(subscriberInfo) in RingtoneSubscriber()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_common_event_subscriber.h42 BundleActiveCommonEventSubscriber(const CommonEventSubscribeInfo &subscriberInfo, in BundleActiveCommonEventSubscriber() argument
45 bundleActiveReportHandler) : CommonEventSubscriber(subscriberInfo), in BundleActiveCommonEventSubscriber()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_common_event_manager.cpp179 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in HWTEST_F()
182 commonEventManager->subscriber_ = std::make_shared<DmEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()
205 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in HWTEST_F()
208 commonEventManager->subscriber_ = std::make_shared<DmEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_common_event.h42 explicit AccessibilityCommonEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscriberInfo, in AccessibilityCommonEventSubscriber() argument
44 : CommonEventSubscriber(subscriberInfo), registry_(registry) {} in AccessibilityCommonEventSubscriber()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/include/
H A Devent_controller.h31 EventController(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in EventController() argument
32 : CommonEventSubscriber(subscriberInfo) {} in EventController()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h76 int operator()(const SubscribeInfo& subscriberInfo) const in operator ()()
78 return subscriberInfo.GetSaId(); in operator ()()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dcommon_event_observer.h26 CommonEventObserver(const EventFwk::CommonEventSubscribeInfo &subscriberInfo);
H A Daccount_observer.h27 AccountObserver(const AccountSA::OsAccountSubscribeInfo &subscriberInfo);
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/
H A Daccount_observer.h26 AccountObserver(const AccountSA::OsAccountSubscribeInfo &subscriberInfo);
/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp41 EventFwk::CommonEventSubscribeInfo subscriberInfo; in DoSomethingInterestingWithMyAPI() local
42 FormSysEventReceiver formSysEventReceiver(subscriberInfo); in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_service.h54 explicit ReceiveMessage(const EventFwk::CommonEventSubscribeInfo &subscriberInfo, in ReceiveMessage() argument
56 : EventFwk::CommonEventSubscriber(subscriberInfo), netfirewallService_(netfirewallService) {}; in ReceiveMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp93 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in HWTEST_F()
98 = std::make_shared<DmPublishEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/commonevent/
H A Ddm_common_event_manager.cpp61 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeServiceEvent()
62 subscriber_ = std::make_shared<DmEventSubscriber>(subscriberInfo, callback, eventNameVec); in SubscribeServiceEvent()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp69 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeScreenCommonEvent()
70 subscriber_ = std::make_shared<DmScreenEventSubscriber>(subscriberInfo, callback, eventNameVec); in SubscribeScreenCommonEvent()

Completed in 9 milliseconds

123