• Home
Name Date Size #Lines LOC

..--

js/builtin/12-May-2024-12783

slite/12-May-2024-15324

LICENSED12-May-202410.1 KiB177150

README.mdD12-May-2024825 1816

ability_info.hD12-May-20244.3 KiB18262

appexecfwk_errors.hD12-May-202414.9 KiB370111

bundle_info.hD12-May-20244.8 KiB16646

bundle_manager.hD12-May-202411.3 KiB29339

bundle_status_callback.hD12-May-20243.7 KiB10521

element_name.hD12-May-20244.1 KiB13735

install_param.hD12-May-20242.2 KiB7213

module_info.hD12-May-20243.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```