4 Star 19 Fork 8

OpenHarmony-Retired / aafwk_frameworks_kits_ability_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:21 . add OpenHarmony 1.0 baseline

AbilityKit - ability development kit

Introduction

The cpp file is the implementation of AbilityKit class.

Features

  • provides methods for users to write their own applications.
  • manage slices of the ability in an application
  • create the application main thread and display the window

Directions


.
└── ability_lite
    ├── BUILD.gn
    ├── include
    │   ├── ability_env_impl.h                # implementation of ability_env.h
    │   ├── ability_scheduler.h               # execute ability task from ability manager service
    │   ├── ability_service_manager.h         # manage the ability of service
    │   ├── ability_slice_manager.h           # manage the slice of the ability
    │   ├── ability_slice_route.h             # manage the entry of an ability
    │   ├── ability_slice_scheduler.h         # scheduler the slices of an ability
    │   ├── ability_slice_stack.h             # store all the slices in an ability and supply method to operate them
    │   ├── ability_thread.h                  # the main thread of the kit
    │   ├── ability_window.h                  # handle the window during a whole ability lifecycle
    │   └── app_info.h                        # a struct that records the information of an application
    ├── README.md
    └── src
        ├── ability.cpp
        ├── ability_context.cpp
        ├── ability_env.cpp
        ├── ability_env_impl.cpp
        ├── ability_loader.cpp
        ├── ability_manager.cpp
        ├── ability_scheduler.cpp
        ├── ability_service_manager.cpp
        ├── ability_slice.cpp
        ├── ability_slice_manager.cpp
        ├── ability_slice_route.cpp
        ├── ability_slice_scheduler.cpp
        ├── ability_slice_stack.cpp
        ├── ability_thread.cpp
        ├── ability_window.cpp
        └── main.cpp
1
https://gitee.com/openharmony-retired/aafwk_frameworks_kits_ability_lite.git
git@gitee.com:openharmony-retired/aafwk_frameworks_kits_ability_lite.git
openharmony-retired
aafwk_frameworks_kits_ability_lite
aafwk_frameworks_kits_ability_lite
master

搜索帮助