Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dsys_event_service_ohos.h47 using NotifySysEvent = std::function<void (std::shared_ptr<Event>)>; variable
72 const OHOS::HiviewDFX::NotifySysEvent notify);
105 static OHOS::HiviewDFX::NotifySysEvent gISysEventNotify_;
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.h27 static void StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysEvent notify);
H A Dsys_event_service_adapter.cpp24 …tServiceAdapter::StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysEvent notify) in StartService()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp137 OHOS::HiviewDFX::NotifySysEvent SysEventServiceOhos::gISysEventNotify_;
146 const OHOS::HiviewDFX::NotifySysEvent notify) in StartService()