Home
last modified time | relevance | path

Searched refs:CreateBundleDataDirWithVector (Results 1 - 17 of 17) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp389 * @tc.name: test CreateBundleDataDirWithVector
390 * @tc.desc: test CreateBundleDataDirWithVector of InstalldHostImpl without permission
396 auto ret = installdHostImpl.CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
401 ret = installdHostImpl.CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp6133 * @tc.name: test CreateBundleDataDirWithVector
6134 * @tc.desc: test CreateBundleDataDirWithVector of InstalldHostImpl
6140 auto ret = hostImpl.CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
6145 ret = hostImpl.CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp116 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient
118 return CallService(&IInstalld::CreateBundleDataDirWithVector, createDirParams); in CreateBundleDataDirWithVector()
H A Dbundle_data_mgr.cpp7806 auto res = InstalldClient::GetInstance()->CreateBundleDataDirWithVector(createDirParams); in CreateBundleDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h86 virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h67 ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h126 virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h88 virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp69 ErrCode InstalldHostImpl::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp77 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient
H A Dinstalld_client.cpp110 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp671 * @tc.name: test Marshalling function of CreateBundleDataDirWithVector
672 * @tc.desc: 1. calling CreateBundleDataDirWithVector of proxy
680 auto ret = installdProxy->CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
685 ret = installdProxy->CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
970 * @tc.name: test Marshalling function of CreateBundleDataDirWithVector
971 * @tc.desc: 1. calling CreateBundleDataDirWithVector of proxy
981 auto ret = proxy->CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
H A Dbms_install_daemon_test.cpp1027 * @tc.desc: 1. test CreateBundleDataDirWithVector
1033 ErrCode ret = hostImpl.CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp388 ErrCode result = CreateBundleDataDirWithVector(createDirParams); in HandleCreateBundleDataDirWithVector()
H A Dinstalld_proxy.cpp196 ErrCode InstalldProxy::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1170 * @tc.name: CreateBundleDataDirWithVector
1171 * @tc.desc: call CreateBundleDataDirWithVector.
1177 ErrCode result = installClient_->CreateBundleDataDirWithVector(createDirParams); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp373 ErrCode InstalldHostImpl::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldHostImpl

Completed in 46 milliseconds