/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 125 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirP… in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient 127 return CallService(&IInstalld::CreateBundleDataDirWithVector, createDirParams); in CreateBundleDataDirWithVector()
|
H A D | bundle_data_mgr.cpp | 8101 auto res = InstalldClient::GetInstance()->CreateBundleDataDirWithVector(createDirParams); in CreateBundleDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 67 ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_install_client.cpp | 82 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirP… in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 69 ErrCode InstalldHostImpl::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDi… in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | installd_client.cpp | 115 ErrCode InstalldClient::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirP… in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldClient
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 680 auto ret = installdProxy->CreateBundleDataDirWithVector(createDirParams); 685 ret = installdProxy->CreateBundleDataDirWithVector(createDirParams);
|
H A D | bms_install_daemon_test.cpp | 1323 ErrCode ret = hostImpl.CreateBundleDataDirWithVector(createDirParams);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 131 … virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) in CreateBundleDataDirWithVector() function
|
H A D | installd_proxy.h | 90 …virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 88 …virtual ErrCode CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirParams) …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 409 ErrCode result = CreateBundleDataDirWithVector(createDirParams); in HandleCreateBundleDataDirWithVector()
|
H A D | installd_proxy.cpp | 210 ErrCode InstalldProxy::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDirPa… in CreateBundleDataDirWithVector() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1175 ErrCode result = installClient_->CreateBundleDataDirWithVector(createDirParams);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 387 ErrCode InstalldHostImpl::CreateBundleDataDirWithVector(const std::vector<CreateDirParam> &createDi… in CreateBundleDataDirWithVector() 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 | 6157 auto ret = hostImpl.CreateBundleDataDirWithVector(createDirParams); 6162 ret = hostImpl.CreateBundleDataDirWithVector(createDirParams);
|