Home
last modified time | relevance | path

Searched refs:OH_HiAppEvent_AddInt32Param (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp118 OH_HiAppEvent_AddInt32Param(list, "int32_key", num3);
203 OH_HiAppEvent_AddInt32Param(list, nullptr, num3);
250 OH_HiAppEvent_AddInt32Param(list, key3, num3);
339 OH_HiAppEvent_AddInt32Param(list, "int_key", 1);
345 OH_HiAppEvent_AddInt32Param(list, "int_key", 2);
351 OH_HiAppEvent_AddInt32Param(list, "int_key", 3);
373 OH_HiAppEvent_AddInt32Param(list, "int_key", 1);
398 OH_HiAppEvent_AddInt32Param(list, "int_key", 1);
457 OH_HiAppEvent_AddInt32Param(list, "int_key", 1);
482 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__param_8h.md14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
H A Dhiappevent__event_8h.md14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
H A D_hi_app_event.md90 | [ParamList](#paramlist) [OH_HiAppEvent_AddInt32Param](#oh_hiappevent_addint32param) ([ParamList](…
649 ### OH_HiAppEvent_AddInt32Param()
652 ParamList OH_HiAppEvent_AddInt32Param (ParamList list, const char * name, int32_t num )
H A Dhiappevent_8h.md98 | [ParamList](_hi_app_event.md#paramlist) [OH_HiAppEvent_AddInt32Param](_hi_app_event.md#oh_hiappev…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__param_8h.md14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
H A Dhiappevent__event_8h.md14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
H A Dhiappevent_8h.md98 | [ParamList](_hi_app_event.md#paramlist) [OH_HiAppEvent_AddInt32Param](_hi_app_event.md#oh_hiappev…
H A D_hi_app_event.md90 | [ParamList](#paramlist) [OH_HiAppEvent_AddInt32Param](#oh_hiappevent_addint32param) ([ParamList](…
649 ### OH_HiAppEvent_AddInt32Param()
652 ParamList OH_HiAppEvent_AddInt32Param (ParamList list, const char * name, int32_t num )
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h304 ParamList OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num);
/ohos5.0/base/hiviewdfx/hiappevent/
H A DREADME_zh.md156 | OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num) | ParamList | 创建一个int3…
281 OH_HiAppEvent_AddInt32Param(list, "int32_key", num);
H A DREADME.md156 | OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num) | ParamList | Creates …
281 OH_HiAppEvent_AddInt32Param(list, "int32_key", num);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c208 ParamList OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num) in OH_HiAppEvent_AddInt32Param() function