Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp586 for (auto &abilityIter : bundleInfo.abilityInfos) { in GetAllAbilitiesByBundleName() local
588 (abilityIter.name).c_str()); in GetAllAbilitiesByBundleName()
589 abilities.push_back(abilityIter.name); in GetAllAbilitiesByBundleName()
623 for (auto &abilityIter : bundleInfo.abilityInfos) { in GetAllAbilities() local
625 allAbilityList_.push_back(abilityIter.name); in GetAllAbilities()
626 … DEBUG_LOG_STR("bundleName: %s, abilityName: %s", bundleName.c_str(), abilityIter.name.c_str()); in GetAllAbilities()
629 for (auto &abilityIter : bundleInfo.abilityInfos) { in GetAllAbilities() local
631 unLaunchedAbilityList_.push_back(abilityIter.name); in GetAllAbilities()
633 allAbilityList_.push_back(abilityIter.name); in GetAllAbilities()
634 … DEBUG_LOG_STR("bundleName: %s, abilityName: %s", bundleName.c_str(), abilityIter.name.c_str()); in GetAllAbilities()