/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/ |
H A D | appqf_info.h | 30 std::string cpuAbi; // quick fix abi member
|
H A D | hqf_info.h | 36 std::string cpuAbi; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/ |
H A D | basebundleinstallerextractmodulefiles_fuzzer.cpp | 34 std::string cpuAbi; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 56 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 82 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 305 const std::string &cpuAbi) in ExtractDiffFiles() 346 … virtual ErrCode GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 374 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
H A D | check_encryption_param.h | 33 std::string cpuAbi; member
|
H A D | extract_param.h | 37 std::string cpuAbi; member
|
H A D | code_signature_param.h | 25 std::string cpuAbi; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 126 std::string cpuAbi = CPU_ABI; variable 143 std::string cpuAbi = CPU_ABI; variable 160 std::string cpuAbi = CPU_ABI; variable 277 std::string cpuAbi = CPU_ABI; variable 929 std::string cpuAbi = CPU_ABI; variable 945 std::string cpuAbi = CPU_ABI; variable 961 std::string cpuAbi = EMPTY_STRING; variable 977 std::string cpuAbi = CPU_ABI; variable 1412 const std::string cpuAbi; variable 1429 const std::string cpuAbi = "cpuabi"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 36 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 63 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 299 const std::string &cpuAbi) in ExtractDiffFiles() 346 …e InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 386 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
H A D | mock_install_client.cpp | 26 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 42 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 189 const std::string &filePath, const std::string &targetPath, const std::string &cpuAbi) in ExtractDiffFiles() 230 …e InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 263 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
H A D | mock_installd_host_impl.cpp | 38 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 49 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 165 const std::string &cpuAbi) in ExtractDiffFiles() 231 …InstalldHostImpl::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 259 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
H A D | shared_module_info.h | 34 std::string cpuAbi; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 41 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 69 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 363 const std::string &cpuAbi) in ExtractDiffFiles() 412 …e InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 518 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
H A D | base_bundle_installer.cpp | 2395 std::string cpuAbi; in ProcessHqfInfo() local 2425 …const std::string &cpuAbi, const InnerBundleInfo &newInfo, const AppQuickFix &oldAppQuickFix) const in ProcessDeployedHqfInfo() argument 2525 const std::string &cpuAbi, const std::string &nativeLibraryPath, AppqfInfo &appQfInfo) const in UpdateLibAttrs() argument 2598 std::string cpuAbi = ""; in ExtractEncryptedSoFiles() local 3177 std::string cpuAbi = info.GetCpuAbi(); in ExtractModule() local 3262 std::string cpuAbi = info.GetArkNativeFileAbi(); in ExtractArkNativeFile() local 3502 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 4990 std::string cpuAbi; in InnerProcessNativeLibs() local 5071 std::string cpuAbi; in VerifyCodeSignatureForHap() local 5096 ErrCode BaseBundleInstaller::CheckSoEncryption(InnerBundleInfo &info, const std::string &cpuAbi, in CheckSoEncryption() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/ |
H A D | appservicefwkinstallerupdateappservice_fuzzer.cpp | 55 std::string cpuAbi(data, size); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 333 const std::string &cpuAbi) in ExtractFiles() 508 bool InstalldOperator::IsNativeSo(const std::string &entryName, const std::string &cpuAbi) in IsNativeSo() 521 const std::string &targetPath, const std::string &cpuAbi) in IsDiffFiles() 573 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 609 … const std::string &targetPath, const std::string &cpuAbi, const ExtractFileType &extractFileType) in ExtractTargetFile() 673 …nstalldOperator::DeterminePrefix(const ExtractFileType &extractFileType, const std::string &cpuAbi, in DeterminePrefix() 1281 const std::string &cpuAbi) in ExtractDiffFiles() 1443 …InstalldOperator::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 1551 const std::string cpuAbi = checkEncryptionParam.cpuAbi; in CheckEncryption() local 1617 …l InstalldOperator::ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuAbi, in ObtainNativeSoFile() [all …]
|
H A D | installd_host_impl.cpp | 127 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 197 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 1195 const std::string &cpuAbi) in ExtractDiffFiles() 1291 …InstalldHostImpl::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 1383 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 475 const HqfInfo hqfInfo, bool isLibIsolated, std::string &nativeLibraryPath, std::string &cpuAbi) in FetchPatchNativeSoAttrs() 725 std::string cpuAbi; in ExtractQuickFixSoFile() local 800 std::string cpuAbi = bundleInfo.applicationInfo.cpuAbi; in ExtractSoFiles() local 830 std::string cpuAbi; in ProcessApplyDiffPatch() local 867 std::string cpuAbi = bundleInfo.applicationInfo.cpuAbi; in ExtractEncryptedSoFiles() local 896 std::string cpuAbi; in PrepareCodeSignatureParam() local
|
H A D | quick_fix_checker.cpp | 256 std::string cpuAbi = appqfInfo.cpuAbi; in CheckMultiNativeSo() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 1243 std::string cpuAbi = "cpuabi"; variable 1260 std::string cpuAbi = "cpuabi"; variable 1277 std::string cpuAbi = ""; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_proxy.cpp | 52 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles() 96 const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) in ProcessBundleInstallNative() 486 const std::string &cpuAbi) in ExtractDiffFiles() 618 …de InstalldProxy::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() 717 const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) in ExtractEncryptedSoFiles()
|
H A D | installd_host.cpp | 253 std::string cpuAbi = Str16ToStr8(data.ReadString16()); in HandleExtractModuleFiles() local 292 std::string cpuAbi = Str16ToStr8(data.ReadString16()); in HandleProcessBundleInstallNative() local 604 std::string cpuAbi = Str16ToStr8(data.ReadString16()); in HandleExtractDiffFiles() local 774 std::string cpuAbi = Str16ToStr8(data.ReadString16()); in HandExtractEncryptedSoFiles() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 128 std::string cpuAbi(data, size); in DoSomething2() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 679 std::string cpuAbi; in ProcessNativeLibrary() local 711 const std::string &cpuAbi, const std::string &targetSoPath, const std::string &signatureFileDir, in VerifyCodeSignatureForNativeFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 54 std::string cpuAbi = ""; in CopyDriverSoFile() local
|