Home
last modified time | relevance | path

Searched refs:bundleIter (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dreport.cpp205 …std::vector<std::string>::iterator bundleIter = std::find(bundles_.begin(), bundles_.end(), data["… in SyncInputInfo() local
206 if (bundleIter == bundles_.end()) { in SyncInputInfo()
320 for (auto bundleIter : bundles_) { in SegmentedWriteCSV() local
321 modules << ", " << bundleIter; in SegmentedWriteCSV()
328 for (auto bundleIter : bundles_) { in SegmentedWriteCSV() local
329 eventDataSet_->FormatData(bundleIter, moduleInput); in SegmentedWriteCSV()
330 componmentDataSet_->FormatData(bundleIter, moduleInput); in SegmentedWriteCSV()
384 for (auto bundleIter : bundles_) { in SegmentedWriteJson() local
385 modules << ", \"" << bundleIter << " \""; in SegmentedWriteJson()
398 for (auto bundleIter : bundles_) { in SegmentedWriteJson() local
[all …]
/test/ostest/wukong/common/src/
Dwukong_util.cpp496 for (const auto &bundleIter : bundleInfos) { in GetAllAbilitiesByBundleName() local
497 TRACK_LOG_STR("bundleIter.name{%s}", bundleIter.name.c_str()); in GetAllAbilitiesByBundleName()
499 if (bundleIter.name == bundleName) { in GetAllAbilitiesByBundleName()
500 TRACK_LOG_STR("map bundleName{%s}", bundleIter.name.c_str()); in GetAllAbilitiesByBundleName()
502 …bundleMgrProxy->GetBundleInfo(bundleIter.name, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, … in GetAllAbilitiesByBundleName()
505 bundleIter.name.c_str()); in GetAllAbilitiesByBundleName()
509 … TRACK_LOG_STR("bundleName{%s} container abilities item{%s}", bundleIter.name.c_str(), in GetAllAbilitiesByBundleName()
534 for (const auto &bundleIter : bundleInfos) { in GetAllAbilities() local
535 std::string bundleName = bundleIter.name; in GetAllAbilities()