Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/unittest/xpower_event/
H A Dxpower_event_test.cpp60 int ret = ReportXPowerStackSysEvent("XPOWER_HIVIEW_API_TEST", "info=1,succ=true");
69 ret = ReportXPowerStackSysEvent("XPOWER_HIVIEW_API_TEST", "info=2,succ=true");
73 ret = ReportXPowerStackSysEvent("XPOWER_HIVIEW_API_TEST");
/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/
H A Dlibxpower_events.map4 OHOS::HiviewDFX::ReportXPowerStackSysEvent*;
/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/include/
H A Dxpower_event.h32 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info = "");
/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
H A Dxpower_event.cpp25 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info) in ReportXPowerStackSysEvent() function