Lines Matching refs:HAP

121 Failed to install the HAP because the HAP fails to be parsed.
124 调用installer模块中的install接口时,传入的HAP解析失败。
127 1. HAP的格式不是zip格式。
128 2. HAP的配置文件不满足json格式。
129 3. HAP的配置文件缺少必要的字段。
139 Failed to install the HAP because the HAP signature fails to be verified.
146 1. HAP没有签名。
148 3. 升级的HAP与已安装的HAP签名信息不一致。
160 Failed to install the HAP because the HAP path is invalid or the HAP is too large.
166 1. 输入错误,HAP的文件路径不存在。
167 2. HAP的路径无法访问。
168 3. HAP的大小超过最大限制4G。
173 3. 查看HAP的大小是否超过4G。
175 ## 17700015 多个HAP配置信息不同导致应用安装失败
181 调用installer模块中的install接口时,多个HAP配置信息不同导致应用安装失败。
187 确认多个HAP中配置文件app下面的字段是否一致。
192 Failed to install the HAP because of insufficient system disk space.
206 Failed to install the HAP since the version of the HAP to install is too early.
220 Failed to install the HAP or HSP because the dependent module does not exist.
269 调用bundleManager模块中的getBundleArchiveInfo接口时,传入的HAP路径无效。
296 Failed to get the profile because the specified profile is not found in the HAP.
397 ## 17700031 Overlay特性校验失败导致HAP安装失败
400 Failed to install the HAP because the overlay check of the HAP failed.
551 Failed to install the HAP because the installation is forbidden by enterprise device management.
564 Failed to install the HAP because of incorrect URI in the data proxy.
579 Failed to install the HAP because of low APL in the non-system data proxy (required APL: system_bas…
594 Failed to install the HAP because the isolationMode configured is not supported.
600 1. 设备支持隔离模式,即persist.bms.supportIsolationMode为true时,HAP配置的isolationMode为nonisolationOnly。
601 2. 设备不支持隔离模式,即persist.bms.supportIsolationMode为false时,HAP配置的isolationMode为isolationOnly。
604 按照设备的隔离模式正确配置HAP字段isolationMode。
608 Failed to uninstall the HAP because the uninstall is forbidden by enterprise device management.
621 Failed to install the HAP because the VersionCode to be updated is not greater than the current Ver…
636 Failed to install the HAP because the code signature verification failed.
653 Failed to install the HAP because the bundleName is different from the bundleName of the caller app…
666 Failed to install the HAP because an enterprise normal/MDM bundle cannot be installed on non-enterp…
680 Failed to install the HAP because the distribution type of the caller application is not enterprise…
693 Failed to install the HAP because a debug bundle can be installed only in developer mode.
719 Failed to install the HAP because the HAP requests wrong permissions.
763 Failed to uninstall updates because the HAP is not pre-installed.
777 Failed to install the HAP because this application is prohibited from being installed on this devic…
855 Failed to install the HAP because installing the native package failed.
867 Failed to uninstall the HAP because uninstalling the native package failed.
930 Failed to install the HAP because an application with the same bundle name but different signature …