Home
last modified time | relevance | path

Searched refs:GetJsonProfileByExtractor (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h915 ErrCode GetJsonProfileByExtractor(const std::string &hapPath, const std::string &profilePath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2797 GetJsonProfileByExtractor(hapModuleInfo.hapPath, menuFilePath, menuProfileContent); in ProcessBundleMenu()
2880 if (GetJsonProfileByExtractor(hapIter->second.first, hapIter->second.second, routerMapString) != ERR_OK) { in UpdateRouterInfo()
4862 GetJsonProfileByExtractor(hapPath, profileName, rawData); in GetShortcutInfosByInnerBundleInfo()
7226 return GetJsonProfileByExtractor(moduleInfo->hapPath, profilePath, profile); in GetJsonProfile()
7229 ErrCode __attribute__((no_sanitize("cfi"))) BundleDataMgr::GetJsonProfileByExtractor(const std::string &hapPath, in GetJsonProfileByExtractor() function in OHOS::AppExecFwk::BundleDataMgr
7233 APP_LOGD("GetJsonProfileByExtractor with hapPath %{private}s and profilePath %{private}s", in GetJsonProfileByExtractor()

Completed in 17 milliseconds