/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 52 CHECK_RESULT(result, "hsp files check failed %{public}d"); in ParseFiles() 57 CHECK_RESULT(result, "copy file failed %{public}d"); in ParseFiles() 67 CHECK_RESULT(result, "hap syscap check failed %{public}d"); in ParseFiles() 76 CHECK_RESULT(result, "parse haps file failed %{public}d"); in ParseFiles() 91 CHECK_RESULT(result, "check device type failed %{public}d"); in ParseFiles() 95 CHECK_RESULT(result, "check label info failed %{public}d"); in ParseFiles() 316 CHECK_RESULT(result, "create dir failed %{public}d"); in MkdirIfNotExist() 327 CHECK_RESULT(result, "check bundle dir failed %{public}d"); in ExtractSharedBundles() 334 CHECK_RESULT(result, "check version dir failed %{public}d"); in ExtractSharedBundles() 339 CHECK_RESULT(result, "check module dir failed %{public}d"); in ExtractSharedBundles() [all …]
|
H A D | shared_bundle_installer.cpp | 58 CHECK_RESULT(result, "parse file failed %{public}d"); in ParseFiles()
|
/ohos5.0/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() 304 CHECK_RESULT(result, "Hsp file check failed %{public}d"); in CheckAndParseFiles() 308 CHECK_RESULT(result, "Hsp suffix check failed %{public}d"); in CheckAndParseFiles() 312 CHECK_RESULT(result, "Hsp syscap check failed %{public}d"); in CheckAndParseFiles() 322 CHECK_RESULT(result, "Parse hsps file failed %{public}d"); in CheckAndParseFiles() 337 CHECK_RESULT(result, "Check app label failed %{public}d"); in CheckAndParseFiles() 481 CHECK_RESULT(result, "Check bundle dir failed %{public}d"); in ExtractModule() 493 CHECK_RESULT(result, "Check module dir failed %{public}d"); in ExtractModule() 541 CHECK_RESULT(result, "Check bundle dir failed %{public}d"); in ExtractModule() 574 CHECK_RESULT(result, "Create dir failed %{public}d"); in MkdirIfNotExist() [all …]
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 756 CHECK_RESULT(result, "Check appService failed %{public}d"); in InnerProcessBundleInstall() 796 CHECK_RESULT(result, "Check singleton failed %{public}d"); in InnerProcessBundleInstall() 802 CHECK_RESULT(result, "update MDM app failed %{public}d"); in InnerProcessBundleInstall() 1120 CHECK_RESULT(result, "userId check failed %{public}d"); in ProcessBundleInstall() 1124 CHECK_RESULT(result, "hap file parse failed %{public}d"); in ProcessBundleInstall() 1129 CHECK_RESULT(result, "hap file check failed %{public}d"); in ProcessBundleInstall() 1134 CHECK_RESULT(result, "copy file failed %{public}d"); in ProcessBundleInstall() 1138 CHECK_RESULT(result, "hap syscap check failed %{public}d"); in ProcessBundleInstall() 1154 CHECK_RESULT(result, "parse haps file failed %{public}d"); in ProcessBundleInstall() 1174 CHECK_RESULT(result, "check dependency failed %{public}d"); in ProcessBundleInstall() [all …]
|
/ohos5.0/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 | 148 #define CHECK_RESULT(errcode, errmsg) \ macro
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_status.h | 160 #define CHECK_RESULT(status) \ macro
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 124 #define CHECK_RESULT(errcode, errmsg) \ macro
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 815 #define CHECK_RESULT(errcode, errmsg) \ macro
|