Go to file
cff-gite a38c06fdf6 capi Service exception rectification
Signed-off-by: cff-gite <chenfeifei8@huawei.com>
2024-05-14 14:16:00 +08:00
ai/neural_network_runtime bugfix 2024-05-10 18:49:12 +08:00
ark_runtime/jsvm fix the comments about return value of the new interfaces 2024-05-11 10:25:15 +08:00
arkui !632 C-API支持设置组件布局大小位置 2024-05-09 11:02:13 +00:00
BasicServicesKit !646 capi 错误码描述修改 2024-05-10 10:38:44 +00:00
build-tools/capi_parser 修改libclang.so路径 2024-05-08 16:49:54 +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 !377 inform for local data changed 2024-04-23 10:34:12 +00:00
docs Fix doc description 2024-03-27 09:42:45 +08:00
drivers/external_device_manager 声明错误码; 2024-05-07 03:37:06 +00:00
filemanagement 修改接口名称配置和头文件一致 2024-04-08 19:24:27 +08:00
global/resource_management 新增判断文件夹接口 2024-03-27 16:05:42 +08:00
graphic/graphic_2d Merge branch 'master' of gitee.com:openharmony/interface_sdk_c into TextShadow 2024-05-11 02:48:38 +00:00
hiviewdfx add @library/first introduce 2024-04-29 21:14:30 +08:00
multimedia !650 【AVCodec Kit】avc level 新增5.2 6 6.1 6.2枚举 2024-05-11 10:21:08 +00:00
multimodalinput/kits/c exchange failed code description 2024-05-06 15:18:26 +08:00
network add new NDK BindSocket 2024-04-30 15:28:49 +08:00
patches 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
resourceschedule update ffrt interface 2024-04-12 23:10:56 +08:00
security add asset tag 2024-04-21 15:26:54 +08:00
sensors capi Service exception rectification 2024-05-14 14:16:00 +08:00
startup/init/syscap 同步NDK 2023-10-16 19:28:22 +08:00
tee Merge branch 'master' of gitee.com:WangZhiru1994/interface_sdk_c 2024-04-26 11:20:25 +08:00
third_party !604 add tensor allocator api 2024-04-30 15:47:36 +00:00
web/webview/interfaces/native !561 Async JSB NDK接口修改 2024-05-07 12:01:57 +00:00
LICENSE 修改README文件和删除容易OAT.xml 2023-08-28 16:08:29 +08:00
OAT.xml no check icu head 2024-03-01 12:49:46 +00: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