Home
last modified time | relevance | path

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

/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
Dsubscribe.cpp48 char** chararray = new char*; in OnReceive() local
49 int32_t chararraysize = OH_CommonEvent_GetCharArrayFromParameters(parameters, "wh2",chararray); in OnReceive()
52 printf("%c |", *((*chararray) + i)); in OnReceive()
55 …APP, LOG_INFO, 1, "ces_test", "chararraysize = %{public}d, %{public}s", chararraysize, *chararray); in OnReceive()