Home
last modified time | relevance | path

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

/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", STANDARD}}; member
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()
/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 = { member
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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp47 const std::unordered_map<std::string, LaunchMode> LAUNCH_MODE_MAP = { member
2222 auto iterLaunch = std::find_if(std::begin(ProfileReader::LAUNCH_MODE_MAP), in ToAbilityInfo()
2223 std::end(ProfileReader::LAUNCH_MODE_MAP), in ToAbilityInfo()
2225 if (iterLaunch != ProfileReader::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()
H A Dmodule_profile.cpp83 const std::unordered_map<std::string, LaunchMode> LAUNCH_MODE_MAP = { member
2092 auto iterLaunch = std::find_if(std::begin(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
2093 std::end(Profile::LAUNCH_MODE_MAP), in ToAbilityInfo()
2095 if (iterLaunch != Profile::LAUNCH_MODE_MAP.end()) { in ToAbilityInfo()

Completed in 10 milliseconds