/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vcard_test.cpp | 461 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 D | vcard_relation_data.h | 39 std::string GetLabelName();
|
H A D | vcard_event_data.h | 38 std::string GetLabelName();
|
H A D | vcard_website_data.h | 40 std::string GetLabelName();
|
H A D | vcard_email_data.h | 35 std::string GetLabelName();
|
H A D | vcard_phone_data.h | 40 std::string GetLabelName();
|
H A D | vcard_sip_data.h | 41 std::string GetLabelName();
|
H A D | vcard_postal_data.h | 48 std::string GetLabelName();
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 352 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 D | vcard_event_data.cpp | 66 std::string VCardEventData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardEventData
|
H A D | vcard_relation_data.cpp | 71 std::string VCardRelationData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardRelationData
|
H A D | vcard_website_data.cpp | 76 std::string VCardWebsiteData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardWebsiteData
|
H A D | vcard_phone_data.cpp | 73 std::string VCardPhoneData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardPhoneData
|
H A D | vcard_sip_data.cpp | 84 std::string VCardSipData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardSipData
|
H A D | vcard_email_data.cpp | 78 std::string VCardEmailData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardEmailData
|
H A D | vcard_postal_data.cpp | 189 std::string VCardPostalData::GetLabelName() in GetLabelName() function in OHOS::Telephony::VCardPostalData
|