openharmony_ci 3d7f23741d
!1762 hidebug接口api规范整改
Merge pull request !1762 from 于好强/master
2024-11-20 07:06:50 +00:00
2024-09-08 12:14:36 +08:00
2024-11-18 06:28:48 +00:00
2024-11-11 16:55:19 +08:00
2024-11-06 10:42:19 +00:00
2024-09-08 12:14:36 +08:00
2024-11-15 03:07:26 +00:00
2024-11-12 16:07:06 +08:00
2024-11-13 15:58:34 +08:00
2024-11-19 07:52:54 +00:00
2024-11-13 07:46:04 +00:00
2024-09-29 19:34:15 +08:00
2023-08-03 20:31:01 +08:00
2024-11-18 15:43:43 +08:00
2024-11-13 06:58:04 +00:00
2024-06-19 10:52:58 +08:00
2024-11-15 12:24:37 +08:00
2024-11-01 10:18:28 +08:00
2024-10-17 10:24:16 +08:00
2024-03-01 12:49:46 +00:00
2023-10-20 14:05:53 +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

Description
No description provided
Readme Pixar 100 MiB
Languages
C 72.8%
C++ 21.4%
Python 5.8%