Home
last modified time | relevance | path

Searched refs:UPGRADE_PACKAGES_ANALYZE_FAILED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_error.cpp44 …{EdmReturnErrCode::UPGRADE_PACKAGES_ANALYZE_FAILED, "the upgrade packages do not exist or analyzin…
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_errors.h55 constexpr uint32_t UPGRADE_PACKAGES_ANALYZE_FAILED = 9201004; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dsystem_manager_proxy.cpp130 if (ret == EdmReturnErrCode::UPGRADE_PACKAGES_ANALYZE_FAILED) { in NotifyUpdatePackages()