Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp34 const std::map<std::string, LaunchMode> LAUNCH_MODE_MAP = {{"singleton", SINGLETON}, {"standard", S… variable
817 auto iter = std::find_if(std::begin(LAUNCH_MODE_MAP), std::end(LAUNCH_MODE_MAP), in ParseAbilityLauchMode()
821 if (iter != LAUNCH_MODE_MAP.end()) { in ParseAbilityLauchMode()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp121 const std::map<std::string, LaunchMode> LAUNCH_MODE_MAP = { variable
1581 auto iterLaunch = std::find_if(std::begin(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
1582 std::end(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
1584 if (iterLaunch != Profile::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp62 const std::map<std::string, LaunchMode> LAUNCH_MODE_MAP = { variable
2399 auto iterLaunch = std::find_if(std::begin(ProfileReader::LAUNCH_MODE_MAP), in ToAbilityInfo()
2400 std::end(ProfileReader::LAUNCH_MODE_MAP), in ToAbilityInfo()
2402 if (iterLaunch != ProfileReader::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
H A Dmodule_profile.cpp81 const std::map<std::string, LaunchMode> LAUNCH_MODE_MAP = { variable
2262 auto iterLaunch = std::find_if(std::begin(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
2263 std::end(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
2265 if (iterLaunch != Profile::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()