Native API header files containing API declarations and comments | Native接口的头文件,包含了接口声明和标准注释。
| 文件 | 最后提交记录 | 最后更新时间 |
|---|
| update picker header Signed-off-by: huangxiaoxiao <huangxiaoxiao8@huawei.com> | 1 个月前 |
| !3819 merge master into master hidebug 补充 ProfilerOptions 扩展配置 API(26.1.0) Created-by: wang_jun_long Commit-by: wang_jun_long Merged-by: openharmony_ci Description: 背景: hidebug 模块在 API 26.1.0 新增基于不透明指针 OH_HiDebug_ProfilerOptions 的扩展资源 Profiler 配置接口(Create/Destroy/7 个 Setter/StartProfilerWithOptions),并新增对应错误码与资源类型。本 PR 在 interface_native_header 仓的头文件参考中补充这些新增 API 的声明与中文 doxygen 注释。 改动内容: - hidebug.h:新增 OH_HiDebug_ProfilerOptions 前置声明,以及 CreateProfilerOptions/DestroyProfilerOptions/7 个 Setter/StartProfilerWithOptions 共 10 个接口声明及中文 doxygen 注释(@brief/@param/@return/@since 26.1.0) - hidebug_type.h:HiDebug_ErrorCode 新增 HIDEBUG_RES_PROF_INVALID_MAX_ASYNC_NESTING_DEPTH(11400431)、HIDEBUG_RES_PROF_INVALID_MAX_ASYNC_TASK_STACK_DEPTH(11400432);OH_HiDebug_ResourceType 新增 OH_RES_TYPE_DMA、OH_RES_TYPE_ASHMEM、OH_RES_TYPE_COMPOSITE_HEAP 影响范围: 仅 hidebug 模块 native 头文件参考(中文版),新增 API 声明与类型枚举,不影响已有接口。英文版(en)暂未同步(en 版本较旧,仅含 API 12 基础接口,需另行补齐 24/26.0.0 前置 API)。 https://gitcode.com/openharmony-sig/interface_native_header/issues/3360 See merge request: openharmony-sig/interface_native_header!3819 | 1 天前 |
| Initial commit | 4 年前 |
| initiate the repository Signed-off-by: s00567680 <shirui721@huawei.com> | 4 年前 |
介绍
本仓库用于维护Native API的头文件。
软件架构
本仓库中代码结构与各子系统的头文件目录及文件结构保持一致。本仓库不用于任何代码编译类场景。
使用说明
- 将具有中文注释的头文件以PR方式合入本仓库。PR阶段完成中文评审。
- 英文根据PR进行翻译,提交合入英文目录。
- 最后请将翻译后的英文注释的头文件合入代码仓。
Native API header files containing API declarations and comments | Native接口的头文件,包含了接口声明和标准注释。
定制我的领域