Searched refs:nums (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
H A D | HiAppEventCPPTest.cpp | 281 double nums[] = {123.22, 30949.374, 131312.46464}; in HWTEST_F() local 286 OH_HiAppEvent_AddDoubleArrayParam(list, "double_arr_key", nums, sizeof(nums) / sizeof(nums[0])); in HWTEST_F() 351 float nums[] = {123.22f, 234.5f, 131312.46464f}; in HWTEST_F() local 356 OH_HiAppEvent_AddFloatArrayParam(list, "float_arr_key", nums, sizeof(nums) / sizeof(nums[0])); in HWTEST_F() 421 int8_t nums[] = {1, 10, 100}; in HWTEST_F() local 426 OH_HiAppEvent_AddInt8ArrayParam(list, "int8_arr_key", nums, sizeo in HWTEST_F() 491 int16_t nums[] = {1, 1000, 5000}; HWTEST_F() local 561 int32_t nums[] = {1, 100000, 500000}; HWTEST_F() local 631 int64_t nums[] = {1, 10000000, 50000000}; HWTEST_F() local [all...] |
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/cpp/ |
H A D | hiappeventndk.cpp | 86 bool nums[] = {true}; in OHHiAppEventAddBoolArrayParam() local 87 OH_HiAppEvent_AddBoolArrayParam(list, "bool_arr_key", nums, sizeof(nums) / sizeof(nums[0])); in OHHiAppEventAddBoolArrayParam() 218 double nums[] = {DOUBLE_123_22, DOUBLE_30949_374, DOUBLE_131312_46464}; in OHHiAppEventAddDoubleArrayParam() local 219 OH_HiAppEvent_AddDoubleArrayParam(list, "double_arr_key", nums, sizeof(nums) / sizeof(nums[0])); in OHHiAppEventAddDoubleArrayParam()
|
/test/xts/hats/hdf/wlan/wifi/client/ |
H A D | hdf_client_test.cpp | 194 printf("%s: num = %u\n", __func__, result.nums); in HWTEST_F() 195 for (i = 0; i < result.nums; i++) { in HWTEST_F()
|
Completed in 4 milliseconds