Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds