Home
last modified time | relevance | path

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

/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1097 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetLabelId(), "1"); in HWTEST_F()
1098 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetLabelName(), "test"); in HWTEST_F()
1099 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetEventDate(), "20230102"); in HWTEST_F()
1105 EXPECT_EQ(static_cast<int32_t>(contacts[0]->GetEventDatas().size()), 1); in HWTEST_F()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h72 std::vector<std::shared_ptr<VCardEventData>> GetEventDatas();
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp710 for (auto eventData : contact->GetEventDatas()) { in ConstructEvents()
H A Dvcard_contact.cpp360 std::vector<std::shared_ptr<VCardEventData>> VCardContact::GetEventDatas() in GetEventDatas() function in OHOS::Telephony::VCardContact

Completed in 8 milliseconds