代码拉取完成,页面将自动刷新
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.
.
├── 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。