未验证 提交 e3803d46 编写于 作者: O openharmony_ci 提交者: Gitee

!18955 Readme和文档修改

Merge pull request !18955 from zengyawen/master
# HiLog开发指导
# HiLog开发指导(Native)
## 概述
HiLog是OpenHarmony日志系统,提供给系统框架、服务、以及应用打印日志,记录用户操作、系统运行状态等。
> **说明:**
......
......@@ -19,7 +19,7 @@
- [音频录制开发概述](audio-recording-overview.md)
- [使用AVRecorder开发音频录制功能](using-avrecorder-for-recording.md)
- [使用AudioCapturer开发音频录制功能](using-audiocapturer-for-recording.md)
- [使用OpenSLES开发音频录制功能](using-opensl-es-for-recording.md)
- [使用OpenSL ES开发音频录制功能](using-opensl-es-for-recording.md)
- [管理麦克风](mic-management.md)
- [音频录制流管理](audio-recording-stream-management.md)
- [音频输入设备管理](audio-input-device-management.md)
......
# Native API 介绍
# Native API介绍
Native API是OHOS SDK上提供的一组native开发接口与工具集合,方便开发者使用C或者C++语言实现应用的关键功能。Native API只覆盖了OHOS基础的一些底层能力,如libc,图形库,窗口系统,多媒体,压缩库等,并没有完全提供类似于JS API上的完整的OHOS 平台能力。在应用中使用Native API会编译成动态库打包到应用中。
......
# N-API在应用工程中的使用指导
# Native API在应用工程中的使用指导
在OpenHarmony中,C API中的N-API接口可以实现ArkTS/TS/JS与C/C++之间的交互。N-API提供的接口名与三方Node.js一致,目前支持部分接口,支持列表见[链接](https://gitee.com/openharmony/arkui_napi/blob/master/libnapi.ndk.json)
......
# NativeWindow 开发指导
# NativeWindow开发指导
## 场景介绍
......
# 资源管理Rawfile开发指导
# Rawfile开发指导
## 场景介绍
......
# 以太网错误码
# 以太网连接错误码
> **说明:**
>
......
# Native API标准库
- [Node_API](third_party_napi/napi.md)
- [Node-API](third_party_napi/napi.md)
- [libuv](third_party_libuv/libuv.md)
- [支持的标准库介绍](third_party_libc/musl.md)
- [Native API中支持的标准库](third_party_libc/musl.md)
- 附录
- [Native api中没有导出的符号列表](third_party_libc/musl-peculiar-symbol.md)
- [Native api中由于权限管控可能调用失败的符号列表](third_party_libc/musl-permission-control-symbol.md)
......
# 访问控制授权申请
# 访问控制授权申请指导
## 场景介绍
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册