/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 752 std::string tmpSoPath = ServiceConstants::HAP_COPY_PATH + ServiceConstants::PATH_SEPARATOR + in ExtractSoAndApplyDiff() local 768 if (!ExtractEncryptedSoFiles(bundleInfo, hqf.moduleName, bundleUid, tmpSoPath)) { in ExtractSoAndApplyDiff() 773 if (!ExtractSoFiles(bundleInfo, hqf.moduleName, tmpSoPath)) { in ExtractSoAndApplyDiff() 779 auto result = ProcessApplyDiffPatch(appQuickFix, hqf, tmpSoPath, patchPath, bundleUid); in ExtractSoAndApplyDiff() 791 std::string &tmpSoPath) in ExtractSoFiles() argument 811 … tmpSoPath = (tmpSoPath.back() == ServiceConstants::PATH_SEPARATOR[0]) ? (tmpSoPath + moduleName) : in ExtractSoFiles() 812 (tmpSoPath + ServiceConstants::PATH_SEPARATOR + moduleName); in ExtractSoFiles() 816 extractParam.targetPath = tmpSoPath; in ExtractSoFiles() 857 int32_t uid, std::string &tmpSoPath) in ExtractEncryptedSoFiles() argument 884 … tmpSoPath = (tmpSoPath.back() == ServiceConstants::PATH_SEPARATOR[0]) ? (tmpSoPath + moduleName) : in ExtractEncryptedSoFiles() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 111 …xtractSoFiles(const BundleInfo &bundleInfo, const std::string &moduleName, std::string &tmpSoPath); 117 int32_t uid, std::string &tmpSoPath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 386 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument 388 if (hapPath.empty() || tmpSoPath.empty() || cpuAbi.empty()) { in ExtractEncryptedSoFiles() 392 …CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles()
|
H A D | mock_install_client.cpp | 263 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument
|
H A D | mock_installd_host_impl.cpp | 259 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 289 const std::string &tmpSoPath, int32_t uid); 292 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid);
|
H A D | installd_host_impl.h | 210 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 518 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument 520 if (hapPath.empty() || tmpSoPath.empty() || cpuAbi.empty()) { in ExtractEncryptedSoFiles() 524 …CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles()
|
H A D | base_bundle_installer.cpp | 2595 const std::string &tmpSoPath, int32_t uid) const in ExtractEncryptedSoFiles() argument 2613 …_INSTALLER, "real path %{public}s tmpPath %{public}s", realSoFilesPath.c_str(), tmpSoPath.c_str()); in ExtractEncryptedSoFiles() 2615 tmpSoPath, uid) == ERR_OK; in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1413 std::string tmpSoPath; variable 1416 realSoFilesPath, cpuAbi, tmpSoPath, uid); 1430 std::string tmpSoPath = "tmpso.path"; variable 1433 realSoFilesPath, cpuAbi, tmpSoPath, uid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1383 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument 1392 if (hapPath.empty() || tmpSoPath.empty()) { in ExtractEncryptedSoFiles() 1394 hapPath.c_str(), tmpSoPath.c_str()); in ExtractEncryptedSoFiles() 1400 !CheckPathValid(tmpSoPath, ServiceConstants::HAP_COPY_PATH)) { in ExtractEncryptedSoFiles() 1405 return InstalldOperator::ExtractSoFilesToTmpHapPath(hapPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles() 1408 …turn InstalldOperator::ExtractSoFilesToTmpSoPath(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in ExtractEncryptedSoFiles()
|
H A D | installd_operator.cpp | 1850 const std::string &tmpSoPath, int32_t uid) in ExtractSoFilesToTmpHapPath() argument 1866 std::string innerTmpSoPath = tmpSoPath; in ExtractSoFilesToTmpHapPath() 1914 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractSoFilesToTmpSoPath() argument 1933 std::string innerTmpSoPath = tmpSoPath; in ExtractSoFilesToTmpSoPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 221 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid);
|
H A D | base_bundle_installer.h | 671 …bool ExtractEncryptedSoFiles(const InnerBundleInfo &info, const std::string &tmpSoPath, int32_t ui…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 374 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument
|
H A D | installd_proxy.h | 212 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 4611 std::string tmpSoPath = ""; variable 4618 bool ret = deployer->ExtractSoFiles(bundleInfo, "feature", tmpSoPath); 4621 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath); 4625 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath); 4630 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath); 4864 std::string tmpSoPath; variable 4867 bool ret = deployer->ExtractEncryptedSoFiles(bundleInfo, moduleName, uid, tmpSoPath); 4886 std::string tmpSoPath = FILE1_PATH; variable 4888 bool ret = deployer->ExtractEncryptedSoFiles(bundleInfo, BUNDLE_NAME, uid, tmpSoPath); 4910 std::string tmpSoPath = FILE1_PATH; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 775 std::string tmpSoPath = Str16ToStr8(data.ReadString16()); in HandExtractEncryptedSoFiles() local 778 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
|
H A D | installd_proxy.cpp | 717 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument 724 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(tmpSoPath)); in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 1384 std::string tmpSoPath; variable 1386 … ErrCode ret = hostImpl.ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6017 std::string tmpSoPath = ""; variable 6019 bool ret = installer.ExtractEncryptedSoFiles(info, tmpSoPath, uid);
|