Searched refs:PROFILE_PREFIX (Results 1 – 2 of 2) sorted by relevance
2011 constexpr const char* PROFILE_PREFIX = "$profile:"; in ToInnerProfileConfiguration() local2013 auto pos = configuration.find(PROFILE_PREFIX); in ToInnerProfileConfiguration()2018 std::string profileConfiguration = configuration.substr(pos + strlen(PROFILE_PREFIX)); in ToInnerProfileConfiguration()
93 constexpr const char* PROFILE_PREFIX = "$profile:"; variable2769 auto pos = menuProfile.find(PROFILE_PREFIX); in ProcessBundleMenu()2798 auto pos = routerPath.find(PROFILE_PREFIX); in ProcessBundleRouterMap()4844 size_t pos = resName.rfind(PROFILE_PREFIX); in GetShortcutInfosByInnerBundleInfo()4845 … bool posValid = (pos != std::string::npos) && (pos != resName.length() - strlen(PROFILE_PREFIX)); in GetShortcutInfosByInnerBundleInfo()4850 …std::string profileName = PROFILE_PATH + resName.substr(pos + strlen(PROFILE_PREFIX)) + JSON_SUFFI… in GetShortcutInfosByInnerBundleInfo()