Home
last modified time | relevance | path

Searched refs:commonEventData (Results 1 - 9 of 9) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H A Dresschedcommonevent_fuzzer.cpp152 EventFwk::CommonEventData commonEventData; in ResSchedCommonEventSwitchFuzzTest() local
154 commonEventData.SetWant(want); in ResSchedCommonEventSwitchFuzzTest()
159 commonEventData.SetWant(eventWant); in ResSchedCommonEventSwitchFuzzTest()
162 eventController->OnReceiveEvent(commonEventData); in ResSchedCommonEventSwitchFuzzTest()
189 EventFwk::CommonEventData commonEventData; in ResSchedCommonReceiveEventFuzzTest() local
192 commonEventData.SetWant(want); in ResSchedCommonReceiveEventFuzzTest()
193 commonEventData.SetData(eventData); in ResSchedCommonReceiveEventFuzzTest()
194 commonEventData.SetCode(code); in ResSchedCommonReceiveEventFuzzTest()
197 eventController->OnReceiveEvent(commonEventData); in ResSchedCommonReceiveEventFuzzTest()
226 EventFwk::CommonEventData commonEventData; in ResSchedPkgCommonEventFuzzTest() local
260 EventFwk::CommonEventData commonEventData; ResSchedPkgOtherCommonEventFuzzTest() local
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/publish/
H A Dscb_dump_subscriber.cpp52 EventFwk::CommonEventData commonEventData; in Publish() local
53 commonEventData.SetWant(want); in Publish()
54 commonEventData.SetCode(0); in Publish()
55 commonEventData.SetData(cmd); in Publish()
62 bool ret = EventFwk::CommonEventManager::PublishCommonEvent(commonEventData, publishInfo, nullptr); in Publish()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp125 EventFwk::CommonEventData commonEventData; in NotifyIdleModeByCommonEvent() local
126 commonEventData.SetWant(want); in NotifyIdleModeByCommonEvent()
127 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyIdleModeByCommonEvent()
183 EventFwk::CommonEventData commonEventData; in NotifyAllowChangedByCommonEvent() local
184 commonEventData.SetWant(want); in NotifyAllowChangedByCommonEvent()
185 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyAllowChangedByCommonEvent()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_data.cpp78 CommonEventData* commonEventData = new CommonEventData(); in Unmarshalling() local
80 return commonEventData; in Unmarshalling()
H A Dmock_common_event_manager.cpp63 bool CommonEventManager::GetStickyCommonEvent(const std::string& event, CommonEventData& commonEventData) in GetStickyCommonEvent() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H A Dbroadcast_sender_impl.cpp52 CommonEventData commonEventData(want); in SendEvent()
58 result = CommonEventManager::PublishCommonEvent(commonEventData); in SendEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/moduletest/
H A Ddistributeddata_account_event_test.cpp85 CommonEventData commonEventData(want); in HarmonyAccountLogin()
97 CommonEventData commonEventData(want); in HarmonyAccountLogout()
109 CommonEventData commonEventData(want); in HarmonyAccountDelete()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp510 EventFwk::CommonEventData commonEventData { want }; in NotifyBundleScanStatus()
511 if (!EventFwk::CommonEventManager::PublishCommonEvent(commonEventData)) { in NotifyBundleScanStatus()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp54 EventFwk::CommonEventData commonEventData; in SendSplitScreenCommonEvent() local
55 commonEventData.SetWant(want); in SendSplitScreenCommonEvent()
56 EventFwk::CommonEventManager::PublishCommonEvent(commonEventData); in SendSplitScreenCommonEvent()

Completed in 5 milliseconds