Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h116 bool ExtractEncryptedSoFiles(const BundleInfo &bundleInfo, const std::string &moduleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp380 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 Dmock_installd_host_impl.cpp251 ErrCode InstalldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp255 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 Dquickfixdeployer_fuzzer.cpp138 quickFixDeployer.ExtractEncryptedSoFiles(bundleInfo, moduleName, reinterpret_cast<uintptr_t>(data), oldSoPath); in DoSomething2()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp506 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 Dbase_bundle_installer.cpp2627 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 Dinstalld_host_impl.h206 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h215 ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
H A Dbase_bundle_installer.h671 bool ExtractEncryptedSoFiles(const InnerBundleInfo &info, const std::string &tmpSoPath, int32_t uid) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h367 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h208 virtual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp768 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 Dbms_install_daemon_ipc_test.cpp753 * @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 Dbms_install_daemon_test.cpp1086 * @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 Dbms_installd_client_test.cpp1424 * @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 Dinstalld_host.cpp751 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
H A Dinstalld_proxy.cpp687 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 Dbms_bundle_quick_fix_test.cpp4849 * 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 Dinstalld_host_impl.cpp1330 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 Dbms_bundle_installer_test.cpp5974 * @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()

Completed in 51 milliseconds