/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstallnative_fuzzer/ |
H A D | basebundleinstallerprocessbundleinstallnative_fuzzer.cpp | 33 auto ret1 = basebundleinstall.ProcessBundleInstallNative(info, userId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 62 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hn… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldClient 65 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
|
H A D | mock_install_client.cpp | 41 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hn… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 48 ErrCode InstalldHostImpl::ProcessBundleInstallNative(const std::string &userId, const std::string &… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 68 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hn… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldClient 71 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
|
H A D | base_bundle_installer.cpp | 2005 ErrCode BaseBundleInstaller::ProcessBundleInstallNative(InnerBundleInfo &info, int32_t &userId) in ProcessBundleInstallNative() function in OHOS::AppExecFwk::BaseBundleInstaller 2009 …ErrCode ret = InstalldClient::GetInstance()->ProcessBundleInstallNative(std::to_string(userId), mo… in ProcessBundleInstallNative() 2081 result = ProcessBundleInstallNative(info, userId_); in ProcessBundleInstallStatus() 2231 result = ProcessBundleInstallNative(newInfo, userId_); in ProcessNewModuleInstall() 2343 result = ProcessBundleInstallNative(newInfo, userId_); in ProcessModuleUpdate()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 1245 …bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, pack… 1262 …bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, pack… 1279 …bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, pack…
|
H A D | bms_install_daemon_host_impl_test.cpp | 971 …ErrCode ret = installdProxy->ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, pack…
|
H A D | bms_install_daemon_test.cpp | 1282 …ErrCode ret = hostImpl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageNam…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 187 ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
|
H A D | base_bundle_installer.h | 227 ErrCode ProcessBundleInstallNative(InnerBundleInfo &info, int32_t &userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 81 …virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPa… in ProcessBundleInstallNative() function
|
H A D | installd_proxy.h | 64 …virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPa…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 114 static bool ProcessBundleInstallNative(
|
H A D | installd_host_impl.h | 62 …virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPa…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 280 …ErrCode result = installClient_->ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, … 281 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ProcessBundleInstallNative,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 196 ErrCode InstalldHostImpl::ProcessBundleInstallNative(const std::string &userId, const std::string &… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldHostImpl 203 …if (!InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageNam… in ProcessBundleInstallNative()
|
H A D | installd_operator.cpp | 572 bool InstalldOperator::ProcessBundleInstallNative(const std::string &userId, const std::string &hnp… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldOperator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 295 ErrCode result = ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HandleProcessBundleInstallNative()
|
H A D | installd_proxy.cpp | 95 ErrCode InstalldProxy::ProcessBundleInstallNative(const std::string &userId, const std::string &hnp… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2296 ErrCode res = installer.ProcessBundleInstallNative(info, userId); 2633 auto ret = impl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);
|