/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/ |
H A D | basebundleinstallerextractmodulefiles_fuzzer.cpp | 35 auto ret1 = basebundleinstall.ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 68 int ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, 160 int BmsInstallDaemonTest::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::BmsInstallDaemonTest 166 return InstalldClient::GetInstance()->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles() 731 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", ""); in HWTEST_F() 748 int result = ExtractModuleFiles("", TEMP_DIR, "", ""); in HWTEST_F() 764 int result = ExtractModuleFiles(bundleFile, "", "", ""); in HWTEST_F() 780 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", ""); in HWTEST_F() 798 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", ""); in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 100 * @tc.desc: 1. calling ExtractModuleFiles of hostImpl
108 auto ret = hostImpl->ExtractModuleFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING);
in HWTEST_F() 505 * @tc.desc: 1. calling ExtractModuleFiles of hostImpl
513 auto ret = hostImpl->ExtractModuleFiles("", TEST_STRING, TEST_STRING, TEST_STRING);
in HWTEST_F() 515 ret = hostImpl->ExtractModuleFiles(TEST_STRING, "", TEST_STRING, TEST_STRING);
in HWTEST_F() 517 ret = hostImpl->ExtractModuleFiles("", "", TEST_STRING, TEST_STRING);
in HWTEST_F()
|
H A D | bms_install_daemon_ipc_test.cpp | 180 * @tc.desc: 1. calling ExtractModuleFiles of proxy
188 auto ret = proxy->ExtractModuleFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 35 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient 43 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
|
H A D | mock_installd_host_impl.cpp | 37 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 25 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 40 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient 48 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
|
H A D | base_bundle_installer.cpp | 3653 ErrCode BaseBundleInstaller::ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath, in ExtractModuleFiles() function in OHOS::AppExecFwk::BaseBundleInstaller 3657 auto result = InstalldClient::GetInstance()->ExtractModuleFiles(modulePath_, modulePath, targetSoPath, cpuAbi); in ExtractModuleFiles() 5227 auto result = ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in InnerProcessNativeLibs()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 45 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 51 ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
|
H A D | base_bundle_installer.h | 307 ErrCode ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 55 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 47 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 117 * @tc.name: ExtractModuleFiles 118 * @tc.desc: Test whether ExtractModuleFiles is called normally.(srcModulePath is empty) 127 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F() 134 * @tc.name: ExtractModuleFiles 144 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F() 151 * @tc.name: ExtractModuleFiles 152 * @tc.desc: Test whether ExtractModuleFiles is called normally. 161 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F() 162 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractModuleFiles, in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 700 auto result = InstalldClient::GetInstance()->ExtractModuleFiles(bundlePath, moduleDir, tempSoPath, cpuAbi); in ProcessNativeLibrary()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 689 auto result = InstalldClient::GetInstance()->ExtractModuleFiles( in ProcessNativeLibrary()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 254 LOG_NOFUNC_I(BMS_TAG_INSTALLD, "ExtractModuleFiles %{public}s", targetPath.c_str()); in HandleExtractModuleFiles() 255 ErrCode result = ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HandleExtractModuleFiles()
|
H A D | installd_proxy.cpp | 51 ErrCode InstalldProxy::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2334 * @tc.desc: 1.Test the ExtractModuleFiles of InstalldHostImpl 2339 auto ret = impl.ExtractModuleFiles("", "", TEST_STRING, TEST_STRING); in HWTEST_F() 2342 ret = impl.ExtractModuleFiles("", TEST_STRING, TEST_STRING, TEST_STRING); in HWTEST_F() 2345 ret = impl.ExtractModuleFiles(TEST_STRING, "", TEST_STRING, TEST_STRING); in HWTEST_F() 2348 ret = impl.ExtractModuleFiles("wrong", TEST_STRING, "wrong", "wrong"); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 126 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl 129 LOG_D(BMS_TAG_INSTALLD, "ExtractModuleFiles extract original src %{public}s and target src %{public}s", in ExtractModuleFiles() 136 LOG_E(BMS_TAG_INSTALLD, "Calling the function ExtractModuleFiles with invalid param"); in ExtractModuleFiles()
|