Home
last modified time | relevance | path

Searched refs:CHECK_RESULT_WITH_ROLLBACK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1254CHECK_RESULT_WITH_ROLLBACK(result, "internal processing failed with result %{public}d", newInfos, … in ProcessBundleInstall()
1262CHECK_RESULT_WITH_ROLLBACK(result, "copy hap to install path failed %{public}d", newInfos, oldInfo… in ProcessBundleInstall()
1274CHECK_RESULT_WITH_ROLLBACK(result, "move so file to install path failed %{public}d", newInfos, old… in ProcessBundleInstall()
1278 CHECK_RESULT_WITH_ROLLBACK(result, "web verify failed %{public}d", newInfos, oldInfo); in ProcessBundleInstall()
1284CHECK_RESULT_WITH_ROLLBACK(result, "rename temp dirs failed with result %{public}d", newInfos, old… in ProcessBundleInstall()
1302CHECK_RESULT_WITH_ROLLBACK(result, "install cross-app shared bundles failed %{public}d", newInfos,… in ProcessBundleInstall()
1306CHECK_RESULT_WITH_ROLLBACK(result, "copy driver files failed due to error %{public}d", newInfos, o… in ProcessBundleInstall()
1347 CHECK_RESULT_WITH_ROLLBACK(result, "mark install finish failed %{public}d", newInfos, oldInfo); in ProcessBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h823 #define CHECK_RESULT_WITH_ROLLBACK(errcode, errmsg, newInfos, oldInfo) \ macro