Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp121 std::string WindowInfoReporter::GetMsgString(const FullInfoMap& infoMap) in GetMsgString() function in OHOS::Rosen::WindowInfoReporter
144 std::string WindowInfoReporter::GetMsgString(const BundleNameMap& infoMap) in GetMsgString() function in OHOS::Rosen::WindowInfoReporter
255 Report("WM_REPORT_WINDOW_CREATE", GetMsgString(windowCreateReportInfos_)); in ReportRecordedInfos()
256 Report("WM_REPORT_WINDOW_SHOW", GetMsgString(windowShowReportInfos_)); in ReportRecordedInfos()
257 Report("WM_REPORT_WINDOW_HIDE", GetMsgString(windowHideReportInfos_)); in ReportRecordedInfos()
258 Report("WM_REPORT_WINDOW_DESTORY", GetMsgString(windowDestoryReportInfos_)); in ReportRecordedInfos()
259 Report("WM_REPORT_HIDE_NAVIGATIONBAR", GetMsgString(windowNavigationBarReportInfos_)); in ReportRecordedInfos()
/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp141 * @tc.desc: GetMsgString test
148 std::string res = windowInfoReporter.GetMsgString(infoMap); in HWTEST_F()
154 * @tc.desc: GetMsgString test
162 std::string res = windowInfoReporter.GetMsgString(infoMap); in HWTEST_F()
183 * @tc.desc: GetMsgString test
190 std::string res = windowInfoReporter.GetMsgString(infoMap); in HWTEST_F()
196 * @tc.desc: GetMsgString test
204 std::string res = windowInfoReporter.GetMsgString(infoMap); in HWTEST_F()
248 std::string res = windowInfoReporter.GetMsgString(infoMap); in HWTEST_F()
283 std::string res = windowInfoReporter.GetMsgString(infoMa in HWTEST_F()
[all...]
/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h95 std::string GetMsgString(const FullInfoMap& infoMap);
96 std::string GetMsgString(const BundleNameMap& infoMap);

Completed in 2 milliseconds