Searched refs:GetPostCode (Results 1 – 5 of 5) sorted by relevance
32 std::string GetPostCode();
109 std::string VCardPostalData::GetPostCode() in GetPostCode() function in OHOS::Telephony::VCardPostalData
1039 EXPECT_EQ(contacts[0]->GetPostalDatas()[0]->GetPostCode(), "test101010");1046 EXPECT_EQ(contacts[0]->GetPostalDatas()[1]->GetPostCode(), "101010");
399 EXPECT_STREQ((postalData.GetPostCode()).c_str(), "postCode");
566 std::string postalCode = postalData->GetPostCode(); in ConstructPostalLine()