Searched refs:abilityIter (Results 1 – 1 of 1) sorted by relevance
586 for (auto &abilityIter : bundleInfo.abilityInfos) { in GetAllAbilitiesByBundleName() local588 (abilityIter.name).c_str()); in GetAllAbilitiesByBundleName()589 abilities.push_back(abilityIter.name); in GetAllAbilitiesByBundleName()623 for (auto &abilityIter : bundleInfo.abilityInfos) { in GetAllAbilities() local625 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() local631 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()