Home
last modified time | relevance | path

Searched refs:moduleHnpsPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h75 std::string moduleHnpsPath; member
917 std::string moduleHnpsPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + in AddModuleHnpsPath() local
919 innerModuleInfos_.at(currentPackage_).moduleHnpsPath = moduleHnpsPath; in AddModuleHnpsPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2008 std::string moduleHnpsPath = info.GetInnerModuleInfoHnpPath(info.GetCurModuleName()); in ProcessBundleInstallNative() local
2009 …= InstalldClient::GetInstance()->ProcessBundleInstallNative(std::to_string(userId), moduleHnpsPath, in ProcessBundleInstallNative()
2015 if ((InstalldClient::GetInstance()->RemoveDir(moduleHnpsPath)) != ERR_OK) { in ProcessBundleInstallNative()
2016 LOG_E(BMS_TAG_INSTALLER, "delete dir %{public}s failed", moduleHnpsPath.c_str()); in ProcessBundleInstallNative()
H A Dinner_bundle_info.cpp2827 return innerModuleInfo.second.moduleHnpsPath; in GetInnerModuleInfoHnpPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2545 innerModuleInfo.moduleHnpsPath = MODULE_PACKGE;