Home
last modified time | relevance | path

Searched refs:SetPrefix (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_text_component.h54 void SetPrefix(const std::string& value) in SetPrefix() function
62 column->SetPrefix(value); in SetPrefix()
H A Dpicker_column_component.h138 void SetPrefix(const std::string& value) in SetPrefix() function
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_name_data.h32 void SetPrefix(const std::string &prefix);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h55 bool SetPrefix(const std::string& value);
H A Ddom_picker_base.cpp183 …{ DOM_PICKER_PREFIX, [](DOMPickerBase& picker, const std::string& val) { picker.SetPrefix(val); } … in SetSpecializedAttr()
806 bool DOMPickerBase::SetPrefix(const std::string& value) in SetPrefix() function in OHOS::Ace::Framework::DOMPickerBase
811 picker->SetPrefix(value); in SetPrefix()
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_name_data.cpp75 void VCardNameData::SetPrefix(const std::string &prefix) in SetPrefix() function in OHOS::Telephony::VCardNameData
/ohos5.0/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp76 nameData_->SetPrefix(prefix); in SetNameData()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp376 nameData_->SetPrefix(values[N_PREFIX_VALUE_INDEX]); in HandleName()