Go to file
罗博明 4d37bd5c07
support iconv
Signed-off-by: 罗博明 <luoboming@huawei.com>
2024-02-29 07:12:58 +00:00
ai/neural_network_runtime 添加syscap tag 2024-01-08 15:32:06 +08:00
ark_runtime/jsvm Delete redundant API from libjsvm.ndk.json 2024-01-16 10:31:10 +08:00
arkui id'length cannnot be set 2024-01-31 10:38:14 +08:00
build-tools/capi_parser 黄区扫描出的codecheck问题修改 2024-01-16 15:50:28 +08:00
bundlemanager/bundle_framework/bundle IssueNo:#I8TY6M 2024-01-10 16:29:41 +08:00
commonlibrary/memory_utils/libpurgeablemem 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
distributeddatamgr/relational_store 补充json文件 2024-01-28 13:03:10 +08:00
docs Fix some duplicate content in docs. 2023-09-19 21:05:48 +08:00
drivers/external_device_manager hid ddk新增delete按键 2024-01-12 18:10:07 +08:00
global/resource_management native接口参数范围修改 2023-12-29 18:19:18 +08:00
graphic/graphic_2d 添加Drawing C接口,OH_Drawing_PenSetPathEffect 2024-02-01 13:46:01 +00:00
hiviewdfx sdk add hilog callback 2023-11-04 17:17:46 +08:00
multimedia !262 增加drm CAPI需要导出的头文件 2024-01-29 07:14:42 +00:00
network update network/netmanager/include/net_connection.h. 2023-12-28 03:18:44 +00:00
patches 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
resourceschedule/ffrt 同步NDK差异 2023-10-20 14:05:53 +08:00
security/huks update security/huks/include/native_huks_api.h. 2024-01-12 06:28:44 +00:00
sensors !208 CAPIcheck检测问题修改 2024-01-23 10:35:54 +00:00
startup/init/syscap 同步NDK 2023-10-16 19:28:22 +08:00
third_party support iconv 2024-02-29 07:12:58 +00:00
web/webview/interfaces/native scheme handler ndk api. 2024-01-27 09:08:21 +08:00
LICENSE 修改README文件和删除容易OAT.xml 2023-08-28 16:08:29 +08:00
OAT.xml 去掉非ndk文件 2023-09-07 17:07:14 +08:00
package.json CAPIcheck工具联调CAPI解析数据 2023-11-15 21:41:20 +08:00
README.en.md Fix some duplicate content in docs. 2023-09-19 21:05:48 +08:00
README.md 同步NDK差异 2023-10-20 14:05:53 +08:00
README.OpenSource 去掉非ndk文件 2023-09-07 17:07:14 +08:00

Public Repository for API Declaration Files

Overview

This repository is used to store .h declaration files of C APIs. The OpenHarmony C API is collection of system C interfaces that the operating system provided for applications using the C/C++ language library.It is the contract between the system and the applications; These interfaces need to be sufficiently stable. Interfaces are currently organized into various directories according to the function, and the directories organized as follows.

Directory Structure

─ai
|  ├─neural_network_runtime
├─arkui
|  ├─ace_engine
├─bundlemanager
|  ├─bundle_framework
│  |  ├─bundle
├─commonlibrary
|  ├─memory_utils
│  |  ├─bundle
├─distributeddatamgr
|  ├─relational_store
├─drivers
|  ├─external_device_manager
├─global
|  ├─resource_management
├─graphic
|  ├─graphic_2d
├─hiviewdfx
|  ├─hiappevent
|  ├─hilog
|  ├─hitrace
├─multimedia
|  ├─audio_framework
|  ├─av_codec
|  ├─image_framework
|  ├─player_framework
├─resourceschedule
|  ├─ffrt
├─security
|  ├─huks
├─startup
|  ├─init
├─third_party

Repositories Involved

interface_sdk_c C API编码规范: A guide that describes how to design and publish an interface. C API构建指南A guide that describes how to add a build target for the C API in the build.gn