Searched refs:ProcessNativeLibraryPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 85 void ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &innerAppQuickFix); 87 void ProcessNativeLibraryPath(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 259 ProcessNativeLibraryPath(newPatchPath, newInnerAppQuickFix); in ToDeployEndStatus() 289 void QuickFixDeployer::ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &inn… in ProcessNativeLibraryPath() function in OHOS::AppExecFwk::QuickFixDeployer 294 ProcessNativeLibraryPath(patchPath, innerAppQuickFix, nativeLibraryPath); in ProcessNativeLibraryPath() 301 ProcessNativeLibraryPath(patchPath, innerAppQuickFix, nativeLibraryPath); in ProcessNativeLibraryPath() 314 void QuickFixDeployer::ProcessNativeLibraryPath( in ProcessNativeLibraryPath() function in OHOS::AppExecFwk::QuickFixDeployer
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 101 quickFixDeployer.ProcessNativeLibraryPath(targetPath, innerAppQuickFix); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1209 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); 1236 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); 1261 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix);
|