Home
last modified time | relevance | path

Searched refs:longarrarysize (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H A Dsubscribe.cpp83 int32_t longarrarysize = OH_CommonEvent_GetLongArrayFromParameters(parameters, "wh10",longarrary); in OnReceive() local
84 printf("int arr size is %d:\n", longarrarysize); in OnReceive()
85 for (int i = 0; i < longarrarysize; i++) { in OnReceive()
89 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "longarrarysize = %{public}d", longarrarysize); in OnReceive()

Completed in 2 milliseconds