Lines Matching refs:of
19 You can use the JAR package of the unpacking tool to unpack an HAP file by importing unpacking opti…
32 | --hap-path | Yes | NA | Path of the HAP file. …
34 | --out-path | Yes | NA | Path of the target files. …
39 You can use the JAR package of the unpacking tool to unpack an APP file by importing unpacking opti…
52 | --app-path | Yes | NA | Path of the APP file. …
53 | --out-path | Yes | NA | Path of the target files. …
58 You can use the JAR package of the unpacking tool to unpack an HAP file to obtain the rpcid file by…
72 | --hap-path | Yes | NA | Path of the HAP file. …
73 | --out-path | Yes | NA | Path of the target rpcid file. …
78 You can use the JAR package of the unpacking tool to unpack an HSP file by importing unpacking opti…
91 | --hsp-path | Yes | NA | Path of the HSP file. |
92 | --out-path | Yes | NA | Path of the target files. |
97 You can use the JAR package of the unpacking tool to unpack an APPQF file by importing unpacking op…
110 | --appqf-path | Yes | NA | Path of the APPQF file. |
111 | --out-path | Yes | NA | Path of the target files. |
122 …n the APP file.<br>Input parameters: **appPath**, which specifies the path of the APP file.<br>Ret…
123 …n the APP file.<br>Input parameters: **input**, which specifies the stream of the APP file.<br>Ret…
124 …n the APP file.<br>Input parameters: **hapPath**, which specifies the path of the HAP file.<br>Ret…
125 …n the APP file.<br>Input parameters: **input**, which specifies the stream of the HAP file.<br>Ret…
127 ## Fields of the Unpacking Tool
135 …t\<PackInfo> | Information about **packages** in the **pack.info** file of the bundle. …
136 | profileInfos | List\<profileInfo> | Configuration information of the application. …
137 | profileInfosStr | List\<String> | Configuration information of the application.| NA |
138 … | String | Path of the icon of the entry component. If there is no entry compone…
139 …el | String | Label of the entry component. If there is no entry component, …
140 | packageSize | long | Size of the APP file, in bytes.| NA |
156 | hapName | String | Name of the HAP file that is being parsed. …
157 | appInfo | AppInfo struct (see **AppInfo Struct** below)| Struct of the application informati…
165 | bundleName | String | Bundle name of the application. …
166 | vendor | String | Vendor of the application. …
167 | relatedBundleName | String | Related bundle name of the application. …
168 | versionName | String | Version name of the application. …
169 | versionCode | String | Version code of the application. …
172 | appName | String | Label of the ability displayed on the home screen. …
173 | appNameEN | String | Label of the ability displayed on the home screen. …
174 | releaseType | String | Release type of the target API version required for ru…
175 | shellVersionCode | String | API version number of the application. …
176 | shellVersionName | String | API version name of the application. …
179 | icon | String | Path of the application icon. …
180 | label | String | Label of the application. …
181 | description | String | Description of the application. …
182 | minCompatibleVersionCode | int | Earliest compatible version of the application. …
187 | labels | HashMap\<String, String> | Labels of the application in multiple…
188 | descriptions | HashMap\<String, String> | Descriptions of the application in mu…
196 | name | String | Name of the module. …
197 | description | String | Description of the HAP. …
199 | abilities | List\<AbilityInfo> | Ability information of the…
200 | defPermissions | List\<DefPermission> | Default permissions of the…
201 | definePermissions | List\<DefinePermission> | Defined permissions of the…
202 … List\<DefPermissionsGroups> | Default permission groups of the HAP. | NA …
203 | distro | Distro struct | Distro description of the …
204 | reqCapabilities | List\<String> | Required capabilities of t…
205 | deviceType | List\<String> | Type of devices on which t…
206 …aData struct (see **metaData Struct** below) | Custom metadata of the HAP. …
207 | dependencies | List\<DependencyItem> | Dependencies of the HAP. …
213 | srcEntrance | String | Entry code path of the app…
214 | process | String | Process name of the HAP. …
215 …name or ExtensionAbility name of the HAP file.| This field is newly added to the stage model. In t…
216 | uiSyntax | String | Syntax type of a JS compon…
221 | descriptions | HashMap\<String, String> | Description of the HAP. …
222 | compressedSize | long | Size of the compressed HAP…
223 | originalSize | long | Original size of the HAP f…
229 | name | String | Logical name of the ability. …
230 | description | String | Description of the ability. …
231 | descriptionRes | String | Description of the ability. …
232 | icon | String | Icon of the ability. …
233 | iconPath | String | Path of the ability icon. …
239 | uri | String | URI of the ability. | …
240 | launchType | String | Launcher type of the ability. | N…
241 | orientation | String | Orientation of the ability. | NA…
243 | grantPermission | boolean | Granted permissions of the ability. …
244 | readPermission | String | Read permissions of the ability. | …
245 | writePermission | String | Write permissions of the ability. | …
246 | uriPermissionMode | String | URI permission mode of the ability. | …
247 | uriPermissionPath | String | URI permission path of the ability. | …
249 | mission | String | Mission of the ability. | NA…
250 | targetAbility | String | Target ability of the ability. | N…
253 | srcLanguage | String | Source language of the ability. …
254 | srcPath | String | Source path of the ability. …
255 | srcEntrance | String | Source entrance of the ability. …
257 | metaData | MetaData struct (see **MetaData Struct** below)| Custom metadata of the abili…
258 | configChanges | List\<String> | Configuration changes of the ability. …
259 | formInfos | List\<AbilityFormInfo> | Widgets of the ability. | …
260 | permissions | List\<String> | Permissions of the ability. | NA…
261 | skills | List\<SkillInfo> | Skills of the ability. | NA…
262 | backgroundModes | List\<String> | Background modes of the ability. | N…
263 | labels | HashMap\<String, String> | Names of the ability displayed to users in multipl…
264 | descriptions | HashMap\<String, String> | Descriptions of the ability in multiple languages.…
270 | moduleName | String | Name of the module. | This field corresponds to…
271 | moduleType | String | Type of the HAP. | This field corresponds to…
274 | virtualMachine | String | Type of the target virtual machine (VM) where the HAP is running.…
281 | results | List\<MetaDataInfo> | Result information of the metadata. | This field is…
282 | customizeDatas | List\<CustomizeData> | Custom data of the metadata.| NA |
288 | name | String | Name of the **MetaDataInfo** struct. | This field is unique to the F…
289 | description | String | Description of the **MetaDataInfo** struct.| This field is unique to the F…
290 | type | String | Type of the **MetaDataInfo** struct. | This field is unique to the F…
296 | name | String | Name of the **CustomizeData** struct. | This field corresponds to **metadata** i…
297 | value | String | Value of the **CustomizeData** struct.| This field corresponds to **metadata** i…
298 | extra | String | Extra information of the **CustomizeData** struct.| This field corresponds to **…
304 | name | String | Name of the requested permission. …
306 | usedScene | UsedScene struct (see **UsedScene Struct** below)| Application scenario of the permis…
320 | shortcutId | String | ID of the **ShortCut** struct. …
321 | label | String | Label of the **ShortCut** struct. …
322 | icon | String | Icon of the **ShortCut** struct. …
323 …tInfo> | Intents to which the shortcut points. The attribute consists of the **targetClass** …
330 | targetClass | String | Class name for the target ability of the shortcut.| NA |
331 | targetBundle | String | Target bundle name of the shortcut.| NA |
337 | apiVersion | ApiVersion struct | API version of the **DistroFilter** struct. | NA |
338 | screenShape | ScreenShape struct | Screen shape of the **DistroFilter** struct. | NA |
339 | screenDensity | ScreenDensity struct| Screen density of the **DistroFilter** struct.| NA |
340 | screenWindow | ScreenWindow struct | Screen window of the **DistroFilter** struct. | NA |
341 | countryCode | CountryCode struct | Country code of the **DistroFilter** struct. | NA |
382 | name | String | Logical name of the ExtensionAbility. …
383 | srcEntrance | String | JS code path of the ExtensionAbility. …
384 | icon | String | Icon ID of the ExtensionAbility. …
386 | description | String | Description of the ExtensionAbility. …
387 …of the ExtensionAbility, which can be **form**, **workScheduler**, **inputMethod**, **service**, *…
388 … | Permissions required when the ExtensionAbility is called by the ability of another application.…
392 | skills | List\<SkillInfo> | Skills of the Want that the extensionAbility can rec…
394 | metadata | MetaData Struct | Metadata of the ExtensionAbility. …
395 | uri | String | URI of the data provided by the ExtensionAbility. …
396 | descriptions | HashMap\<String, String> | Descriptions of the ExtensionAbility in multiple lan…
397 | labels | HashMap\<String, String> | Names of the ExtensionAbility displayed to users in …
403 | actions | List\<String> | Actions of the Want that the ExtensionAbility can receive.| NA …
404 | entities | List\<String> | Entities of the Want that the ExtensionAbility can receive. | N…
410 | schema | String | Schema information of the **ModuleUriInfo** struct. | NA |
411 | host | String | Host of the **ModuleUriInfo** struct. | NA |
412 | port | String | Port of the **ModuleUriInfo** struct. | NA |
413 | pathStartWith | String | Path prefix of the **ModuleUriInfo** struct. | NA |
414 | pathRegex | String | Path regular expression of the **ModuleUriInfo** struct.| NA |
415 | path | String | Path information of the **ModuleUriInfo** struct. | NA |
416 | type | String | Type of the **ModuleUriInfo** struct. | NA |
422 | name | String | Name of the widget. …
423 | type | String | Type of the widget. …
426 …nterval to update the widget. The unit is 30 minutes. The value is a multiple of 30. | NA |
428 … | Default dimensions of the widget. The value must be available in the **supportDim…
429 | MetaData | MetaData | Custom data of the widget. …
430 | description | String | Description of the widget. …
431 | src | String | JS code of the widget. …
432 | windowInfo | ModuleWindowInfo struct | Window information of the ability. …
434 | colorMode | String | Color mode of the widget, which can be **auto**,…
437 …of the widget provider.<br>- FA model: If the widget is configured in an ability of the Service ty…
438 | descriptions | HashMap\<String, String> | Descriptions of the ability in multiple language…
445 | name | String | Name of the class corresponding to the current static common event. …
449 | events | List\<String> | Events of the Want that the ExtensionAbility can receive. | In t…
455 | bundleName | String | Bundle name of the shared package.| NA |
456 | moduleName | String | Module name of the shared package.| NA |
457 | versionCode | String | Version number of the shared bundle. | NA |
469 | moduleName | String | Name of the preloaded module.| NA |
489 | name | String | Name of the default permission. | NA |
490 | grantMode | String | Grant mode of the default permission. | N…
491 | group | String | Group of the default permission. |…
492 | label | String | Label of the default permission. | N…
493 | description | String | Description of the default permission. …
494 | availableScope | List\<String> | Available scope of the default permission. …
495 | labels | HashMap\<String, String> | Labels of the default permission in multiple language…
496 | descriptions | HashMap\<String, String> | Descriptions of the default permission in multiple la…
502 | name | String | Name of the defined permission. …
503 | grantMode | String | Grant mode of the defined permission. …
504 | availableLevel | String | Group of the defined permission. …
507 | label | String | Label of the defined permission. …
508 | description | String | Description of the defined permission. …
509 | descriptions | HashMap\<String, String> | Descriptions of the defined permission in mul…
510 | labels | HashMap\<String, String> | Labels of the defined permission in multiple …
516 | name | String | Name of the default permission group.| NA |
517 | order | String | Sequence of the default permission group. | NA |
518 | icon | String | Icon of the default permission group.| NA |
519 | label | String | Label of the default permission group.| NA |
520 | description | String | Description of the default permission group.| NA |
528 | minHeight | String | Minimum height of the widget. | NA |
529 | defaultHeight | String | Default height of the widget. | NA |
530 | minWidth | String | Minimum width of the widget | NA |
531 | defaultWidth | String | Default width of the widget. | NA |
537 | name | String | Name of the ModuleMetadataInfo.| NA |
538 | value | String | Value of the ModuleMetadataInfo. | NA |
539 | resource | String | Resource of the ModuleMetadataInfo.| NA |
545 | designWidth | int | Designed width of the used scene of the module. | NA |
546 | autoDesignWidth | boolean | Automatically designed width of the used scene of the module.| NA |