/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 69 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 D | bms_install_daemon_host_impl_test.cpp | 92 auto ret = hostImpl->CreateBundleDir(TEST_STRING); 497 auto ret = hostImpl->CreateBundleDir("");
|
H A D | bms_install_daemon_ipc_test.cpp | 173 auto ret = proxy->CreateBundleDir(TEST_STRING);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 25 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldClient 32 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
|
H A D | mock_install_client.cpp | 20 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 32 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 D | installd_client.cpp | 30 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function in OHOS::AppExecFwk::InstalldClient 37 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
|
H A D | base_bundle_installer.cpp | 2773 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 D | installd_client.h | 42 ErrCode CreateBundleDir(const std::string &bundleDir);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 43 virtual ErrCode CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() function
|
H A D | installd_proxy.h | 38 virtual ErrCode CreateBundleDir(const std::string &bundlePath) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 36 virtual ErrCode CreateBundleDir(const std::string &bundleDir) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 96 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 D | quick_fix_deployer.cpp | 351 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 D | verify_manager_host_impl.cpp | 420 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 238 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 315 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 573 result = InstalldClient::GetInstance()->CreateBundleDir(dir); in MkdirIfNotExist()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 243 ErrCode result = CreateBundleDir(bundleDir); in HandleCreateBundleDir()
|
H A D | installd_proxy.cpp | 40 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 D | installd_host_impl.cpp | 105 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 D | bms_bundle_installer_test.cpp | 2323 auto ret = impl.CreateBundleDir("");
|