/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 54 CHECK_RESULT(result, "hsp files check failed %{public}d"); in ParseFiles() 59 CHECK_RESULT(result, "copy file failed %{public}d"); in ParseFiles() 65 CHECK_RESULT(result, "obtain hsp file path or signature file path failed due to %{public}d"); in ParseFiles() 76 CHECK_RESULT(result, "hap files check signature info failed %{public}d"); in ParseFiles() 80 CHECK_RESULT(result, "parse haps file failed %{public}d"); in ParseFiles() 84 CHECK_RESULT(result, "check install permission failed %{public}d"); in ParseFiles() 88 CHECK_RESULT(result, "check hsp install condition failed %{public}d"); in ParseFiles() 104 CHECK_RESULT(result, "check label info failed %{public}d"); in ParseFiles() 108 CHECK_RESULT(result, "delivery sign profile failed %{public}d"); in ParseFiles() 112 CHECK_RESULT(resul in ParseFiles() [all...] |
H A D | shared_bundle_installer.cpp | 58 CHECK_RESULT(result, "parse file failed %{public}d"); in ParseFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 86 CHECK_RESULT(result, "BeforeInstall check failed %{public}d"); in Install() 298 CHECK_RESULT(result, "CheckAndParseFiles failed %{public}d"); in ProcessInstall() 317 CHECK_RESULT(result, "UpdateAppService failed %{public}d"); in ProcessInstall() 384 CHECK_RESULT(result, "Hsp file check failed %{public}d"); in CheckAndParseFiles() 388 CHECK_RESULT(result, "Hsp suffix check failed %{public}d"); in CheckAndParseFiles() 401 CHECK_RESULT(result, "Hsp files check signature info failed %{public}d"); in CheckAndParseFiles() 405 CHECK_RESULT(result, "Parse hsps file failed %{public}d"); in CheckAndParseFiles() 409 CHECK_RESULT(result, "Check install permission failed %{public}d"); in CheckAndParseFiles() 413 CHECK_RESULT(result, "Check hsp install condition failed %{public}d"); in CheckAndParseFiles() 425 CHECK_RESULT(resul in CheckAndParseFiles() [all...] |
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/ |
H A D | ability_attach_task.cpp | 45 CHECK_RESULT(status);
in Execute() 56 CHECK_RESULT(status);
in Execute()
|
H A D | app_terminate_task.cpp | 36 CHECK_RESULT(status);
in Execute()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | shared_bundle_installer.h | 82 #define CHECK_RESULT(errcode, errmsg) \ macro
|
H A D | inner_shared_bundle_installer.h | 147 #define CHECK_RESULT(errcode, errmsg) \ macro
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 99 CHECK_RESULT(ret, "BeforeAddExtResource failed %{public}d"); in AddExtResource() 101 CHECK_RESULT(ret, "InnerEnableDynamicIcon failed %{public}d"); in AddExtResource() 167 CHECK_RESULT(ret, "CopyToTempDir failed %{public}d"); in ProcessAddExtResource() 209 CHECK_RESULT(ret, "Check sign failed %{public}d"); in ParseExtendResourceFile() 339 CHECK_RESULT(ret, "Check mpdule exist failed %{public}d"); in RemoveExtResource() 446 CHECK_RESULT(ret, "GetExtendResourceInfo failed %{public}d"); in EnableDynamicIcon()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 765 CHECK_RESULT(result, "Check appService failed %{public}d"); in InnerProcessBundleInstall() 803 CHECK_RESULT(result, "Check singleton failed %{public}d"); in InnerProcessBundleInstall() 809 CHECK_RESULT(result, "update MDM app failed %{public}d"); in InnerProcessBundleInstall() 822 CHECK_RESULT(result, "CheckInstallationFree failed %{public}d"); in InnerProcessBundleInstall() 825 CHECK_RESULT(result, "The app has been installed and update lower version bundle %{public}d"); in InnerProcessBundleInstall() 828 CHECK_RESULT(result, "Check native so between oldInfo and newInfos failed %{public}d"); in InnerProcessBundleInstall() 854 CHECK_RESULT(result, "CreateBundleUserData failed %{public}d"); in InnerProcessBundleInstall() 859 CHECK_RESULT(result, "ExtractAllArkProfileFile failed %{public}d"); in InnerProcessBundleInstall() 888 CHECK_RESULT(result, "ProcessBundleInstallStatus failed %{public}d"); in InnerProcessBundleInstall() 941 CHECK_RESULT(resul in InnerProcessBundleInstall() [all...] |
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_status.h | 160 #define CHECK_RESULT(status) \
macro
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 37 CHECK_RESULT(result, "copy all driver files failed due to error %{public}d"); in CopyAllDriverFile() 68 CHECK_RESULT(result, "driver so path is invalid, error is %{public}d"); in CopyDriverSoFile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 129 #define CHECK_RESULT(errcode, errmsg) \ macro
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 822 #define CHECK_RESULT(errcode, errmsg) \ macro
|