mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-22 22:29:57 +00:00
!1773 hiAppEvent接口APILint整改C
Merge pull request !1773 from liujiaxing19/fixAPILint
This commit is contained in:
commit
bf1e4f2544
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user