mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
API lint 告警整改
Signed-off-by: Lixiaoying25 <lixiaoying25@huawei.com>
This commit is contained in:
parent
1f9e80a076
commit
b8ea9c3b7d
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CPARCEL_H
|
||||
#define CAPI_INCLUDE_IPC_CPARCEL_H
|
||||
|
||||
/**
|
||||
* @addtogroup OHIPCParcel
|
||||
* @{
|
||||
@ -37,6 +34,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CPARCEL_H
|
||||
#define CAPI_INCLUDE_IPC_CPARCEL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
|
||||
#define CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
|
||||
|
||||
/**
|
||||
* @addtogroup OHIPCRemoteObject
|
||||
* @{
|
||||
@ -39,6 +36,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
|
||||
#define CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ipc_cparcel.h"
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CSKELETON_H
|
||||
#define CAPI_INCLUDE_IPC_CSKELETON_H
|
||||
|
||||
/**
|
||||
* @addtogroup OHIPCSkeleton
|
||||
* @{
|
||||
@ -39,6 +36,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_CSKELETON_H
|
||||
#define CAPI_INCLUDE_IPC_CSKELETON_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ipc_cparcel.h"
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_ERROR_CODE_H
|
||||
#define CAPI_INCLUDE_IPC_ERROR_CODE_H
|
||||
|
||||
/**
|
||||
* @addtogroup OHIPCErrorCode
|
||||
* @{
|
||||
@ -37,6 +34,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_ERROR_CODE_H
|
||||
#define CAPI_INCLUDE_IPC_ERROR_CODE_H
|
||||
|
||||
/**
|
||||
* @brief Enumerates IPC error codes.
|
||||
*
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_KIT_H
|
||||
#define CAPI_INCLUDE_IPC_KIT_H
|
||||
|
||||
/**
|
||||
* @addtogroup IPCKit
|
||||
* @{
|
||||
@ -36,6 +33,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef CAPI_INCLUDE_IPC_KIT_H
|
||||
#define CAPI_INCLUDE_IPC_KIT_H
|
||||
|
||||
#include "ipc_error_code.h"
|
||||
#include "ipc_cparcel.h"
|
||||
#include "ipc_cremote_object.h"
|
||||
|
Loading…
Reference in New Issue
Block a user