Searched refs:OH_HiAppEvent_AddInt64Param (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 329 ParamList OH_HiAppEvent_AddInt64Param(ParamList list, const char* name, int64_t num);
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 122 OH_HiAppEvent_AddInt64Param(list, "int64_key", num4); in HWTEST_F() 206 OH_HiAppEvent_AddInt64Param(list, nullptr, num4); in HWTEST_F() 253 OH_HiAppEvent_AddInt64Param(list, key4, num4); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 224 ParamList OH_HiAppEvent_AddInt64Param(ParamList list, const char* name, int64_t num) in OH_HiAppEvent_AddInt64Param() function
|
Completed in 3 milliseconds