Searched refs:InnerProcessNativeLibs (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4387 ErrCode ret = installer.InnerProcessNativeLibs(info, modulePath); 4392 ret = installer.InnerProcessNativeLibs(info, modulePath); 4400 ret = installer.InnerProcessNativeLibs(info, modulePath); 4405 ret = installer.InnerProcessNativeLibs(info, modulePath); 4410 ret = installer.InnerProcessNativeLibs(info, modulePath); 4440 ErrCode ret = installer.InnerProcessNativeLibs(info, modulePath); 4444 ret = installer.InnerProcessNativeLibs(info, modulePath); 4448 ret = installer.InnerProcessNativeLibs(info, modulePath); 4799 ErrCode ret = installer.InnerProcessNativeLibs(info, modulePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 622 ErrCode InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modulePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 3147 auto result = InnerProcessNativeLibs(info, modulePath); in ExtractModule() 4987 ErrCode BaseBundleInstaller::InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modul… in InnerProcessNativeLibs() function in OHOS::AppExecFwk::BaseBundleInstaller
|