Searched refs:GetNote (Results 1 – 4 of 4) sorted by relevance
33 std::string GetNote();
45 std::string VCardNoteData::GetNote() in GetNote() function in OHOS::Telephony::VCardNoteData
1142 EXPECT_EQ(contacts[0]->GetNotes()[0]->GetNote(), "testnote");1143 EXPECT_EQ(contacts[0]->GetNotes()[1]->GetNote(), "测试");
690 auto note = noteData->GetNote(); in ConstructNotes()