Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp75 int ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
170 int BmsInstallDaemonTest::ExtractModuleFiles(const std::string &srcModulePath, const std::string &t… in ExtractModuleFiles() function in OHOS::BmsInstallDaemonTest
176 …return InstalldClient::GetInstance()->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, … in ExtractModuleFiles()
753 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", "");
770 int result = ExtractModuleFiles("", TEMP_DIR, "", "");
786 int result = ExtractModuleFiles(bundleFile, "", "", "");
802 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", "");
820 int result = ExtractModuleFiles(bundleFile, TEMP_DIR, "", "");
H A Dbms_install_daemon_host_impl_test.cpp107 auto ret = hostImpl->ExtractModuleFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING);
512 auto ret = hostImpl->ExtractModuleFiles("", TEST_STRING, TEST_STRING, TEST_STRING);
514 ret = hostImpl->ExtractModuleFiles(TEST_STRING, "", TEST_STRING, TEST_STRING);
516 ret = hostImpl->ExtractModuleFiles("", "", TEST_STRING, TEST_STRING);
H A Dbms_install_daemon_ipc_test.cpp188 auto ret = proxy->ExtractModuleFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp35 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &tar… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient
43 …return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi… in ExtractModuleFiles()
H A Dmock_install_client.cpp25 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &tar… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp37 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &t… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp40 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &tar… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient
48 …return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi… in ExtractModuleFiles()
H A Dbase_bundle_installer.cpp3501 ErrCode BaseBundleInstaller::ExtractModuleFiles(const InnerBundleInfo &info, const std::string &mod… in ExtractModuleFiles() function in OHOS::AppExecFwk::BaseBundleInstaller
3505 …auto result = InstalldClient::GetInstance()->ExtractModuleFiles(modulePath_, modulePath, targetSoP… in ExtractModuleFiles()
5021 auto result = ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in InnerProcessNativeLibs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp127 …ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAb…
144 …ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAb…
161 …ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAb…
162 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractModuleFiles,
/ohos5.0/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.h296 ErrCode ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath,
/ohos5.0/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
H A Dinstalld_proxy.h47 …virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
/ohos5.0/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,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp692 …auto result = InstalldClient::GetInstance()->ExtractModuleFiles(bundlePath, moduleDir, tempSoPath,… in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp605 auto result = InstalldClient::GetInstance()->ExtractModuleFiles( in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp255 ErrCode result = ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HandleExtractModuleFiles()
H A Dinstalld_proxy.cpp51 ErrCode InstalldProxy::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targ… in ExtractModuleFiles() 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.cpp2335 auto ret = impl.ExtractModuleFiles("", "", TEST_STRING, TEST_STRING);
2338 ret = impl.ExtractModuleFiles("", TEST_STRING, TEST_STRING, TEST_STRING);
2341 ret = impl.ExtractModuleFiles(TEST_STRING, "", TEST_STRING, TEST_STRING);
2344 ret = impl.ExtractModuleFiles("wrong", TEST_STRING, "wrong", "wrong");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp126 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &t… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl