Home
last modified time | relevance | path

Searched defs:isLibIsolated (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp433 bool isLibIsolated = IsLibIsolated(appQuickFix.bundleName, appqfInfo.hqfInfos[0].moduleName); in ResetNativeSoAttrs() local
475 const HqfInfo hqfInfo, bool isLibIsolated, std::string &nativeLibraryPath, std::string &cpuAbi) in FetchPatchNativeSoAttrs()
726 bool isLibIsolated = IsLibIsolated(appQuickFix.bundleName, hqf.moduleName); in ExtractQuickFixSoFile() local
831 bool isLibIsolated = IsLibIsolated(appQuickFix.bundleName, hqf.moduleName); in ProcessApplyDiffPatch() local
897 bool isLibIsolated = IsLibIsolated(appQuickFix.bundleName, hqf.moduleName); in PrepareCodeSignatureParam() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp126 bool isLibIsolated = false; in DoSomething2() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h94 bool isLibIsolated = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h81 bool isLibIsolated = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h120 bool isLibIsolated = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp275 bool isLibIsolated = false; member
1758 bool isLibIsolated, in UpdateNativeSoAttrs()
1828 bool isLibIsolated = moduleJson.module.isLibIsolated; in ParserNativeSo() local
H A Dbundle_profile.cpp343 bool isLibIsolated = false; member
2044 bool isLibIsolated, in UpdateNativeSoAttrs()
2112 bool isLibIsolated = configJson.module.isLibIsolated; in ParserNativeSo() local
H A Dbase_bundle_installer.cpp2531 bool isLibIsolated = newInfo.IsLibIsolated(moduleName); in UpdateLibAttrs() local
4995 bool isLibIsolated = info.IsLibIsolated(info.GetCurModuleName()); in InnerProcessNativeLibs() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp272 bool isLibIsolated = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h117 bool isLibIsolated = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2356 bool isLibIsolated = false; variable