Home
last modified time | relevance | path

Searched refs:CommonEventSubscribeInfo (Results 1 - 25 of 203) sorted by relevance

123456789

/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp21 CommonEventSubscribeInfo::CommonEventSubscribeInfo(const MatchingSkills& matchingSkills) in CommonEventSubscribeInfo() function in OHOS::EventFwk::CommonEventSubscribeInfo
22 : matchingSkills_(matchingSkills), priority_(0), threadMode_(CommonEventSubscribeInfo::ASYNC) in CommonEventSubscribeInfo()
25 CommonEventSubscribeInfo::CommonEventSubscribeInfo() : priority_(0), threadMode_(CommonEventSubscribeInfo::ASYNC) in CommonEventSubscribeInfo() function in OHOS::EventFwk::CommonEventSubscribeInfo
28 CommonEventSubscribeInfo::CommonEventSubscribeInfo(const CommonEventSubscribeInfo& commonEventSubscribeInfo) in CommonEventSubscribeInfo() function in OHOS::EventFwk::CommonEventSubscribeInfo
30 GTEST_LOG_(INFO) << "MOCK CommonEventSubscribeInfo CommonEventSubscribeInf in CommonEventSubscribeInfo()
[all...]
H A Dmock_common_event_subscriber.cpp24 CommonEventSubscriber::CommonEventSubscriber(const CommonEventSubscribeInfo& subscribeInfo) in CommonEventSubscriber()
31 const CommonEventSubscribeInfo& CommonEventSubscriber::GetSubscribeInfo() const in GetSubscribeInfo()
/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()
55 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SendEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_common_event_subscriber.h33 using CommonEventSubscribeInfo = OHOS::EventFwk::CommonEventSubscribeInfo;
42 BundleActiveCommonEventSubscriber(const CommonEventSubscribeInfo &subscriberInfo, in BundleActiveCommonEventSubscriber()
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp42 const EventFwk::CommonEventSubscribeInfo& subscribeInfo);
54 const EventFwk::CommonEventSubscribeInfo& subscribeInfo) in ScreenChangedReceiver()
116 const EventFwk::CommonEventSubscribeInfo& subscribeInfo);
128 const EventFwk::CommonEventSubscribeInfo& subscribeInfo) in PackageChangedReceiver()
156 const EventFwk::CommonEventSubscribeInfo& subscribeInfo);
168 const EventFwk::CommonEventSubscribeInfo& subscribeInfo) in ShutdownEventReceiver()
192 const EventFwk::CommonEventSubscribeInfo& subscribeInfo);
204 const EventFwk::CommonEventSubscribeInfo& subscribeInfo) in DataShareChangedReceiver()
270 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in SubscribeScreenChangedEvent()
293 EventFwk::CommonEventSubscribeInfo subscribeInf in SubscribePackageChangedEvent()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
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/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()
160 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeAPConnStateEvent()
172 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiConnStateEvent()
184 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiPowerStateEvent()
196 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeWifiSemiStateEvent()
/foundation/arkui/ace_engine/adapter/ohos/capability/package/
H A Dpackage_event_proxy_ohos.cpp39 using OHOS::EventFwk::CommonEventSubscribeInfo;
55 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in PackageEventProxyOhos()
56 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in PackageEventProxyOhos()
H A Dpackage_event_proxy_ohos.h31 using EventFwk::CommonEventSubscribeInfo;
40 explicit PackageEventSubscriber(const CommonEventSubscribeInfo& subscribeInfo) in PackageEventSubscriber()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.h28 static std::shared_ptr<SystemEventObserver> Create(const OHOS::EventFwk::CommonEventSubscribeInfo &subscribeInfo);
39 explicit SystemEventObserver(const OHOS::EventFwk::CommonEventSubscribeInfo &subscribeInfo);
H A Dsystem_event_observer.cpp29 SystemEventObserver::SystemEventObserver(const OHOS::EventFwk::CommonEventSubscribeInfo &subscribeInfo) in SystemEventObserver()
41 const OHOS::EventFwk::CommonEventSubscribeInfo &subscribeInfo) in Create()
/foundation/arkui/ace_engine/adapter/ohos/capability/time/
H A Dtime_event_proxy_ohos.h31 using EventFwk::CommonEventSubscribeInfo;
40 explicit TimeEventSubscriber(const CommonEventSubscribeInfo& subscribeInfo) : CommonEventSubscriber(subscribeInfo) in TimeEventSubscriber()
H A Dtime_event_proxy_ohos.cpp38 using OHOS::EventFwk::CommonEventSubscribeInfo;
58 CommonEventSubscribeInfo subscribeInfo(matchingSkills); in TimeEventProxyOhos()
59 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in TimeEventProxyOhos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_register.cpp56 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in RegisterCommonEventSubscriber()
57 subscribeInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::COMMON); in RegisterCommonEventSubscriber()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dcommon_event_observer.cpp20 CommonEventObserver::CommonEventObserver(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, in CommonEventObserver()
43 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in CreateCommonEventObserver()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/
H A Duicast_subscriber.h29 using OHOS::EventFwk::CommonEventSubscribeInfo;
35 explicit UICastEventSubscriber(const CommonEventSubscribeInfo& info, UIContent* context) in UICastEventSubscriber()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dbattery_status_listener_test.cpp117 auto subscriber = std::make_shared<BatteryStatusSubscriber>(EventFwk::CommonEventSubscribeInfo(), in HWTEST_F()
143 auto subscriber = std::make_shared<BatteryStatusSubscriber>(EventFwk::CommonEventSubscribeInfo(), in HWTEST_F()
169 auto subscriber = std::make_shared<BatteryStatusSubscriber>(EventFwk::CommonEventSubscribeInfo(), in HWTEST_F()
195 auto subscriber = std::make_shared<BatteryStatusSubscriber>(EventFwk::CommonEventSubscribeInfo(), in HWTEST_F()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp34 RingtoneSubscriber::RingtoneSubscriber(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in RingtoneSubscriber()
45 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills); in Subscribe()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dscreen_status_listener.cpp26 ScreenStatusSubscriber::ScreenStatusSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, in ScreenStatusSubscriber()
66 EventFwk::CommonEventSubscribeInfo info(matchingSkills); in Start()
/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()
104 CommonEventSubscribeInfo subscriberInfo(matchingSkills); in SubscribeCommonEvent()
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dbattery_level_listener.cpp30 BatteryLevelEventSubscriber::BatteryLevelEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, in BatteryLevelEventSubscriber()
57 EventFwk::CommonEventSubscribeInfo info(skill); in CreateBatteryEventSubscriber()
H A Dbattery_status_listener.cpp26 BatteryStatusEventSubscriber::BatteryStatusEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, in BatteryStatusEventSubscriber()
52 EventFwk::CommonEventSubscribeInfo info(skill); in CreateBatteryEventSubscriber()
H A Dstorage_listener.cpp25 StorageEventSubscriber::StorageEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, in StorageEventSubscriber()
51 EventFwk::CommonEventSubscribeInfo info(skill); in CreateStorageEventSubscriber()
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp30 AppDataClearSubscriber::AppDataClearSubscriber(const CommonEventSubscribeInfo &subscribeInfo, in AppDataClearSubscriber()
62 CommonEventSubscribeInfo info(skill); in CreateAppDataClearSubscriber()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/
H A Ddm_common_event_manager.h38 using OHOS::EventFwk::CommonEventSubscribeInfo;
43 DmEventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const CommomEventCallback &callback, in DmEventSubscriber()

Completed in 8 milliseconds

123456789