Home
last modified time | relevance | path

Searched refs:CreateBundleDir (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp69 int CreateBundleDir(const std::string &bundleDir) const;
328 int result = CreateBundleDir(BUNDLE_CODE_DIR);
357 int result = CreateBundleDir(BUNDLE_DATA_DIR);
369 int result = CreateBundleDir(BUNDLE_CODE_DIR);
387 int result = CreateBundleDir("");
401 int result1 = CreateBundleDir(SYSTEM_DIR);
749 CreateBundleDir(BUNDLE_CODE_DIR);
767 CreateBundleDir(BUNDLE_CODE_DIR);
782 CreateBundleDir(BUNDLE_CODE_DIR);
798 CreateBundleDir(BUNDLE_CODE_DIR);
[all …]
H A Dbms_install_daemon_host_impl_test.cpp92 auto ret = hostImpl->CreateBundleDir(TEST_STRING);
497 auto ret = hostImpl->CreateBundleDir("");
H A Dbms_install_daemon_ipc_test.cpp173 auto ret = proxy->CreateBundleDir(TEST_STRING);
/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() function in OHOS::AppExecFwk::InstalldClient
32 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
H A Dmock_install_client.cpp20 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp32 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp30 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldClient
37 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
H A Dbase_bundle_installer.cpp2773 ErrCode result = InstalldClient::GetInstance()->CreateBundleDir(appCodePath); in CreateBundleCodeDir()
5030 auto result = InstalldClient::GetInstance()->CreateBundleDir(modulePath); in InnerProcessNativeLibs()
5503 InstalldClient::GetInstance()->CreateBundleDir(realSoDir); in MoveSoFileToRealInstallationDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h42 ErrCode CreateBundleDir(const std::string &bundleDir);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h43 virtual ErrCode CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function
H A Dinstalld_proxy.h38 virtual ErrCode CreateBundleDir(const std::string &bundlePath) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h36 virtual ErrCode CreateBundleDir(const std::string &bundleDir) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp96 ErrCode result = installClient_->CreateBundleDir(bundleDir);
110 ErrCode result = installClient_->CreateBundleDir(bundleDir);
111 EXPECT_EQ(result, installClient_->CallService(&IInstalld::CreateBundleDir, bundleDir));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp351 if (InstalldClient::GetInstance()->CreateBundleDir(patchPath) != ERR_OK) { in ProcessPatchDeployEnd()
374 ErrCode ret = InstalldClient::GetInstance()->CreateBundleDir(patchPath); in ProcessHotReloadDeployEnd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp420 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp238 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp315 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp573 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp243 ErrCode result = CreateBundleDir(bundleDir); in HandleCreateBundleDir()
H A Dinstalld_proxy.cpp40 ErrCode InstalldProxy::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldProxy
/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() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2323 auto ret = impl.CreateBundleDir("");