Lines Matching defs:addRes1
620 int addRes1 = OH_UdmfRecord_AddGeneralEntry(nullptr, nullptr, nullptr, 0);
621 EXPECT_EQ(addRes1, UDMF_E_INVALID_PARAM);
646 int addRes1 = OH_UdmfRecord_GetGeneralEntry(nullptr, nullptr, nullptr, 0);
647 EXPECT_EQ(addRes1, UDMF_E_INVALID_PARAM);
675 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
676 EXPECT_EQ(addRes1, UDMF_E_OK);
691 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
692 EXPECT_EQ(addRes1, UDMF_E_OK);
718 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId1, entry1, count1);
719 EXPECT_EQ(addRes1, UDMF_E_OK);
720 addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId2, entry2, count2);
721 EXPECT_EQ(addRes1, UDMF_E_OK);