Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1142 EXPECT_EQ(contacts[0]->GetNotes()[0]->GetNote(), "testnote");
1143 EXPECT_EQ(contacts[0]->GetNotes()[1]->GetNote(), "测试");
1147 EXPECT_EQ(static_cast<int32_t>(contacts[0]->GetNotes().size()), 2);
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h72 std::vector<std::shared_ptr<VCardNoteData>> GetNotes();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp686 for (auto noteData : contact->GetNotes()) { in ConstructNotes()
H A Dvcard_contact.cpp349 std::vector<std::shared_ptr<VCardNoteData>> VCardContact::GetNotes() in GetNotes() function in OHOS::Telephony::VCardContact