Searched refs:BUNDLE_TYPE_MAP (Results 1 – 2 of 2) sorted by relevance
146 const std::unordered_map<std::string, BundleType> BUNDLE_TYPE_MAP = { variable1504 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()
109 const std::unordered_map<std::string, BundleType> BUNDLE_TYPE_MAP = { variable2126 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()