Home
last modified time | relevance | path

Searched refs:CHECK_PRO_ROLLBACK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp303 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, signatureInfo, randStr); in ProcessBundleInstall()
307 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, signatureInfo, randStr); in ProcessBundleInstall()
313 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, signatureInfo, randStr); in ProcessBundleInstall()
316 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, signatureInfo, randStr); in ProcessBundleInstall()
H A Dbundle_installer.cpp231 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, bundleRes.abilityRes, randStr); in ProcessBundleInstall()
237 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, bundleRes.abilityRes, randStr); in ProcessBundleInstall()
240 CHECK_PRO_ROLLBACK(errorCode, permissions, bundleInfo, bundleRes.abilityRes, randStr); in ProcessBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h101 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, abilityRes, randStr) \ macro
H A Dgt_bundle_installer.h117 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, signatureInfo, randStr) \ macro