/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/ |
H A D | appqf_info.h | 31 std::string nativeLibraryPath; // quick fix so path member
|
H A D | hqf_info.h | 37 std::string nativeLibraryPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
H A D | base_shared_bundle_info.h | 30 std::string nativeLibraryPath; member
|
H A D | shared_module_info.h | 35 std::string nativeLibraryPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 293 std::string nativeLibraryPath = appQuickFix.deployingAppqfInfo.nativeLibraryPath; in ProcessNativeLibraryPath() local 300 std::string nativeLibraryPath = hqfInfo.nativeLibraryPath; in ProcessNativeLibraryPath() local 315 …t std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibraryPath) in ProcessNativeLibraryPath() 475 const HqfInfo hqfInfo, bool isLibIsolated, std::string &nativeLibraryPath, std::string &cpuAbi) in FetchPatchNativeSoAttrs() 801 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in ExtractSoFiles() local 868 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in ExtractEncryptedSoFiles() local
|
H A D | quick_fix_checker.cpp | 255 std::string nativeLibraryPath = appqfInfo.nativeLibraryPath; in CheckMultiNativeSo() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 127 std::string nativeLibraryPath(data, size); in DoSomething2() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 55 std::string nativeLibraryPath = ""; in CopyDriverSoFile() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 415 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in GetNativeLibPath() local
|
H A D | main_thread.cpp | 195 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in GetNativeLibPath() local 1872 …MainThread::CalcNativeLiabraryEntries(const BundleInfo &bundleInfo, std::string &nativeLibraryPath) in CalcNativeLiabraryEntries() 1923 void MainThread::LoadNativeLiabrary(const BundleInfo &bundleInfo, std::string &nativeLibraryPath) in LoadNativeLiabrary() 2836 void MainThread::LoadAppDetailAbilityLibrary(std::string &nativeLibraryPath) in LoadAppDetailAbilityLibrary()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 135 std::string BuildTempNativeLibraryPath(const std::string &nativeLibraryPath) in BuildTempNativeLibraryPath() 2396 std::string nativeLibraryPath; in ProcessHqfInfo() local 2424 ErrCode BaseBundleInstaller::ProcessDeployedHqfInfo(const std::string &nativeLibraryPath, in ProcessDeployedHqfInfo() 2477 …const std::string &nativeLibraryPath, const std::string &cpuAbi, const InnerBundleInfo &newInfo) c… in ProcessDeployingHqfInfo() argument 2525 const std::string &cpuAbi, const std::string &nativeLibraryPath, AppqfInfo &appQfInfo) const in UpdateLibAttrs() argument 2559 const std::string &nativeLibraryPath, const std::string &hqfLibraryPath) const in CheckHapLibsWithPatchLibs() argument 2599 std::string nativeLibraryPath = ""; in ExtractEncryptedSoFiles() local 2618 …BundleInstaller::ProcessDiffFiles(const AppqfInfo &appQfInfo, const std::string &nativeLibraryPath, in ProcessDiffFiles() 4991 std::string nativeLibraryPath; in InnerProcessNativeLibs() local 5072 std::string nativeLibraryPath; in VerifyCodeSignatureForHap() local [all …]
|
H A D | bundle_install_checker.cpp | 1054 std::string nativeLibraryPath = (infos.begin()->second).GetNativeLibraryPath(); in CheckMultiNativeSo() local
|
H A D | inner_bundle_info.cpp | 2114 void InnerBundleInfo::SetSharedModuleNativeLibraryPath(const std::string &nativeLibraryPath) in SetSharedModuleNativeLibraryPath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 95 std::string nativeLibraryPath; member
|
H A D | application_info.h | 155 std::string nativeLibraryPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1764 std::string nativeLibraryPath = "X86"; variable 1781 std::string nativeLibraryPath = "X86"; variable 1797 std::string nativeLibraryPath = "X86"; variable 1814 std::string nativeLibraryPath = ""; variable 1854 std::string nativeLibraryPath = "libs/armeabi-v7a/"; variable 2109 std::string nativeLibraryPath = "/data/test"; variable 2139 std::string nativeLibraryPath = "/data/test"; variable 2219 std::string nativeLibraryPath = "X86"; variable 4482 std::string nativeLibraryPath = ""; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 82 std::string nativeLibraryPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 136 std::string nativeLibraryPath; member
|
H A D | application_info.h | 267 std::string nativeLibraryPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 118 std::string nativeLibraryPath; member 1135 void SetModuleNativeLibraryPath(const std::string &nativeLibraryPath) in SetModuleNativeLibraryPath() 1611 void SetNativeLibraryPath(const std::string &nativeLibraryPath) in SetNativeLibraryPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 658 const std::string &nativeLibraryPath) in MoveSoToRealPath()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 1504 std::string nativeLibraryPath = ""; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1499 napi_value nativeLibraryPath; in ConvertApplicationInfo() local 1796 napi_value nativeLibraryPath; in ConvertHapModuleInfo() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 2357 std::string nativeLibraryPath; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 11952 std::string nativeLibraryPath = ""; variable 12610 std::string nativeLibraryPath = "libs/arm"; variable
|