Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp752 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
811tmpSoPath = (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
884tmpSoPath = (tmpSoPath.back() == ServiceConstants::PATH_SEPARATOR[0]) ? (tmpSoPath + moduleName) : in ExtractEncryptedSoFiles()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h111 …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 Dinstalld_client.cpp386 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 Dmock_install_client.cpp263 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument
H A Dmock_installd_host_impl.cpp259 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 Dinstalld_operator.h289 const std::string &tmpSoPath, int32_t uid);
292 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid);
H A Dinstalld_host_impl.h210 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp518 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 Dbase_bundle_installer.cpp2595 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 Dbms_installd_client_test.cpp1413 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 Dinstalld_host_impl.cpp1383 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 Dinstalld_operator.cpp1850 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 Dinstalld_client.h221 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid);
H A Dbase_bundle_installer.h671 …bool ExtractEncryptedSoFiles(const InnerBundleInfo &info, const std::string &tmpSoPath, int32_t ui…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h374 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles() argument
H A Dinstalld_proxy.h212 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 Dbms_bundle_quick_fix_test.cpp4611 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 Dinstalld_host.cpp775 std::string tmpSoPath = Str16ToStr8(data.ReadString16()); in HandExtractEncryptedSoFiles() local
778 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
H A Dinstalld_proxy.cpp717 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 Dbms_install_daemon_test.cpp1384 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 Dbms_bundle_installer_test.cpp6017 std::string tmpSoPath = ""; variable
6019 bool ret = installer.ExtractEncryptedSoFiles(info, tmpSoPath, uid);