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.rs31 struct SysEvent<'a> { struct
33 params: Vec<HiSysEventParam<'a>>, argument
36 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.cpp104 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
122 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
128 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() function in OHOS::HiviewDFX::SysEvent
133 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysE… in SysEvent() function in OHOS::HiviewDFX::SysEvent
137 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