Home
last modified time | relevance | path

Searched refs:PublishCommonEvent (Results 1 - 25 of 34) sorted by relevance

12

/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_common_event_test.cpp89 CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
113 CommonEventManager::PublishCommonEvent(data1); in HWTEST_F()
124 CommonEventManager::PublishCommonEvent(data2); in HWTEST_F()
148 CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
172 CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
196 CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
220 CommonEventManager::PublishCommonEvent(data1); in HWTEST_F()
232 CommonEventManager::PublishCommonEvent(data2); in HWTEST_F()
257 CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_manager.cpp24 bool CommonEventManager::PublishCommonEvent(const CommonEventData& data) in PublishCommonEvent() function in OHOS::EventFwk::CommonEventManager
26 GTEST_LOG_(INFO) << "MOCK CommonEventManager PublishCommonEvent"; in PublishCommonEvent()
35 bool CommonEventManager::PublishCommonEvent(const CommonEventData& data, const CommonEventPublishInfo& publishInfo) in PublishCommonEvent() function in OHOS::EventFwk::CommonEventManager
40 bool CommonEventManager::PublishCommonEvent(const CommonEventData& data, const CommonEventPublishInfo& publishInfo, in PublishCommonEvent() function in OHOS::EventFwk::CommonEventManager
/foundation/resourceschedule/work_scheduler/services/test/src/conditions/
H A Dnetwork_listener_test.cpp87 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
108 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
129 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
150 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
171 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
192 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
212 EventFwk::CommonEventManager::PublishCommonEvent(data); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Devent_publisher.cpp91 bool isSuccess = EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishNetworkEvent()
99 bool isSuccess = EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishNetworkEvent()
135 if (EventFwk::CommonEventManager::PublishCommonEvent(data, publishInfo)) { in PublishChargingEvent()
158 bool isSuccess = EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishStorageEvent()
172 bool isSuccess = EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishBatteryStatusEvent()
181 bool isSuccess = EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishBatteryStatusEvent()
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_event_publisher.cpp32 EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishNfcStateChanged()
46 EventFwk::CommonEventManager::PublishCommonEvent(data); in PublishNfcFieldStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dbluetooth_common_event_helper.cpp38 if (!CommonEventManager::PublishCommonEvent(commonData, publishInfo)) { in PublishEvent()
45 if (!CommonEventManager::PublishCommonEvent(commonData)) { in PublishEvent()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.cpp45 if (!CommonEventManager::PublishCommonEvent(commonData, publishInfo)) { in PublishEvent()
51 if (!CommonEventManager::PublishCommonEvent(commonData)) { in PublishEvent()
69 if (!CommonEventManager::PublishCommonEvent(commonData)) { in PublishEvent()
91 if (!CommonEventManager::PublishCommonEvent(commonData)) { in PublishEvent()
213 if (!CommonEventManager::PublishCommonEvent(commonData, publishInfo)) { in PublishSelfcureStateChangedEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/moduletest/
H A Ddistributeddata_account_event_test.cpp88 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountLogin()
100 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountLogout()
112 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountDelete()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp180 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifySandboxAppStatus()
202 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifyOverlayModuleStateStatus()
230 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifySetDiposedRule()
246 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifyDeleteDiposedRule()
264 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifyDynamicIconEvent()
279 EventFwk::CommonEventManager::PublishCommonEvent(commonData, publishInfo); in NotifyBundleResourcesChanged()
H A Dbundle_mgr_service.cpp507 APP_LOGI("PublishCommonEvent for bundle scan finished"); in NotifyBundleScanStatus()
511 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyBundleScanStatus()
513 APP_LOGE("PublishCommonEvent for bundle scan finished failed"); in NotifyBundleScanStatus()
515 APP_LOGI("PublishCommonEvent for bundle scan finished succeed"); in NotifyBundleScanStatus()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_common_event.cpp27 bool CommonEventManager::PublishCommonEvent(const CommonEventData& data) in PublishCommonEvent() function in OHOS::EventFwk::CommonEventManager
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_notify/
H A Dnotify_work_service.cpp46 return EventFwk::CommonEventManager::PublishCommonEvent(commonData); in NotifyBundleDetail()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dapplication_util.h40 EventFwk::CommonEventManager::PublishCommonEvent(commonData); in AppFwkBootEventCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Dsys_event_subscriber.cpp52 if (!EventFwk::CommonEventManager::PublishCommonEvent(CommonEventData, publishInfo)) { in NotifyDataShareReady()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H A Dbroadcast_sender_impl.cpp58 result = CommonEventManager::PublishCommonEvent(commonEventData); in SendEvent()
/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstpageabilityevent.cpp35 return CommonEventManager::PublishCommonEvent(commonData); in PublishEvent()
182 return CommonEventManager::PublishCommonEvent(commonData); in PublishEvent()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp127 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyIdleModeByCommonEvent()
128 STANDBYSERVICE_LOGE("PublishCommonEvent for idle mode finished failed"); in NotifyIdleModeByCommonEvent()
130 STANDBYSERVICE_LOGD("PublishCommonEvent for idle mode finished succeed"); in NotifyIdleModeByCommonEvent()
185 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyAllowChangedByCommonEvent()
186 STANDBYSERVICE_LOGE("PublishCommonEvent for exempt list update failed"); in NotifyAllowChangedByCommonEvent()
188 STANDBYSERVICE_LOGD("PublishCommonEvent for exempt list update succeed"); in NotifyAllowChangedByCommonEvent()
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dnotification.cpp77 EventFwk::CommonEventManager::PublishCommonEvent(commonData); in NotifyVolumeChange()
/foundation/communication/netmanager_base/services/common/src/
H A Dbroadcast_manager.cpp73 bool publishResult = EventFwk::CommonEventManager::PublishCommonEvent(eventData, publishInfo, nullptr); in SendBroadcastEx()
/foundation/window/window_manager/window_scene/session_manager/src/publish/
H A Dscb_dump_subscriber.cpp62 bool ret = EventFwk::CommonEventManager::PublishCommonEvent(commonEventData, publishInfo, nullptr); in Publish()
/foundation/window/window_manager/window_scene/screen_session_manager/src/publish/
H A Dscreen_session_publish.cpp75 bool ret = EventFwk::CommonEventManager::PublishCommonEvent(eventData, *publishInfo_, nullptr); in PublishEvents()
77 TLOGE(WmsLogTag::DMS, "PublishCommonEvent failed"); in PublishEvents()
80 TLOGI(WmsLogTag::DMS, "PublishCommonEvent succeed"); in PublishEvents()
/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H A Daccount_subscriber.cpp70 EventFwk::CommonEventManager::PublishCommonEvent(commonData); in SendSecondMountedEvent()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp206 EventFwk::CommonEventManager::PublishCommonEvent(eventData, publishInfo, nullptr); in SendSmartNotificationEvent()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp687 if (EventFwk::CommonEventManager::PublishCommonEvent(data, publishInfo)) { in SendLowBatteryEvent()
705 if (EventFwk::CommonEventManager::PublishCommonEvent(data, publishInfo)) { in SendOkayBatteryEvent()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp56 EventFwk::CommonEventManager::PublishCommonEvent(commonEventData); in SendSplitScreenCommonEvent()

Completed in 10 milliseconds

12