Home
last modified time | relevance | path

Searched refs:GetEventDatas (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1095 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);
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h71 std::vector<std::shared_ptr<VCardEventData>> GetEventDatas();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp714 for (auto eventData : contact->GetEventDatas()) { in ConstructEvents()
H A Dvcard_contact.cpp344 std::vector<std::shared_ptr<VCardEventData>> VCardContact::GetEventDatas() in GetEventDatas() function in OHOS::Telephony::VCardContact