Home
last modified time | relevance | path

Searched refs:reportTag (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp277 void WindowInfoReporter::Report(const std::string& reportTag, const std::string& msg) in Report() argument
282 WLOGFD("Report Tag : [%{public}s], Msg: %{public}s", reportTag.c_str(), msg.c_str()); in Report()
284 OHOS::HiviewDFX::HiSysEvent::Domain::WINDOW_MANAGER, reportTag, in Report()
/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp388 std::string reportTag = "reportTag"; in HWTEST_F() local
391 windowInfoReporter.Report(reportTag, msg); in HWTEST_F()
393 windowInfoReporter.Report(reportTag, msg); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h98 void Report(const std::string& reportTag, const std::string& msg);

Completed in 2 milliseconds