Lines Matching refs:count
170 * @param count Represents the types count that is a output param.
176 char** OH_UdmfData_GetTypes(OH_UdmfData* pThis, unsigned int* count);
182 * @param count Represents the records count that is a output param.
187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
270 * @param count Represents the size of data param.
277 int OH_UdmfRecord_AddGeneralEntry(OH_UdmfRecord* pThis, const char* typeId, unsigned char* entry, unsigned int count);
375 * @param count Represents the types count that is a output param.
381 char** OH_UdmfRecord_GetTypes(OH_UdmfRecord* pThis, unsigned int* count);
389 * @param count Represents the entry data length that is a output param.
398 unsigned char** entry, unsigned int* count);
461 * @param count Represents the number of data types;
469 int OH_UdmfRecord_SetProvider(OH_UdmfRecord* pThis, const char* const* types, unsigned int count,
539 * @brief Get the count of {@link OH_UdmfRecord} in the {@link OH_UdmfData}.
542 * @return Returns the count of {@link OH_UdmfRecord}