Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1581 auto iterLaunch = std::find_if(std::begin(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo() local
1584 if (iterLaunch != Profile::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
1585 abilityInfo.launchMode = iterLaunch->second; in ToAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2399 auto iterLaunch = std::find_if(std::begin(ProfileReader::LAUNCH_MODE_MAP), in ToAbilityInfo() local
2402 if (iterLaunch != ProfileReader::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
2403 abilityInfo.launchMode = iterLaunch->second; in ToAbilityInfo()
H A Dmodule_profile.cpp2262 auto iterLaunch = std::find_if(std::begin(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo() local
2265 if (iterLaunch != Profile::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
2266 abilityInfo.launchMode = iterLaunch->second; in ToAbilityInfo()