Lines Matching defs:count

367     unsigned int count = 0;

368 char **types1 = OH_UdmfRecord_GetTypes(nullptr, &count);
392 unsigned int count = 0;
393 char **types1 = OH_UdmfRecord_GetTypes(record, &count);
395 EXPECT_EQ(count, 1);
397 char **types2 = OH_UdmfRecord_GetTypes(record, &count);
399 EXPECT_EQ(count, 1);
448 unsigned int count = 0;
449 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(unifiedData, &count);
450 EXPECT_EQ(count, 2);
453 OH_UdmfRecord **records2 = OH_UdmfData_GetRecords(unifiedData, &count);
454 EXPECT_EQ(count, 2);
546 unsigned int count = 0;
547 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
548 EXPECT_EQ(count, 1);
573 unsigned int count = sizeof(entry);
575 int setRes = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
673 unsigned int count = sizeof(entry);
675 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
689 unsigned int count = sizeof(entry);
691 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
698 EXPECT_EQ(getCount, count);
1067 std::chrono::duration_cast<std::chrono::milliseconds>(duration).count());
1196 unsigned int count = 0;
1197 char** types = OH_UdmfRecord_GetTypes(record, &count);
1199 EXPECT_EQ(count, 4);
2256 unsigned int count = 0;
2257 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2258 EXPECT_EQ(count, 1);
2296 unsigned int count = 0;
2297 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2298 EXPECT_EQ(count, 1);
2337 unsigned int count = 0;
2338 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2339 EXPECT_EQ(count, 1);
2377 unsigned int count = 0;
2378 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2379 EXPECT_EQ(count, 1);