Searched refs:GetJsonProfileByExtractor (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 915 ErrCode GetJsonProfileByExtractor(const std::string &hapPath, const std::string &profilePath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 2797 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