Home
last modified time | relevance | path

Searched refs:ExtractModuleFiles (Results 1 - 21 of 21) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/
H A Dbasebundleinstallerextractmodulefiles_fuzzer.cpp35 auto ret1 = basebundleinstall.ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp68 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 Dbms_install_daemon_host_impl_test.cpp100 * @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 Dbms_install_daemon_ipc_test.cpp180 * @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 Dinstalld_client.cpp35 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 Dmock_installd_host_impl.cpp37 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp25 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 Dinstalld_client.cpp40 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 Dbase_bundle_installer.cpp3653 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 Dinstalld_host_impl.h45 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h51 ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
H A Dbase_bundle_installer.h307 ErrCode ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h55 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h47 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 Dbms_installd_client_test.cpp117 * @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 Dinner_shared_bundle_installer.cpp700 auto result = InstalldClient::GetInstance()->ExtractModuleFiles(bundlePath, moduleDir, tempSoPath, cpuAbi); in ProcessNativeLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp689 auto result = InstalldClient::GetInstance()->ExtractModuleFiles( in ProcessNativeLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp254 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 Dinstalld_proxy.cpp51 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 Dbms_bundle_installer_test.cpp2334 * @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 Dinstalld_host_impl.cpp126 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()

Completed in 48 milliseconds