Home
last modified time | relevance | path

Searched refs:OH_HiAppEvent_AddDoubleArrayParam (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h392 ParamList OH_HiAppEvent_AddDoubleArrayParam(ParamList list, const char* name, const double* nums, int arrSize);
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp132 OH_HiAppEvent_AddDoubleArrayParam(list, "double_arr_key", nums6, sizeof(nums6) / sizeof(nums6[0])); in HWTEST_F()
213 OH_HiAppEvent_AddDoubleArrayParam(list, "double_arr_key", nullptr, 0); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c264 ParamList OH_HiAppEvent_AddDoubleArrayParam(ParamList list, const char* name, const double* nums, int arrSize) in OH_HiAppEvent_AddDoubleArrayParam() function

Completed in 4 milliseconds