Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2011 constexpr const char* PROFILE_PREFIX = "$profile:"; in ToInnerProfileConfiguration() local
2013 auto pos = configuration.find(PROFILE_PREFIX); in ToInnerProfileConfiguration()
2018 std::string profileConfiguration = configuration.substr(pos + strlen(PROFILE_PREFIX)); in ToInnerProfileConfiguration()
H A Dbundle_data_mgr.cpp93 constexpr const char* PROFILE_PREFIX = "$profile:"; variable
2769 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()