Searched refs:OH_HiAppEvent_AddInt32Param (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 118 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 D | hiappevent__param_8h.md | 14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
|
H A D | hiappevent__event_8h.md | 14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
|
H A D | _hi_app_event.md | 90 | [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 D | hiappevent_8h.md | 98 | [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 D | hiappevent__param_8h.md | 14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
|
H A D | hiappevent__event_8h.md | 14 OH_HiAppEvent_AddInt32Param(list, PARAM_USER_ID, 123);
|
H A D | hiappevent_8h.md | 98 | [ParamList](_hi_app_event.md#paramlist) [OH_HiAppEvent_AddInt32Param](_hi_app_event.md#oh_hiappev…
|
H A D | _hi_app_event.md | 90 | [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 D | hiappevent.h | 304 ParamList OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num);
|
/ohos5.0/base/hiviewdfx/hiappevent/ |
H A D | README_zh.md | 156 | OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num) | ParamList | 创建一个int3… 281 OH_HiAppEvent_AddInt32Param(list, "int32_key", num);
|
H A D | README.md | 156 | 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 D | hiappevent_ndk.c | 208 ParamList OH_HiAppEvent_AddInt32Param(ParamList list, const char* name, int32_t num) in OH_HiAppEvent_AddInt32Param() function
|