Home
last modified time | relevance | path

Searched refs:GetLabelId (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp486 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 Dvcard_constructor.cpp351 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 Dstage_hap_module_info.h38 uint32_t GetLabelId() const;
H A Dstage_hap_module_info.cpp66 uint32_t StageHapModuleInfo::GetLabelId() const in GetLabelId() function in OHOS::Ace::StageHapModuleInfo
H A Dstage_app_info.h43 uint32_t GetLabelId() const;
H A Dstage_app_info.cpp86 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 Dvcard_im_data.h36 std::string GetLabelId();
H A Dvcard_relation_data.h37 std::string GetLabelId();
H A Dvcard_event_data.h36 std::string GetLabelId();
H A Dvcard_website_data.h38 std::string GetLabelId();
H A Dvcard_email_data.h33 std::string GetLabelId();
H A Dvcard_phone_data.h38 std::string GetLabelId();
H A Dvcard_sip_data.h39 std::string GetLabelId();
H A Dvcard_postal_data.h46 std::string GetLabelId();
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_im_data.cpp58 std::string VCardImData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardImData
H A Dvcard_event_data.cpp56 std::string VCardEventData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardEventData
H A Dvcard_relation_data.cpp61 std::string VCardRelationData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardRelationData
H A Dvcard_website_data.cpp66 std::string VCardWebsiteData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardWebsiteData
H A Dvcard_phone_data.cpp63 std::string VCardPhoneData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardPhoneData
H A Dvcard_sip_data.cpp74 std::string VCardSipData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardSipData
H A Dvcard_email_data.cpp68 std::string VCardEmailData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardEmailData
H A Dvcard_postal_data.cpp179 std::string VCardPostalData::GetLabelId() in GetLabelId() function in OHOS::Telephony::VCardPostalData
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h218 uint32_t GetLabelId() const in GetLabelId() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp435 labelId_ = hapModuleInfo->GetLabelId(); in InitializeAppInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3935 recoverableApplication.labelId = recoverableBundleInfo.GetLabelId(); in GetRecoverableApplicationInfo()
4052 preinstalledApplicationInfo.labelId = preInstallBundleInfo.GetLabelId(); in GetAllPreinstalledApplicationInfos()