Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h130 std::vector<std::string> totalBundleNames; member
174 totalBundleNames.clear(); in Reset()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp526 TOTAL_BUNDLE_NAMES, eventInfo.totalBundleNames, in InnerSendAOTSummaryEvent()
527 TOTAL_SIZE, eventInfo.totalBundleNames.size(), in InnerSendAOTSummaryEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp687 summaryInfo.totalBundleNames.emplace_back(item.first); in ReportSysEvent()