/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 878 std::string realSoFilesPath; in ExtractEncryptedSoFiles() local 880 realSoFilesPath.append(Constants::BUNDLE_CODE_DIR).append(ServiceConstants::PATH_SEPARATOR) in ExtractEncryptedSoFiles() 887 realSoFilesPath.c_str(), tmpSoPath.c_str()); in ExtractEncryptedSoFiles() 888 …return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tm… in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 385 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument 392 …return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPat… in ExtractEncryptedSoFiles()
|
H A D | mock_install_client.cpp | 262 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
|
H A D | mock_installd_host_impl.cpp | 258 …ldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 517 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument 524 …return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPat… in ExtractEncryptedSoFiles()
|
H A D | base_bundle_installer.cpp | 2605 std::string realSoFilesPath; in ExtractEncryptedSoFiles() local 2607 realSoFilesPath.append(Constants::BUNDLE_CODE_DIR).append(ServiceConstants::PATH_SEPARATOR) in ExtractEncryptedSoFiles() 2609 if (realSoFilesPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractEncryptedSoFiles() 2610 realSoFilesPath += ServiceConstants::PATH_SEPARATOR; in ExtractEncryptedSoFiles() 2613 …LOG_D(BMS_TAG_INSTALLER, "real path %{public}s tmpPath %{public}s", realSoFilesPath.c_str(), tmpSo… in ExtractEncryptedSoFiles() 2614 …return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(modulePath_, realSoFilesPath, cpuAbi, in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1411 const std::string realSoFilesPath; variable 1416 realSoFilesPath, cpuAbi, tmpSoPath, uid); 1428 const std::string realSoFilesPath = "realSofiles.path"; variable 1433 realSoFilesPath, cpuAbi, tmpSoPath, uid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 220 ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 373 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
|
H A D | installd_proxy.h | 211 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 291 …c ErrCode ExtractSoFilesToTmpSoPath(const std::string &hapPath, const std::string &realSoFilesPath,
|
H A D | installd_host_impl.h | 209 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1382 …ldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument 1399 !CheckPathValid(realSoFilesPath, Constants::BUNDLE_CODE_DIR) || in ExtractEncryptedSoFiles() 1403 if (realSoFilesPath.empty()) { in ExtractEncryptedSoFiles() 1408 …return InstalldOperator::ExtractSoFilesToTmpSoPath(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, ui… in ExtractEncryptedSoFiles()
|
H A D | installd_operator.cpp | 1913 …Operator::ExtractSoFilesToTmpSoPath(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractSoFilesToTmpSoPath() argument 1917 if (realSoFilesPath.empty()) { in ExtractSoFilesToTmpSoPath() 1957 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 773 std::string realSoFilesPath = Str16ToStr8(data.ReadString16()); in HandExtractEncryptedSoFiles() local 778 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
|
H A D | installd_proxy.cpp | 716 …talldProxy::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument 722 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(realSoFilesPath)); in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 1382 std::string realSoFilesPath; variable 1386 … ErrCode ret = hostImpl.ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid);
|