Home
last modified time | relevance | path

Searched refs:BundleNameMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h69 using BundleNameMap = std::map<std::string, uint32_t>; variable
94 void UpdateReportInfo(BundleNameMap& infoMap, const std::string& bundleName);
96 std::string GetMsgString(const BundleNameMap& infoMap);
101 BundleNameMap windowCreateReportInfos_;
102 BundleNameMap windowShowReportInfos_;
103 BundleNameMap windowHideReportInfos_;
104 BundleNameMap windowDestoryReportInfos_;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp189 BundleNameMap infoMap;
202 BundleNameMap infoMap;
280 BundleNameMap infoMap;
296 BundleNameMap infoMap_1;
300 BundleNameMap infoMap_2;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp144 std::string WindowInfoReporter::GetMsgString(const BundleNameMap& infoMap) in GetMsgString()
209 void WindowInfoReporter::UpdateReportInfo(BundleNameMap& infoMap, const std::string& bundleName) in UpdateReportInfo()