Home
last modified time | relevance | path

Searched defs:bundleDir (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_dir.cpp37 BundleDir *bundleDir = new (std::nothrow) BundleDir(); in Unmarshalling() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp144 const std::string &bundleDir) in SavePreInstallExceptionPath()
162 void PreInstallExceptionMgr::DeletePreInstallExceptionPath(const std::string &bundleDir) in DeletePreInstallExceptionPath()
H A Dbundle_exception_handler.cpp46 bool BundleExceptionHandler::RemoveBundleAndDataDir(const std::string &bundleDir, in RemoveBundleAndDataDir()
H A Dinstalld_client.cpp30 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
171 ErrCode InstalldClient::CleanBundleDataDir(const std::string &bundleDir) in CleanBundleDataDir()
H A Dbundle_util.cpp347 std::string bundleDir = configPath + ServiceConstants::PATH_SEPARATOR + bundleName; in MakeFsConfig() local
376 std::string bundleDir = configPath + ServiceConstants::PATH_SEPARATOR + bundleName; in RemoveFsConfig() local
H A Dbundle_mgr_service_event_handler.cpp708 for (const auto &bundleDir : bundleDirs) { in AnalyzeHaps() local
1038 const std::string &bundleDir, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
2291 void BMSEventHandler::SavePreInstallException(const std::string &bundleDir) in SavePreInstallException()
H A Dbundle_data_mgr.cpp7832 std::string bundleDir; in BuildExternalOverlayConnection() local
9289 BundleDir bundleDir; in GetAllBundleDirs() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/overlay/
H A Doverlay_bundle_info.h34 std::string bundleDir; member
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp36 std::string bundleDir = userIdDir + "/" + bundleName; in CloudPrefImpl() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp133 std::string bundleDir = in UnInstall() local
478 std::string bundleDir = in ExtractModule() local
538 std::string bundleDir = in ExtractModule() local
984 std::string bundleDir = in RemoveLowerVersionSoDir() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h102 std::string bundleDir; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h43 virtual ErrCode CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
180 virtual ErrCode CleanBundleDataDir(const std::string &bundleDir) in CleanBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp95 std::string bundleDir = EMPTY_STRING; variable
109 std::string bundleDir = BUNDLE_DIR; variable
573 std::string bundleDir = EMPTY_STRING; variable
587 std::string bundleDir = BUNDLE_DIR; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp25 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
151 ErrCode InstalldClient::CleanBundleDataDir(const std::string &bundleDir) in CleanBundleDataDir()
H A Dmock_install_client.cpp20 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
114 ErrCode InstalldClient::CleanBundleDataDir(const std::string &bundleDir) in CleanBundleDataDir()
H A Dbundle_mgr_service_event_handler.cpp249 for (const auto& bundleDir : bundleDirs) { in AnalyzeHaps() local
395 const std::string& bundleDir, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
552 void BMSEventHandler::SavePreInstallException(const std::string& bundleDir) {} in SavePreInstallException()
H A Dmock_installd_host_impl.cpp32 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp278 std::string bundleDir = CALL_MOCK_BUNDLE_DIR_SUCCESS; variable
293 std::string bundleDir = CALL_MOCK_BUNDLE_DIR_FAILED; variable
808 std::string bundleDir = CALL_MOCK_BUNDLE_DIR_FAILED; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp325 …std::string bundleDir = Constants::BUNDLE_CODE_DIR + ServiceConstants::PATH_SEPARATOR + bundleName… in ExtractSharedBundles() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp241 std::string bundleDir = Str16ToStr8(data.ReadString16()); in HandleCreateBundleDir() local
454 std::string bundleDir = Str16ToStr8(data.ReadString16()); in HandleCleanBundleDataDir() local
H A Dinstalld_proxy.cpp40 ErrCode InstalldProxy::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
281 ErrCode InstalldProxy::CleanBundleDataDir(const std::string &bundleDir) in CleanBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp123 std::string bundleDir; in UpdateExternalOverlayInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp105 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp996 std::string bundleDir; variable