Home
last modified time | relevance | path

Searched defs:SysEvent (Results 1 – 4 of 4) sorted by relevance

/base/request/request/services/src/
Dsys_event.rs25 pub(crate) struct SysEvent<'a> { struct
28 params: Vec<HiSysEventParam<'a>>, argument
31 impl<'a> SysEvent<'a> { impl
/base/security/asset/services/core_service/src/
Dsys_event.rs29 struct SysEvent<'a> { struct
31 params: Vec<HiSysEventParam<'a>>, argument
34 impl<'a> SysEvent<'a> { impl
/base/hiviewdfx/hiview/base/
Dsys_event.cpp103 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
121 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
127 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
132 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysE… in SysEvent() function in OHOS::HiviewDFX::SysEvent
136 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, const std::string& js… in SysEvent() function in OHOS::HiviewDFX::SysEvent
/base/hiviewdfx/hiview/plugins/performance/
DEvtParser.h210 using SysEvent = OHOS::HiviewDFX::SysEvent; variable