!1773 hiAppEvent接口APILint整改C

Merge pull request !1773 from liujiaxing19/fixAPILint
This commit is contained in:
openharmony_ci 2024-11-22 08:01:31 +00:00 committed by Gitee
commit bf1e4f2544
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 25 additions and 23 deletions

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIAPPEVENT_H
#define HIVIEWDFX_HIAPPEVENT_H
/**
* @addtogroup HiAppEvent
* @{
@ -25,9 +23,6 @@
* events reported during running. Based on event information, you will be able to analyze the running status of
* applications.
*
* @kit PerformanceAnalysisKit
* @syscap SystemCapability.HiviewDFX.HiAppEvent
*
* @since 8
* @version 1.0
*/
@ -71,10 +66,16 @@
* OH_HiAppEvent_DestroyParamList(list);
* </pre>
*
* @kit PerformanceAnalysisKit
* @library libhiappevent_ndk.z.so
* @syscap SystemCapability.HiviewDFX.HiAppEvent
* @since 8
* @version 1.0
*/
#ifndef HIVIEWDFX_HIAPPEVENT_H
#define HIVIEWDFX_HIAPPEVENT_H
#include <stdbool.h>
#include <stdint.h>

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIAPPEVENT_CONFIG_H
#define HIVIEWDFX_HIAPPEVENT_CONFIG_H
/**
* @addtogroup HiAppEvent
* @{
@ -26,9 +23,6 @@
* events reported during running. Based on event information, you will be able to analyze the running status of
* applications.
*
* @kit PerformanceAnalysisKit
* @syscap SystemCapability.HiviewDFX.HiAppEvent
*
* @since 8
* @version 1.0
*/
@ -45,10 +39,16 @@
* bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M");
* </pre>
*
* @kit PerformanceAnalysisKit
* @library libhiappevent_ndk.z.so
* @syscap SystemCapability.HiviewDFX.HiAppEvent
* @since 8
* @version 1.0
*/
#ifndef HIVIEWDFX_HIAPPEVENT_CONFIG_H
#define HIVIEWDFX_HIAPPEVENT_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIAPPEVENT_EVENT_H
#define HIVIEWDFX_HIAPPEVENT_EVENT_H
/**
* @addtogroup HiAppEvent
* @{
@ -26,9 +23,6 @@
* events reported during running. Based on event information, you will be able to analyze the running status of
* applications.
*
* @kit PerformanceAnalysisKit
* @syscap SystemCapability.HiviewDFX.HiAppEvent
*
* @since 8
* @version 1.0
*/
@ -48,10 +42,16 @@
* OH_HiAppEvent_DestroyParamList(list);
* </pre>
*
* @kit PerformanceAnalysisKit
* @library libhiappevent_ndk.z.so
* @syscap SystemCapability.HiviewDFX.HiAppEvent
* @since 8
* @version 1.0
*/
#ifndef HIVIEWDFX_HIAPPEVENT_EVENT_H
#define HIVIEWDFX_HIAPPEVENT_EVENT_H
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIAPPEVENT_PARAM_H
#define HIVIEWDFX_HIAPPEVENT_PARAM_H
/**
* @addtogroup HiAppEvent
* @{
@ -26,9 +23,6 @@
* events reported during running. Based on event information, you will be able to analyze the running status of
* applications.
*
* @kit PerformanceAnalysisKit
* @syscap SystemCapability.HiviewDFX.HiAppEvent
*
* @since 8
* @version 1.0
*/
@ -48,9 +42,16 @@
* OH_HiAppEvent_DestroyParamList(list);
* </pre>
*
* @kit PerformanceAnalysisKit
* @library libhiappevent_ndk.z.so
* @syscap SystemCapability.HiviewDFX.HiAppEvent
* @since 8
* @version 1.0
*/
#ifndef HIVIEWDFX_HIAPPEVENT_PARAM_H
#define HIVIEWDFX_HIAPPEVENT_PARAM_H
#ifdef __cplusplus
extern "C" {
#endif