Ability framework. An ability is an abstraction of a functionality that an application can provide and is an essential component to OpenHarmony applications. | Ability是应用所具备能力的抽象,也是应用程序的重要组成部分
Application compatibility test suite | acts应用兼容性测试套
Storing declaration files for JavaScript APIs | JavaScript API 公共仓,存放 d.ts 声明文件
System ability framework | 系统服务框架定义
System ability framework | 系统服务框架定义
Common event and notification management framework | 通知和公共事件管理框架
Common event and notification management framework | 通知和公共事件管理框架
JS lite framework | 轻量级JS核心开发框架
Appspawn module for spawning application processes | 应用孵化模块
appspawn module for spawning application processes | 应用孵化模块appspawn进程
Power manager for LiteOS | 轻鸿蒙电源管理服务
Implementation code of the Distributed Scheduler | 分布式调度模块
Internal utility interfaces used in the application framework | 用户程序框架内部使用的工具接口
Storing declaration files for JavaScript APIs | JavaScript API 公共仓,存放 d.ts 声明文件
EventHandler提供了OpenHarmony线程间通信的基本能力,可以通过EventRunner创建新线程,将耗时的操作抛到新线程上执行,从而实现在不阻塞原来的线程的基础上合理地处理耗时任务。