mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +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.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HIVIEWDFX_HIAPPEVENT_H
|
|
||||||
#define HIVIEWDFX_HIAPPEVENT_H
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup HiAppEvent
|
* @addtogroup HiAppEvent
|
||||||
* @{
|
* @{
|
||||||
@ -25,9 +23,6 @@
|
|||||||
* events reported during running. Based on event information, you will be able to analyze the running status of
|
* events reported during running. Based on event information, you will be able to analyze the running status of
|
||||||
* applications.
|
* applications.
|
||||||
*
|
*
|
||||||
* @kit PerformanceAnalysisKit
|
|
||||||
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
|
||||||
*
|
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
@ -71,10 +66,16 @@
|
|||||||
* OH_HiAppEvent_DestroyParamList(list);
|
* OH_HiAppEvent_DestroyParamList(list);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
* @kit PerformanceAnalysisKit
|
||||||
|
* @library libhiappevent_ndk.z.so
|
||||||
|
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HIVIEWDFX_HIAPPEVENT_H
|
||||||
|
#define HIVIEWDFX_HIAPPEVENT_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HIVIEWDFX_HIAPPEVENT_CONFIG_H
|
|
||||||
#define HIVIEWDFX_HIAPPEVENT_CONFIG_H
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup HiAppEvent
|
* @addtogroup HiAppEvent
|
||||||
* @{
|
* @{
|
||||||
@ -26,9 +23,6 @@
|
|||||||
* events reported during running. Based on event information, you will be able to analyze the running status of
|
* events reported during running. Based on event information, you will be able to analyze the running status of
|
||||||
* applications.
|
* applications.
|
||||||
*
|
*
|
||||||
* @kit PerformanceAnalysisKit
|
|
||||||
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
|
||||||
*
|
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
@ -45,10 +39,16 @@
|
|||||||
* bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M");
|
* bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M");
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
* @kit PerformanceAnalysisKit
|
||||||
|
* @library libhiappevent_ndk.z.so
|
||||||
|
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HIVIEWDFX_HIAPPEVENT_CONFIG_H
|
||||||
|
#define HIVIEWDFX_HIAPPEVENT_CONFIG_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HIVIEWDFX_HIAPPEVENT_EVENT_H
|
|
||||||
#define HIVIEWDFX_HIAPPEVENT_EVENT_H
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup HiAppEvent
|
* @addtogroup HiAppEvent
|
||||||
* @{
|
* @{
|
||||||
@ -26,9 +23,6 @@
|
|||||||
* events reported during running. Based on event information, you will be able to analyze the running status of
|
* events reported during running. Based on event information, you will be able to analyze the running status of
|
||||||
* applications.
|
* applications.
|
||||||
*
|
*
|
||||||
* @kit PerformanceAnalysisKit
|
|
||||||
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
|
||||||
*
|
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
@ -48,10 +42,16 @@
|
|||||||
* OH_HiAppEvent_DestroyParamList(list);
|
* OH_HiAppEvent_DestroyParamList(list);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
* @kit PerformanceAnalysisKit
|
||||||
|
* @library libhiappevent_ndk.z.so
|
||||||
|
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HIVIEWDFX_HIAPPEVENT_EVENT_H
|
||||||
|
#define HIVIEWDFX_HIAPPEVENT_EVENT_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HIVIEWDFX_HIAPPEVENT_PARAM_H
|
|
||||||
#define HIVIEWDFX_HIAPPEVENT_PARAM_H
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup HiAppEvent
|
* @addtogroup HiAppEvent
|
||||||
* @{
|
* @{
|
||||||
@ -26,9 +23,6 @@
|
|||||||
* events reported during running. Based on event information, you will be able to analyze the running status of
|
* events reported during running. Based on event information, you will be able to analyze the running status of
|
||||||
* applications.
|
* applications.
|
||||||
*
|
*
|
||||||
* @kit PerformanceAnalysisKit
|
|
||||||
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
|
||||||
*
|
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
@ -48,9 +42,16 @@
|
|||||||
* OH_HiAppEvent_DestroyParamList(list);
|
* OH_HiAppEvent_DestroyParamList(list);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
* @kit PerformanceAnalysisKit
|
||||||
|
* @library libhiappevent_ndk.z.so
|
||||||
|
* @syscap SystemCapability.HiviewDFX.HiAppEvent
|
||||||
* @since 8
|
* @since 8
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HIVIEWDFX_HIAPPEVENT_PARAM_H
|
||||||
|
#define HIVIEWDFX_HIAPPEVENT_PARAM_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user