Home
last modified time | relevance | path

Searched refs:moduleDataDir (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp117 auto moduleDataDir = info.GetBundleName() + ServiceConstants::HAPS + mark.packageName; in InnerHandleInvalidBundle() local
130 RemoveBundleAndDataDir(moduleDir, moduleDataDir, info.GetUserId())) { in InnerHandleInvalidBundle()
143 if (RemoveBundleAndDataDir(moduleDir, moduleDataDir, info.GetUserId())) { in InnerHandleInvalidBundle()
H A Dinner_bundle_info.cpp383 {MODULE_DATA_DIR, info.moduleDataDir}, in to_json()
540 info.moduleDataDir, in from_json()
2435 bundleInfo.modulePublicDirs.emplace_back(info.second.moduleDataDir); in GetBundleInfo()
2483 bundleInfo.modulePublicDirs.emplace_back(info.second.moduleDataDir); in GetBundleInfoV9()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h73 std::string moduleDataDir; member
885 void AddModuleDataDir(const std::string &moduleDataDir) in AddModuleDataDir() argument
888 innerModuleInfos_.at(currentPackage_).moduleDataDir = moduleDataDir; in AddModuleDataDir()
1012 return innerModuleInfos_.at(modulePackage).moduleDataDir; in GetModuleDataDir()
1117 … innerModuleInfos_.at(currentPackage_).moduleDataDir = oldInfo.GetModuleDataDir(currentPackage_); in RestoreModuleInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h41 std::string moduleDataDir; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp198 {MODULE_DATA_DIR, info.moduleDataDir}, in to_json()
307 info.moduleDataDir, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp695 "moduleDataDir":"",
1309 … "moduleDataDir": "/data/app/el2/100/base/com.ohos.launcher/haps/com.ohos.launcher",
1418 … "moduleDataDir": "/data/app/el2/100/base/com.ohos.launcher/haps/com.ohos.launcher.recents",
1477 … "moduleDataDir": "/data/app/el2/100/base/com.ohos.launcher/haps/com.ohos.launcher.settings",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp808 … std::string moduleDataDir = GetBundleDataDir(el, userid) + ServiceConstants::BASE + ModuleDir; in RemoveModuleDataDir() local
809 if (!InstalldOperator::DeleteDir(moduleDataDir)) { in RemoveModuleDataDir()
810 …LOG_E(BMS_TAG_INSTALLD, "remove dir %{public}s failed errno:%{public}d", moduleDataDir.c_str(), er… in RemoveModuleDataDir()