Providing traditional input methods, such as key, touch, keyboard, and mouse inputs | 提供传统的输入交互方式,例如按键、触控、键盘、鼠标等
arkcompiler toolchain | 方舟工具链
Obtaining device status | 获取设备状态
foundation process | foundation系统进程
Internal utility interfaces used in the application framework | 用户程序框架内部使用的工具接口
Device security level management | 设备安全等级管理模块
方舟ArkTS运行时(ARK TypeScript Runtime)是OpenHarmony上ArkTS应用使用的运行时。包含ArkTS/JS对象的分配器以及垃圾回收器(GC)、符合ECMAScript规范的标准库、用于运行ARK前端组件生成的方舟字节码(ARK Bytecode简称abc)的解释器、用于加速的内联缓存、静态类型编译器、运行时的C++/C函数接口(NAPI)等模块。
Application permission management and IPC authentication | 提供应用权限管理及IPC通信鉴权能力
Security authentication capabilities for device interconnection | 提供设备互连安全认证能力
Basic components of the MCU module in the DFX subsystem | DFX-MCU基础组件
System Information dumper for LiteOS | LiteOS系统信息导出
DSoftBus capabilities, including discovery, networking, and transmission | 软总线发现、组网、传输功能实现
Ability framework. An ability is an abstraction of a functionality that an application can provide and is an essential component to OpenHarmony applications. | Ability是应用所具备能力的抽象,也是应用程序的重要组成部分
ATM(AccessTokenManager)是OpenHarmony上基于AccessToken构建的统一的应用权限管理能力。