/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 54 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument 56 if (extractParam.srcPath.empty() || extractParam.targetPath.empty() || hnpPackageInfo.empty()) { in ExtractHnpFiles() 59 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
|
H A D | mock_installd_host_impl.cpp | 43 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam)
in ExtractHnpFiles() argument
|
H A D | mock_install_client.cpp | 36 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 1230 std::string hnpPackageInfo;
in HWTEST_F() local 1231 auto ret = InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 1238 ret = InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 1606 std::string hnpPackageInfo = "{\"package\": \"hnpsample.hnp\", \"type\": \"public\"}";
in HWTEST_F() local 1607 auto ret = InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 1623 std::string hnpPackageInfo = "{\"package\": \"hnpsample.hnp\", \"type\": \"public\"}";
in HWTEST_F() local 1624 auto ret = InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 1640 std::string hnpPackageInfo;
in HWTEST_F() local 1641 auto ret = InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 941 std::string hnpPackageInfo = "";
in HWTEST_F() local 945 ErrCode ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 949 ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam);
in HWTEST_F() 954 ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 60 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument 62 if (extractParam.srcPath.empty() || extractParam.targetPath.empty() || hnpPackageInfo.empty()) { in ExtractHnpFiles() 65 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 223 std::string hnpPackageInfo = EMPTY_STRING; in HWTEST_F() local 227 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F() 240 std::string hnpPackageInfo = "hnpPackageInfo"; in HWTEST_F() local 244 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F() 257 std::string hnpPackageInfo = "hnpPackageInfo"; in HWTEST_F() local 261 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F() 262 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 334 std::string hnpPackageInfo; in HWTEST_F() local 336 auto ret = installdHostImpl.ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 2618 std::string hnpPackageInfo; in HWTEST_F() local 2620 auto ret = impl.ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 56 * @param hnpPackageInfo Indicates the hnpPackageInfo. 60 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
|
H A D | installd_operator.h | 90 static bool ExtractFiles(const std::string hnpPackageInfo, const ExtractParam &extractParam);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 182 ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 72 * @param hnpPackageInfo Indicates the hnpPackageInfo. 76 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument
|
H A D | installd_proxy.h | 58 * @param hnpPackageInfo Indicates the hnpPackageInfo. 62 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 174 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument 176 LOG_D(BMS_TAG_INSTALLD, "ExtractHnpFiles hnpPackageInfo %{public}s", hnpPackageInfo.c_str()); in ExtractHnpFiles() 183 if (extractParam.srcPath.empty() || extractParam.targetPath.empty() || hnpPackageInfo.empty()) { in ExtractHnpFiles() 188 if (!InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam)) { in ExtractHnpFiles()
|
H A D | installd_operator.cpp | 292 bool InstalldOperator::ExtractFiles(const std::string hnpPackageInfo, const ExtractParam &extractParam) in ExtractFiles() argument 295 std::stringstream hnpPackageInfoString(hnpPackageInfo); in ExtractFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 275 std::string hnpPackageInfo = Str16ToStr8(data.ReadString16()); in HandleExtractHnpFiles() local 282 ErrCode result = ExtractHnpFiles(hnpPackageInfo, *info); in HandleExtractHnpFiles()
|
H A D | installd_proxy.cpp | 80 ErrCode InstalldProxy::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() argument 84 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(hnpPackageInfo)); in ExtractHnpFiles()
|