Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h196 …void SendOrderedEventProcTimeoutHiSysEvent(const std::shared_ptr<EventSubscriberRecord> &subscribe…
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp1030 commonEventControlManager->SendOrderedEventProcTimeoutHiSysEvent(subscriberRecord, eventName); in HWTEST_F()
1049 commonEventControlManager->SendOrderedEventProcTimeoutHiSysEvent(subscriberRecord, eventName); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp709SendOrderedEventProcTimeoutHiSysEvent(subscriberRecord, sp->commonEventData->GetWant().GetAction()… in CurrentOrderedEventTimeout()
1415 void CommonEventControlManager::SendOrderedEventProcTimeoutHiSysEvent( in SendOrderedEventProcTimeoutHiSysEvent() function in OHOS::EventFwk::CommonEventControlManager