/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 75 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 D | bms_install_daemon_host_impl_test.cpp | 107 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 D | bms_install_daemon_ipc_test.cpp | 188 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 D | installd_client.cpp | 35 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 D | mock_install_client.cpp | 25 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &tar… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 37 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 D | installd_client.cpp | 40 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 D | base_bundle_installer.cpp | 3501 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 D | bms_installd_client_test.cpp | 127 …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 D | installd_client.h | 51 ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
|
H A D | base_bundle_installer.h | 296 ErrCode ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath,
|
/ohos5.0/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
|
H A D | installd_proxy.h | 47 …virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
|
/ohos5.0/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,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 692 …auto result = InstalldClient::GetInstance()->ExtractModuleFiles(bundlePath, moduleDir, tempSoPath,… in ProcessNativeLibrary()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 605 auto result = InstalldClient::GetInstance()->ExtractModuleFiles( in ProcessNativeLibrary()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 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 &targ… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2335 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 D | installd_host_impl.cpp | 126 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &t… in ExtractModuleFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|