Home
last modified time | relevance | path

Searched refs:UpdateLibAttrs (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.cpp1801 ErrCode ret = installer.UpdateLibAttrs(
2142 auto res = installer.UpdateLibAttrs(newInfo, cpuAbi, nativeLibraryPath, appQfInfo);
2224 ErrCode ret = installer.UpdateLibAttrs(
4148 auto ret = installer.UpdateLibAttrs(newInfo, TEST_CPU_ABI, BUNDLE_LIBRARY_PATH_DIR, appQfInfo);
4166 auto ret = installer.UpdateLibAttrs(newInfo, TEST_CPU_ABI, BUNDLE_LIBRARY_PATH_DIR, appQfInfo);
4195 auto ret = installer.UpdateLibAttrs(newInfo, TEST_CPU_ABI, BUNDLE_LIBRARY_PATH_DIR, appQfInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h581 ErrCode UpdateLibAttrs(const InnerBundleInfo &newInfo,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2455 ret = UpdateLibAttrs(newInfo, cpuAbi, nativeLibraryPath, appQfInfo); in ProcessDeployedHqfInfo()
2509 ret = UpdateLibAttrs(newInfo, cpuAbi, nativeLibraryPath, appQfInfo); in ProcessDeployingHqfInfo()
2524 ErrCode BaseBundleInstaller::UpdateLibAttrs(const InnerBundleInfo &newInfo, in UpdateLibAttrs() function in OHOS::AppExecFwk::BaseBundleInstaller