Searched refs:OH_HiAppEvent_AddInt16Param (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 279 ParamList OH_HiAppEvent_AddInt16Param(ParamList list, const char* name, int16_t num);
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 47 OH_HiAppEvent_AddInt16Param(list, TEST_EVENT_PARAM_KEY, 1); in WriteEvent() 114 OH_HiAppEvent_AddInt16Param(list, "int16_key", num2); in HWTEST_F() 165 OH_HiAppEvent_AddInt16Param(list, "int16_key", num2); in HWTEST_F() 200 OH_HiAppEvent_AddInt16Param(list, nullptr, num2); in HWTEST_F() 247 OH_HiAppEvent_AddInt16Param(list, key2, num2); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 192 ParamList OH_HiAppEvent_AddInt16Param(ParamList list, const char* name, int16_t num) in OH_HiAppEvent_AddInt16Param() function
|
Completed in 6 milliseconds