Home
last modified time | relevance | path

Searched refs:GetLabelName (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp461 EXPECT_EQ(contacts[0]->GetRelations()[0]->GetLabelName(), "测试name");
659 EXPECT_EQ(contacts[0]->GetSips()[0]->GetLabelName(), "测试name");
662 EXPECT_EQ(contacts[0]->GetSips()[1]->GetLabelName(), "labelName");
721 EXPECT_EQ(contacts[0]->GetPhones()[0]->GetLabelName(), "");
724 EXPECT_EQ(contacts[0]->GetPhones()[1]->GetLabelName(), "");
727 EXPECT_EQ(contacts[0]->GetPhones()[2]->GetLabelName(), "Work");
831 EXPECT_EQ(contacts[0]->GetWebsites()[1]->GetLabelName(), "test");
918 EXPECT_EQ(contacts[0]->GetEmails()[0]->GetLabelName(), "custom");
922 EXPECT_EQ(contacts[0]->GetEmails()[1]->GetLabelName(), "");
926 EXPECT_EQ(contacts[0]->GetEmails()[2]->GetLabelName(), "");
[all …]
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_relation_data.h39 std::string GetLabelName();
H A Dvcard_event_data.h38 std::string GetLabelName();
H A Dvcard_website_data.h40 std::string GetLabelName();
H A Dvcard_email_data.h35 std::string GetLabelName();
H A Dvcard_phone_data.h40 std::string GetLabelName();
H A Dvcard_sip_data.h41 std::string GetLabelName();
H A Dvcard_postal_data.h48 std::string GetLabelName();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp352 std::string labelName = data->GetLabelName(); in ConstructPhones()
386 { relationData->GetRelationName(), labelId, relationData->GetLabelName() }); in ConstructRelation()
446 AddLineWithCharsetAndQP(type, { address, sipData->GetLabelId(), sipData->GetLabelName() }); in ConstructSipAddresses()
492 AddEmailLine(labelId, data->GetLabelName(), email, data->GetDisplayName()); in ConstructEmails()
513 AddPostalLine(data, labelId, data->GetLabelName()); in ConstructPostals()
648 …hCharsetAndQP(VCARD_TYPE_URL, { website, websiteData->GetLabelId(), websiteData->GetLabelName() }); in ConstructWebsites()
730 { eventData->GetEventDate(), std::to_string(labelId), eventData->GetLabelName() }); in ConstructEvents()
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_event_data.cpp66 std::string VCardEventData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardEventData
H A Dvcard_relation_data.cpp71 std::string VCardRelationData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardRelationData
H A Dvcard_website_data.cpp76 std::string VCardWebsiteData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardWebsiteData
H A Dvcard_phone_data.cpp73 std::string VCardPhoneData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardPhoneData
H A Dvcard_sip_data.cpp84 std::string VCardSipData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardSipData
H A Dvcard_email_data.cpp78 std::string VCardEmailData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardEmailData
H A Dvcard_postal_data.cpp189 std::string VCardPostalData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardPostalData