Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h74 void InsertCreateReportInfo(const std::string& bundleName);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp161 void WindowInfoReporter::InsertCreateReportInfo(const std::string& bundleName) in InsertCreateReportInfo() function in OHOS::Rosen::WindowInfoReporter
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp228 windowInfoReporter.InsertCreateReportInfo(bundleName);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp277 WindowInfoReporter::GetInstance().InsertCreateReportInfo(node->abilityInfo_.bundleName_); in SaveWindow()