Go to file
Federer-JC be49b6e62f 蓝黄同步
Signed-off-by:Federer-JC <jincong4@huawei.com>

Signed-off-by: Federer-JC <jincong4@huawei.com>
2024-06-12 11:20:55 +08:00
ability/ability_runtime/child_process [新需求]元能力添加NDK接口,支持创建子进程 2024-05-24 16:53:47 +08:00
ai/neural_network_runtime !737 c api 返回值注释整改 2024-05-21 14:16:12 +00:00
ark_runtime/jsvm Link return code to JSVM_Status 2024-05-25 15:09:18 +08:00
arkui !855 NDK-CAPI: add AccessibilityState set/get method 2024-06-11 14:30:35 +00:00
BasicServicesKit !646 capi 错误码描述修改 2024-05-10 10:38:44 +00:00
build-tools/capi_parser !762 调试pandas版本 2024-05-30 06:21:01 +00:00
bundlemanager/bundle_framework/bundle !703 包管理NDK接口错误信息整改 2024-05-18 09:03:59 +00:00
commonlibrary/memory_utils/libpurgeablemem 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
distributeddatamgr/relational_store errorcode 2024-05-21 20:33:48 +08:00
docs Fix doc description 2024-03-27 09:42:45 +08:00
drivers/external_device_manager !765 ddk ndk接口新增kit注解 2024-05-27 02:45:24 +00:00
filemanagement 取消NDK接口获取公共目录接口的权限校验 2024-06-01 16:05:32 +08:00
global/resource_management 修改capi注释 2024-06-07 09:31:35 +08:00
graphic/graphic_2d !750 drawing interface sdk_c 0530 2024-05-31 07:55:56 +00:00
hiviewdfx 蓝黄同步 2024-06-12 11:20:55 +08:00
IPCKit add ipc capi interface 2024-05-15 15:20:00 +08:00
multimedia add image_effect errorcode description 2024-06-08 16:39:35 +08:00
multimodalinput/kits/c exchange failed code description 2024-05-06 15:18:26 +08:00
network add vpn 2024-06-11 14:36:56 +08:00
patches 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
resourceschedule fix qos ndk comments 2024-05-28 12:20:48 +00:00
security !769 修改attest描述 2024-05-27 03:57:14 +00:00
sensors capi Service exception rectification 2024-05-18 12:06:44 +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 !808 添加renameat2接口宏定义常量参数 2024-06-11 07:55:12 +00:00
web/webview/interfaces/native update return desc 2024-05-24 17:17:34 +08: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