Lines Matching refs:array
266 * @brief Get int array data from parameters data by key.
270 * @param array Indicates the int array.
271 * @return Returns the length of the array.
274 int32_t OH_CommonEvent_GetIntArrayFromParameters(const CommonEvent_Parameters* para, const char* key, int** array);
288 * @brief Get long array data from parameters data by key.
292 * @param array Indicates the long array.
293 * @return Returns the length of the array.
296 int32_t OH_CommonEvent_GetLongArrayFromParameters(const CommonEvent_Parameters* para, const char* key, long** array);
310 * @brief Get bool array data from parameters data by key.
314 * @param array Indicates the bool array.
315 * @return Returns the length of the array.
318 int32_t OH_CommonEvent_GetBoolArrayFromParameters(const CommonEvent_Parameters* para, const char* key, bool** array);
332 * @brief Get char array data from parameters data by key.
336 * @param array Indicates the char array.
337 * @return Returns the length of the array.
340 int32_t OH_CommonEvent_GetCharArrayFromParameters(const CommonEvent_Parameters* para, const char* key, char** array);
355 * @brief Get double array data from parameters data by key.
359 * @param array Indicates the double array.
360 * @return Returns the length of the array, default is 0.
364 double** array);