/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vcard_test.cpp | 486 EXPECT_EQ(contacts[0]->GetIms()[0]->GetLabelId(), "1"); 488 EXPECT_EQ(contacts[0]->GetIms()[1]->GetLabelId(), "0"); 658 EXPECT_EQ(contacts[0]->GetSips()[0]->GetLabelId(), "测试id"); 661 EXPECT_EQ(contacts[0]->GetSips()[1]->GetLabelId(), "labelId"); 720 EXPECT_EQ(contacts[0]->GetPhones()[0]->GetLabelId(), "1"); 723 EXPECT_EQ(contacts[0]->GetPhones()[1]->GetLabelId(), "4"); 726 EXPECT_EQ(contacts[0]->GetPhones()[2]->GetLabelId(), "0"); 830 EXPECT_EQ(contacts[0]->GetWebsites()[1]->GetLabelId(), "1"); 917 EXPECT_EQ(contacts[0]->GetEmails()[0]->GetLabelId(), "0"); 921 EXPECT_EQ(contacts[0]->GetEmails()[1]->GetLabelId(), "1"); [all …]
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 351 std::string labelId = data->GetLabelId(); in ConstructPhones() 381 std::string labelId = relationData->GetLabelId(); in ConstructRelation() 415 auto labelId = imsData->GetLabelId(); in ConstructIms() 446 AddLineWithCharsetAndQP(type, { address, sipData->GetLabelId(), sipData->GetLabelName() }); in ConstructSipAddresses() 484 std::string labelIdStr = data->GetLabelId(); in ConstructEmails() 510 if (VCardUtils::IsNum(data->GetLabelId())) { in ConstructPostals() 511 labelId = std::stoi(data->GetLabelId()); in ConstructPostals() 648 …AddLineWithCharsetAndQP(VCARD_TYPE_URL, { website, websiteData->GetLabelId(), websiteData->GetLabe… in ConstructWebsites() 719 if (VCardUtils::IsNum(eventData->GetLabelId())) { in ConstructEvents() 720 labelId = eventMap[std::stoi(eventData->GetLabelId())]; in ConstructEvents()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_hap_module_info.h | 38 uint32_t GetLabelId() const;
|
H A D | stage_hap_module_info.cpp | 66 uint32_t StageHapModuleInfo::GetLabelId() const in GetLabelId() function in OHOS::Ace::StageHapModuleInfo
|
H A D | stage_app_info.h | 43 uint32_t GetLabelId() const;
|
H A D | stage_app_info.cpp | 86 uint32_t StageAppInfo::GetLabelId() const in GetLabelId() function in OHOS::Ace::StageAppInfo
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/ |
H A D | vcard_im_data.h | 36 std::string GetLabelId();
|
H A D | vcard_relation_data.h | 37 std::string GetLabelId();
|
H A D | vcard_event_data.h | 36 std::string GetLabelId();
|
H A D | vcard_website_data.h | 38 std::string GetLabelId();
|
H A D | vcard_email_data.h | 33 std::string GetLabelId();
|
H A D | vcard_phone_data.h | 38 std::string GetLabelId();
|
H A D | vcard_sip_data.h | 39 std::string GetLabelId();
|
H A D | vcard_postal_data.h | 46 std::string GetLabelId();
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_im_data.cpp | 58 std::string VCardImData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardImData
|
H A D | vcard_event_data.cpp | 56 std::string VCardEventData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardEventData
|
H A D | vcard_relation_data.cpp | 61 std::string VCardRelationData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardRelationData
|
H A D | vcard_website_data.cpp | 66 std::string VCardWebsiteData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardWebsiteData
|
H A D | vcard_phone_data.cpp | 63 std::string VCardPhoneData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardPhoneData
|
H A D | vcard_sip_data.cpp | 74 std::string VCardSipData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardSipData
|
H A D | vcard_email_data.cpp | 68 std::string VCardEmailData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardEmailData
|
H A D | vcard_postal_data.cpp | 179 std::string VCardPostalData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardPostalData
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 218 uint32_t GetLabelId() const in GetLabelId() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.cpp | 435 labelId_ = hapModuleInfo->GetLabelId(); in InitializeAppInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3935 recoverableApplication.labelId = recoverableBundleInfo.GetLabelId(); in GetRecoverableApplicationInfo() 4052 preinstalledApplicationInfo.labelId = preInstallBundleInfo.GetLabelId(); in GetAllPreinstalledApplicationInfos()
|