Home
last modified time | relevance | path

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

/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
Dsubscribe.cpp37 bool** boolarray = new bool*; in OnReceive() local
38 int32_t boolarraysize = OH_CommonEvent_GetBoolArrayFromParameters(parameters, "wh6",boolarray); in OnReceive()
41 printf("%d |", *((*boolarray) + i)); in OnReceive()