/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/ |
H A D | vcard_im_data.h | 35 void SetLabelId(const std::string &labelId);
|
H A D | vcard_relation_data.h | 36 void SetLabelId(const std::string &id);
|
H A D | vcard_event_data.h | 37 void SetLabelId(const std::string &labelId);
|
H A D | vcard_website_data.h | 37 void SetLabelId(const std::string &labelId);
|
H A D | vcard_email_data.h | 34 void SetLabelId(const std::string &labelId);
|
H A D | vcard_phone_data.h | 39 void SetLabelId(const std::string &labelId);
|
H A D | vcard_sip_data.h | 38 void SetLabelId(const std::string &labelId);
|
H A D | vcard_postal_data.h | 47 void SetLabelId(const std::string &labelId);
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_im_data.cpp | 53 void VCardImData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardImData
|
H A D | vcard_event_data.cpp | 61 void VCardEventData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardEventData
|
H A D | vcard_relation_data.cpp | 56 void VCardRelationData::SetLabelId(const std::string &id) in SetLabelId() function in OHOS::Telephony::VCardRelationData
|
H A D | vcard_website_data.cpp | 61 void VCardWebsiteData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardWebsiteData
|
H A D | vcard_phone_data.cpp | 68 void VCardPhoneData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardPhoneData
|
H A D | vcard_sip_data.cpp | 69 void VCardSipData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardSipData
|
H A D | vcard_email_data.cpp | 73 void VCardEmailData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardEmailData
|
H A D | vcard_postal_data.cpp | 184 void VCardPostalData::SetLabelId(const std::string &labelId) in SetLabelId() function in OHOS::Telephony::VCardPostalData
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 226 void SetLabelId(const uint32_t labelId) in SetLabelId() function
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_contact.cpp | 701 object->SetLabelId(std::to_string(labeId)); in AddIms() 761 object->SetLabelId(value); in AddCustom() 777 object->SetLabelId(value); in AddCustom() 819 object->SetLabelId(values[i]); in SetSip() 848 object->SetLabelId(values[i]); in AddSipData() 1111 object->SetLabelId((valueList.size() > SIZE_ONE) ? valueList[VALUE_INDEX_ONE] : ""); in AddWebSiteDatas()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.h | 277 void SetLabelId(int32_t labelId) in SetLabelId() function
|
H A D | ui_content_impl.cpp | 366 container->SetLabelId(labelId_); in CommonInitialize()
|
H A D | ace_ability.cpp | 243 container->SetLabelId(labelId_); in AceAbility()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vcard_test.cpp | 875 data1->SetLabelId("0"); 880 data2->SetLabelId("1"); 885 data3->SetLabelId("2");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 447 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1246 preInstallBundleInfo.SetLabelId(bundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 1259 preInstallBundleInfo.SetLabelId(resultBundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 3179 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in UpdatePreinstallDBForNotUpdatedBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 277 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallBundleInfo()
|