Home
last modified time | relevance | path

Searched refs:customTimerEventSubInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp1447 EventFwk::CommonEventSubscribeInfo customTimerEventSubInfo(customEventMatchingSkills); in Init() local
1448 customTimerEventSubInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::COMMON); in Init()
1449 customTimerEventSubInfo.SetPublisherUid(FOUNDATION_UID); in Init()
1450 customTimerEventReceiver_ = std::make_shared<TimerReceiver>(customTimerEventSubInfo); in Init()