Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp33 const std::map<std::string, AbilityType> ABILITY_TYPE_MAP = {{"page", PAGE}, {"service", SERVICE}}; variable
800 auto iter = std::find_if(std::begin(ABILITY_TYPE_MAP), std::end(ABILITY_TYPE_MAP), in ParseAbilityType()
804 if (iter != ABILITY_TYPE_MAP.end()) { in ParseAbilityType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp50 const std::map<std::string, AbilityType> ABILITY_TYPE_MAP = { variable
2382 auto iterType = std::find_if(std::begin(ProfileReader::ABILITY_TYPE_MAP), in ToAbilityInfo()
2383 std::end(ProfileReader::ABILITY_TYPE_MAP), in ToAbilityInfo()
2385 if (iterType != ProfileReader::ABILITY_TYPE_MAP.end()) { in ToAbilityInfo()