• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Mar-2025-

js/builtin/H17-Mar-2025-12783

slite/H17-Mar-2025-15324

LICENSEH A D17-Mar-202510.1 KiB177150

README.mdH A D17-Mar-2025825 1816

ability_info.hH A D17-Mar-20254.3 KiB18262

appexecfwk_errors.hH A D17-Mar-202514.9 KiB370111

bundle_info.hH A D17-Mar-20254.8 KiB16646

bundle_manager.hH A D17-Mar-202511.3 KiB29339

bundle_status_callback.hH A D17-Mar-20253.7 KiB10521

element_name.hH A D17-Mar-20254.1 KiB13735

install_param.hH A D17-Mar-20252.2 KiB7213

module_info.hH A D17-Mar-20253.4 KiB12136

README.md

1## Introduction
2
3- `AbilityInfo` ability information such as bundleName, srcPath(file path of one application), iconPath, isVisible etc..
4- `AppexecfwkErrors` an emum including some error codes occurred when functions of `Bundle manager service` (BMS) return corresponding errors.
5- `ElementName` who encapsulates bundleName, deviceId and abilityName of one application to query ability information.
6- `BundleInfo` application information, including, versionName, smallIconPath, bigIconPath, iconPath, versionCode etc..
7- `ModuleInfo` encapsulating moduleName, description, name, moduleType, isDeliveryInstall, deviceType and metaData.
8## Directions
9
10```
11.
12├── ability_info.h
13├── appexecfwk_errors.h
14├── bundle_info.h
15├── element_name.h
16├── module_info.h
17└── README.md
18```