Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp146 const std::unordered_map<std::string, BundleType> BUNDLE_TYPE_MAP = { variable
1504 auto iterBundleType = std::find_if(std::begin(Profile::BUNDLE_TYPE_MAP), in ToApplicationInfo()
1505 std::end(Profile::BUNDLE_TYPE_MAP), in ToApplicationInfo()
1507 if (iterBundleType != Profile::BUNDLE_TYPE_MAP.end()) { in ToApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp109 const std::unordered_map<std::string, BundleType> BUNDLE_TYPE_MAP = { variable
2126 auto iterBundleType = std::find_if(std::begin(Profile::BUNDLE_TYPE_MAP), in ToApplicationInfo()
2127 std::end(Profile::BUNDLE_TYPE_MAP), in ToApplicationInfo()
2129 if (iterBundleType != Profile::BUNDLE_TYPE_MAP.end()) { in ToApplicationInfo()