Searched defs:nums (Results 1 – 2 of 2) sorted by relevance
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
D | HiAppEventCPPTest.cpp | 275 double nums[] = {123.22, 30949.374, 131312.46464}; variable 343 float nums[] = {123.22f, 234.5f, 131312.46464f}; variable 411 int8_t nums[] = {1, 10, 100}; variable 479 int16_t nums[] = {1, 1000, 5000}; variable 547 int32_t nums[] = {1, 100000, 500000}; variable 615 int64_t nums[] = {1, 10000000, 50000000}; variable
|
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/cpp/ |
D | hiappeventndk.cpp | 72 bool nums[] = {true}; in OHHiAppEventAddBoolArrayParam() local 204 double nums[] = {DOUBLE_123_22, DOUBLE_30949_374, DOUBLE_131312_46464}; in OHHiAppEventAddDoubleArrayParam() local
|