Home
last modified time | relevance | path

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

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