Home
last modified time | relevance | path

Searched defs:nativeLibraryPath (Results 1 – 25 of 29) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/
Dappqf_info.h32 std::string nativeLibraryPath; // quick fix so path member
Dhqf_info.h37 std::string nativeLibraryPath; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/plugin/
Dplugin_module_info.h32 std::string nativeLibraryPath; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
Dbase_shared_bundle_info.h31 std::string nativeLibraryPath; member
Dshared_module_info.h35 std::string nativeLibraryPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp298 std::string nativeLibraryPath = appQuickFix.deployingAppqfInfo.nativeLibraryPath; in ProcessNativeLibraryPath() local
305 std::string nativeLibraryPath = hqfInfo.nativeLibraryPath; in ProcessNativeLibraryPath() local
320 …t std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibraryPath) in ProcessNativeLibraryPath()
484 const HqfInfo hqfInfo, bool isLibIsolated, std::string &nativeLibraryPath, std::string &cpuAbi) in FetchPatchNativeSoAttrs()
811 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in ExtractSoFiles() local
878 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in ExtractEncryptedSoFiles() local
Dquick_fix_checker.cpp255 std::string nativeLibraryPath = appqfInfo.nativeLibraryPath; in CheckMultiNativeSo() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
Ddriver_installer.cpp55 std::string nativeLibraryPath = ""; in CopyDriverSoFile() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dchild_main_thread.cpp423 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in GetNativeLibPath() local
Dmain_thread.cpp210 std::string nativeLibraryPath = bundleInfo.applicationInfo.nativeLibraryPath; in GetNativeLibPath() local
1945 …MainThread::CalcNativeLiabraryEntries(const BundleInfo &bundleInfo, std::string &nativeLibraryPath) in CalcNativeLiabraryEntries()
1996 void MainThread::LoadNativeLibrary(const BundleInfo &bundleInfo, std::string &nativeLibraryPath) in LoadNativeLibrary()
2946 void MainThread::LoadAppDetailAbilityLibrary(std::string &nativeLibraryPath) in LoadAppDetailAbilityLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp132 std::string BuildTempNativeLibraryPath(const std::string &nativeLibraryPath) in BuildTempNativeLibraryPath()
2620 std::string nativeLibraryPath; in ProcessHqfInfo() local
2648 ErrCode BaseBundleInstaller::ProcessDeployedHqfInfo(const std::string &nativeLibraryPath, in ProcessDeployedHqfInfo()
2700const std::string &nativeLibraryPath, const std::string &cpuAbi, const InnerBundleInfo &newInfo) c… in ProcessDeployingHqfInfo() argument
2747 const std::string &cpuAbi, const std::string &nativeLibraryPath, AppqfInfo &appQfInfo) const in UpdateLibAttrs() argument
2781 const std::string &nativeLibraryPath, const std::string &hqfLibraryPath) const in CheckHapLibsWithPatchLibs() argument
2821 std::string nativeLibraryPath = ""; in ExtractEncryptedSoFiles() local
2840 …BundleInstaller::ProcessDiffFiles(const AppqfInfo &appQfInfo, const std::string &nativeLibraryPath, in ProcessDiffFiles()
5429 std::string nativeLibraryPath; in InnerProcessNativeLibs() local
5511 std::string nativeLibraryPath; in VerifyCodeSignatureForHap() local
[all …]
Dbundle_install_checker.cpp1092 std::string nativeLibraryPath = (infos.begin()->second).GetNativeLibraryPath(); in CheckMultiNativeSo() local
Dinner_bundle_info.cpp2046 void InnerBundleInfo::SetSharedModuleNativeLibraryPath(const std::string &nativeLibraryPath) in SetSharedModuleNativeLibraryPath()
4195 std::string nativeLibraryPath; in CheckSoEncryption() local
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dhap_module_info.h95 std::string nativeLibraryPath; member
Dapplication_info.h155 std::string nativeLibraryPath; member
/foundation/ability/ability_runtime/frameworks/cj/ffi/application_context/include/
Dcj_bundle_info.h82 char* nativeLibraryPath; member
253 char* nativeLibraryPath; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
Dinner_bundle_info.h82 std::string nativeLibraryPath; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dhap_module_info.h146 std::string nativeLibraryPath; member
Dapplication_info.h291 std::string nativeLibraryPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h116 std::string nativeLibraryPath; member
1148 void SetModuleNativeLibraryPath(const std::string &nativeLibraryPath) in SetModuleNativeLibraryPath()
1624 void SetNativeLibraryPath(const std::string &nativeLibraryPath) in SetNativeLibraryPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp1946 std::string nativeLibraryPath = "X86"; variable
1963 std::string nativeLibraryPath = "X86"; variable
1979 std::string nativeLibraryPath = "X86"; variable
1996 std::string nativeLibraryPath = ""; variable
2036 std::string nativeLibraryPath = "libs/armeabi-v7a/"; variable
2320 std::string nativeLibraryPath = "/data/test"; variable
2350 std::string nativeLibraryPath = "/data/test"; variable
2430 std::string nativeLibraryPath = "X86"; variable
4726 std::string nativeLibraryPath = ""; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
Dapp_service_fwk_installer.cpp759 const std::string &nativeLibraryPath) in MoveSoToRealPath()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
Dbundle_manager_utils.h373 char* nativeLibraryPath; member
457 char* nativeLibraryPath; member
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
Dmain_thread_test.cpp1532 std::string nativeLibraryPath = ""; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dcommon_func.cpp1535 napi_value nativeLibraryPath; in ConvertApplicationInfo() local
1832 napi_value nativeLibraryPath; in ConvertHapModuleInfo() local

12