Searched refs:OH_HiAppEvent_AddInt8Param (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 254 ParamList OH_HiAppEvent_AddInt8Param(ParamList list, const char* name, int8_t num);
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 110 OH_HiAppEvent_AddInt8Param(list, "int8_key", num1); in HWTEST_F() 161 OH_HiAppEvent_AddInt8Param(list, "int_key", num1); in HWTEST_F() 197 OH_HiAppEvent_AddInt8Param(list, nullptr, num1); in HWTEST_F() 244 OH_HiAppEvent_AddInt8Param(list, key1, num1); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 176 ParamList OH_HiAppEvent_AddInt8Param(ParamList list, const char* name, int8_t num) in OH_HiAppEvent_AddInt8Param() function
|
Completed in 4 milliseconds