/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 116 bool ExtractEncryptedSoFiles(const BundleInfo &bundleInfo, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 380 ErrCode InstalldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldClient 387 return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles()
|
H A D | mock_installd_host_impl.cpp | 251 ErrCode InstalldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 255 ErrCode InstalldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 138 quickFixDeployer.ExtractEncryptedSoFiles(bundleInfo, moduleName, reinterpret_cast<uintptr_t>(data), oldSoPath); in DoSomething2()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 506 ErrCode InstalldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldClient 513 return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles()
|
H A D | base_bundle_installer.cpp | 2627 bool BaseBundleInstaller::ExtractEncryptedSoFiles(const InnerBundleInfo &info, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::BaseBundleInstaller 2647 return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(modulePath_, realSoFilesPath, cpuAbi, in ExtractEncryptedSoFiles() 2679 if (!ExtractEncryptedSoFiles(innerBundleInfo, oldSoPath, bundleUid)) { in ProcessDiffFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 206 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 215 ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
H A D | base_bundle_installer.h | 671 bool ExtractEncryptedSoFiles(const InnerBundleInfo &info, const std::string &tmpSoPath, int32_t uid) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 367 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 208 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 768 if (!ExtractEncryptedSoFiles(bundleInfo, hqf.moduleName, bundleUid, tmpSoPath)) { in ExtractSoAndApplyDiff() 856 bool QuickFixDeployer::ExtractEncryptedSoFiles(const BundleInfo &bundleInfo, const std::string &moduleName, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::QuickFixDeployer 888 return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid) == in ExtractEncryptedSoFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 753 * @tc.name: test Marshalling function of ExtractEncryptedSoFiles
754 * @tc.desc: 1. calling ExtractEncryptedSoFiles of proxy
762 auto ret = installdProxy->ExtractEncryptedSoFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING, UID);
in HWTEST_F() 1108 * @tc.name: test Marshalling function of ExtractEncryptedSoFiles
1109 * @tc.desc: 1. calling ExtractEncryptedSoFiles of proxy
1116 auto ret = proxy->ExtractEncryptedSoFiles(TEST_STRING, TEST_STRING, TEST_STRING, TEST_STRING, UID);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 1086 * @tc.desc: 1. test ExtractEncryptedSoFiles 1096 ErrCode ret = hostImpl.ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1424 * @tc.name: ExtractEncryptedSoFiles 1425 * @tc.desc: call ExtractEncryptedSoFiles. 1435 ErrCode result = installClient_->ExtractEncryptedSoFiles(hapPath, in HWTEST_F() 1442 * @tc.name: ExtractEncryptedSoFiles 1443 * @tc.desc: call ExtractEncryptedSoFiles. 1453 ErrCode result = installClient_->ExtractEncryptedSoFiles(hapPath, in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 751 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
|
H A D | installd_proxy.cpp | 687 ErrCode InstalldProxy::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 4849 * Function: ExtractEncryptedSoFiles 4850 * @tc.name: test ExtractEncryptedSoFiles 4860 bool ret = deployer->ExtractEncryptedSoFiles(bundleInfo, moduleName, uid, tmpSoPath); in HWTEST_F() 4866 * Function: ExtractEncryptedSoFiles 4867 * @tc.name: test ExtractEncryptedSoFiles 4879 bool ret = deployer->ExtractEncryptedSoFiles(bundleInfo, BUNDLE_NAME, uid, tmpSoPath); in HWTEST_F() 4885 * Function: ExtractEncryptedSoFiles 4886 * @tc.name: test ExtractEncryptedSoFiles 4901 bool ret = deployer->ExtractEncryptedSoFiles(bundleInfo, BUNDLE_NAME, uid, tmpSoPath); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1330 ErrCode InstalldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 5974 * @tc.name: test ExtractEncryptedSoFiles 5975 * @tc.desc: test ExtractEncryptedSoFiles of BaseBundleInstaller 5983 bool ret = installer.ExtractEncryptedSoFiles(info, tmpSoPath, uid); in HWTEST_F() 5989 * @tc.name: test ExtractEncryptedSoFiles 5990 * @tc.desc: test ExtractEncryptedSoFiles of BaseBundleInstaller with api13 6002 bool ret = installer.ExtractEncryptedSoFiles(innerBundleInfo, tmpSoPath, uid); in HWTEST_F()
|