Home
last modified time | relevance | path

Searched refs:doublearray (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
Dsubscribe.cpp59 double** doublearray = new double*; in OnReceive() local
60 …t32_t doublearraysize = OH_CommonEvent_GetDoubleArrayFromParameters(parameters, "wh8",doublearray); in OnReceive()
63 printf("%f |", *((*doublearray) + i)); in OnReceive()