Home
last modified time | relevance | path

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

/base/security/asset/services/core_service/src/
Dsys_event.rs41 struct SysEvent<'a> { struct
43 params: Vec<HiSysEventParam<'a>>, argument
48 impl<'a> SysEvent<'a> { impl
/base/request/request/services/src/
Dsys_event.rs31 pub(crate) struct SysEvent<'a> { struct
34 params: Vec<HiSysEventParam<'a>>, argument
37 impl<'a> SysEvent<'a> { argument
/base/hiviewdfx/hiview/base/
Dsys_event.cpp105 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
123 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
129 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
134 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysE… in SysEvent() function in OHOS::HiviewDFX::SysEvent
138 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.h212 using SysEvent = OHOS::HiviewDFX::SysEvent; variable