12 Star 84 Fork 141

OpenHarmony/bundlemanager_bundle_framework_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
hanlu feature 41e6f09 12个月前
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Introduction

The implementation files of the corresponding .h files are provided at here and a tool bm can be utilized by developers to install, uninstall application or query some information of the specified application.

Directions

.
├── BUILD.gn
├── include
│   ├── ability_info_utils.h                # to provide some function to set the elements of AbilityInfo.
│   ├── bundle_callback.h                   # to provide monitor mechanism of install states for other module in the system.
│   ├── bundle_callback_utils.h             # to define some data structs to obtain the specified information return from the BMS `Bunndle Manager Servcice`.
│   ├── bundle_info_utils.h                 # to provide some functions to set the elements of BundleInfo.
│   ├── bundle_self_callback.h              # to provide the callback mechanism of install function and uninstall function.
│   ├── convert_utils.h                     # to provide some functions to transform AbilityInfo and BundleInfo to string, and then to transport by ipc.
│   └── module_info_utils.h                 # to provide some function to set the elements of ModuleInfo.
├── README.md
└── src
    ├── ability_info.cpp
    ├── ability_info_utils.cpp
    ├── bundle_callback.cpp
    ├── bundle_callback_utils.cpp
    ├── bundle_info.cpp
    ├── bundle_info_utils.cpp
    ├── bundle_manager.cpp
    ├── bundle_self_callback.cpp
    ├── convert_utils.cpp
    ├── element_name.cpp
    ├── event_handler.cpp
    ├── module_info.cpp
    ├── module_info_utils.cpp
    └── token_generate.cpp

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/bundlemanager_bundle_framework_lite.git
git@gitee.com:openharmony/bundlemanager_bundle_framework_lite.git
openharmony
bundlemanager_bundle_framework_lite
bundlemanager_bundle_framework_lite
master

搜索帮助