Home
last modified time | relevance | path

Searched refs:ProcessBundleInstallNative (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstallnative_fuzzer/
H A Dbasebundleinstallerprocessbundleinstallnative_fuzzer.cpp33 auto ret1 = basebundleinstall.ProcessBundleInstallNative(info, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp62 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 Dmock_install_client.cpp41 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hn… in ProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp48 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 Dinstalld_client.cpp68 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 Dbase_bundle_installer.cpp2005 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 Dbms_install_daemon_operator_test.cpp1245 …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 Dbms_install_daemon_host_impl_test.cpp971 …ErrCode ret = installdProxy->ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, pack…
H A Dbms_install_daemon_test.cpp1282 …ErrCode ret = hostImpl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageNam…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h187 ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
H A Dbase_bundle_installer.h227 ErrCode ProcessBundleInstallNative(InnerBundleInfo &info, int32_t &userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h81 …virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPa… in ProcessBundleInstallNative() function
H A Dinstalld_proxy.h64 …virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPa…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h114 static bool ProcessBundleInstallNative(
H A Dinstalld_host_impl.h62 …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 Dbms_installd_client_test.cpp280 …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 Dinstalld_host_impl.cpp196 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 Dinstalld_operator.cpp572 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 Dinstalld_host.cpp295 ErrCode result = ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HandleProcessBundleInstallNative()
H A Dinstalld_proxy.cpp95 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 Dbms_bundle_installer_test.cpp2296 ErrCode res = installer.ProcessBundleInstallNative(info, userId);
2633 auto ret = impl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);