Lines Matching defs:count1
312 unsigned int count1 = 0;
313 char **types1 = OH_UdmfData_GetTypes(nullptr, &count1);
317 char **types2 = OH_UdmfData_GetTypes(&data, &count1);
344 unsigned int count1 = 0;
345 char **types1 = OH_UdmfData_GetTypes(unifiedData, &count1);
347 EXPECT_EQ(count1, 2);
349 char **types2 = OH_UdmfData_GetTypes(unifiedData, &count1);
416 unsigned int count1 = 0;
417 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(nullptr, &count1);
421 OH_UdmfRecord **records2 = OH_UdmfData_GetRecords(&data, &count1);
713 unsigned int count1 = sizeof(entry1);
718 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId1, entry1, count1);
727 EXPECT_EQ(getCount1, count1);