Files
openharmony_ci 96ac9d25dc !155 ipc统一接口切换
Merge pull request !155 from 周礼亭/master
2022-05-10 16:04:45 +00:00
..
2022-05-10 16:04:45 +00:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2022-02-19 18:02:11 +08:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2022-02-17 14:47:28 +08:00
2021-03-11 18:48:34 +08:00

Introduction

  • AbilityInfo ability information such as bundleName, srcPath(file path of one application), iconPath, isVisible etc..
  • AppexecfwkErrors an emum including some error codes occurred when functions of Bundle manager service (BMS) return corresponding errors.
  • ElementName who encapsulates bundleName, deviceId and abilityName of one application to query ability information.
  • BundleInfo application information, including, versionName, smallIconPath, bigIconPath, iconPath, versionCode etc..
  • ModuleInfo encapsulating moduleName, description, name, moduleType, isDeliveryInstall, deviceType and metaData.

Directions

.
├── ability_info.h
├── appexecfwk_errors.h
├── bundle_info.h
├── element_name.h
├── module_info.h
└── README.md