/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 &hnpRootPath, in ProcessBundleInstallNative() argument 65 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
|
H A D | mock_installd_host_impl.cpp | 48 ErrCode InstalldHostImpl::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
in ProcessBundleInstallNative() argument
|
H A D | mock_install_client.cpp | 41 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 1280 std::string hnpRootPath = "/hnp/root/path";
in HWTEST_F() local 1284 bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);
in HWTEST_F() 1297 std::string hnpRootPath = "/hnp/root/path";
in HWTEST_F() local 1301 bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);
in HWTEST_F() 1314 std::string hnpRootPath = "/hnp/root/path";
in HWTEST_F() local 1318 bool ret = InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 970 std::string hnpRootPath = "";
in HWTEST_F() local 974 ErrCode ret = installdProxy->ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 988 std::string hnpRootPath = "/hnp/root"; in HWTEST_F() local 992 ErrCode ret = hostImpl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 351 std::string hnpRootPath = "/data/app/el1/bundle/public/com.example.test/entry_tmp/hnp_tmp_extract_dir/"; in HWTEST_F() local 353 auto ret = installdHostImpl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 2633 std::string hnpRootPath = "/data/app/el1/bundle/public/com.example.test/entry_tmp/hnp_tmp_extract_dir/"; in HWTEST_F() local 2637 auto ret = impl.ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 68 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative() argument 71 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 62 virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
|
H A D | installd_operator.h | 104 const std::string &hnpRootPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 184 ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
|
/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 &hnpRootPath, in ProcessBundleInstallNative() argument
|
H A D | installd_proxy.h | 64 virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 290 std::string hnpRootPath = Str16ToStr8(data.ReadString16()); in HandleProcessBundleInstallNative() local 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 &hnpRootPath, in ProcessBundleInstallNative() argument 101 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(hnpRootPath)); in ProcessBundleInstallNative()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 275 std::string hnpRootPath = SRC_PATH; in HWTEST_F() local 280 ErrCode result = installClient_->ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName); in HWTEST_F() 282 userId, hnpRootPath, hapPath, cpuAbi, packageName)); in HWTEST_F()
|
/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 &hnpRootPath, in ProcessBundleInstallNative() argument 203 if (!InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName)) { in ProcessBundleInstallNative()
|
H A D | installd_operator.cpp | 459 bool InstalldOperator::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative() argument 475 int ret = NativeInstallHnp(userId.c_str(), hnpRootPath.c_str(), &hapInfo, 1); in ProcessBundleInstallNative()
|