Home
last modified time | relevance | path

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 Dbms_bundle_installer_test.cpp4387 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 Dbase_bundle_installer.h622 ErrCode InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modulePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3147 auto result = InnerProcessNativeLibs(info, modulePath); in ExtractModule()
4987 ErrCode BaseBundleInstaller::InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modul… in InnerProcessNativeLibs() function in OHOS::AppExecFwk::BaseBundleInstaller