Home
last modified time | relevance | path

Searched refs:commonEventSubscribeInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp28 CommonEventSubscribeInfo::CommonEventSubscribeInfo(const CommonEventSubscribeInfo& commonEventSubscribeInfo) in CommonEventSubscribeInfo() argument
31 matchingSkills_ = commonEventSubscribeInfo.matchingSkills_; in CommonEventSubscribeInfo()
32 priority_ = commonEventSubscribeInfo.priority_; in CommonEventSubscribeInfo()
33 permission_ = commonEventSubscribeInfo.permission_; in CommonEventSubscribeInfo()
34 deviceId_ = commonEventSubscribeInfo.deviceId_; in CommonEventSubscribeInfo()
35 threadMode_ = commonEventSubscribeInfo.threadMode_; in CommonEventSubscribeInfo()
110 CommonEventSubscribeInfo* commonEventSubscribeInfo = new CommonEventSubscribeInfo(); in Unmarshalling() local
111 return commonEventSubscribeInfo; in Unmarshalling()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dcommon_event_observer.cpp43 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in CreateCommonEventObserver()
44 auto observer = std::make_shared<CommonEventObserver>(commonEventSubscribeInfo, handler); in CreateCommonEventObserver()
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp83 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in InitCommonEventSubscriber()
84 commonEventSubscribeInfo.SetPermission("ohos.permission.SET_TELEPHONY_STATE"); in InitCommonEventSubscriber()
86 std::make_shared<DeviceChangedReceiver>(commonEventSubscribeInfo)); in InitCommonEventSubscriber()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp35 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in DoSomethingInterestingWithMyAPI()
36 auto systemEventListener = std::make_shared<SystemEventObserver>(commonEventSubscribeInfo); in DoSomethingInterestingWithMyAPI()
/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp154 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in InitCommonEventSubscriber()
156 std::make_shared<DisplyChangedReceiver>(commonEventSubscribeInfo)); in InitCommonEventSubscriber()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp214 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in RegisterCommonEventObserver()
216 return, commonEventSubscribeInfo); in RegisterCommonEventObserver()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp164 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in HWTEST_F()
165 auto systemEventListener = std::make_shared<SystemEventObserver>(commonEventSubscribeInfo); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp429 EventFwk::CommonEventSubscribeInfo commonEventSubscribeInfo(matchingSkills); in RegisterSysCommEventListener()
430 systemEventListener_ = std::make_shared<SystemEventObserver>(commonEventSubscribeInfo); in RegisterSysCommEventListener()

Completed in 7 milliseconds