Searched refs:GetEventDatas (Results 1 – 4 of 4) sorted by relevance
1095 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetLabelId(), "1");1096 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetLabelName(), "test");1097 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetEventDate(), "20230102");1103 EXPECT_EQ(static_cast<int32_t>(contacts[0]->GetEventDatas().size()), 1);
71 std::vector<std::shared_ptr<VCardEventData>> GetEventDatas();
714 for (auto eventData : contact->GetEventDatas()) { in ConstructEvents()
344 std::vector<std::shared_ptr<VCardEventData>> VCardContact::GetEventDatas() in GetEventDatas() function in OHOS::Telephony::VCardContact