Home
last modified time | relevance | path

Searched refs:SetTextValue (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.h64 void SetTextValue(std::string&& value) in SetTextValue() function
70 void SetTextValue(const std::string& value) in SetTextValue() function
H A Dtext_field_content_modifier.h50 void SetTextValue(std::string& value);
H A Dtext_field_paint_method.cpp86 textFieldContentModifier_->SetTextValue(displayText); in UpdateContentModifier()
H A Dtext_field_content_modifier.cpp374 void TextFieldContentModifier::SetTextValue(std::string& value) in SetTextValue() function in OHOS::Ace::NG::TextFieldContentModifier
H A Dtext_field_pattern.h382 contentController_->SetTextValue(value); in UpdateEditingValue()
H A Dtext_field_pattern.cpp1400 contentController_->SetTextValue(textEditingValue.text); in HandleOnUndoAction()
1416 contentController_->SetTextValue(textEditingValue.text); in HandleOnRedoAction()
5034 contentController_->SetTextValue(value->text); in UpdateEditingValue()
7239 contentController_->SetTextValue(nodeWrap->GetValue()); in OnBackPressed()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp113 return mmsHeader_.SetTextValue(MMS_TRANSACTION_ID, value); in SetMmsTransactionId()
228 return mmsHeader_.SetTextValue(fieldId, value); in SetHeaderStringValue()
H A Dmms_header.cpp248 SetTextValue(MMS_TRANSACTION_ID, MakeTransactionId(defTranScactionIdLen)); in EncodeMmsHeader()
482 bool MmsHeader::SetTextValue(uint8_t fieldId, std::string value) in SetTextValue() function in OHOS::Telephony::MmsHeader
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_test.cpp872 pattern->contentController_->SetTextValue("");
875 pattern->contentController_->SetTextValue("123");
898 pattern->contentController_->SetTextValue("123");
1124 pattern->contentController_->SetTextValue("");
1145 pattern->contentController_->SetTextValue("1");
1148 pattern->contentController_->SetTextValue("1");
1169 pattern->contentController_->SetTextValue("1");
1172 pattern->contentController_->SetTextValue("1");
1193 pattern->contentController_->SetTextValue("1");
1196 pattern->contentController_->SetTextValue("1");
H A Dtext_field_pattern_func_test.cpp1137 pattern->contentController_->SetTextValue("openharmony");
1163 pattern->contentController_->SetTextValue("openharmony");
1202 pattern->contentController_->SetTextValue("openharmony");
1218 pattern->contentController_->SetTextValue("");
1237 pattern->contentController_->SetTextValue("");
H A Dtext_input_area_model_test.cpp887 pattern->contentController_->SetTextValue(TEXTCASE_TEXT);
H A Dtext_field_controller_test.cpp92 pattern_->contentController_->SetTextValue(DEFAULT_TEXT);
H A Dtext_field_pattern_testtwo.cpp1384 pattern->contentController_->SetTextValue("Test");
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_header.h42 bool SetTextValue(uint8_t fieldId, std::string value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h56 void SetTextValue(const std::string& value) in SetTextValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.h95 static void SetTextValue(FrameNode* frameNode, const std::optional<std::string>& value);
H A Dsearch_model_ng.cpp1051 void SearchModelNG::SetTextValue(FrameNode* frameNode, const std::optional<std::string>& value) in SetTextValue() function in OHOS::Ace::NG::SearchModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp653 SearchModelNG::SetTextValue(frameNode, valueNG); in SetSearchValue()
660 SearchModelNG::SetTextValue(frameNode, ""); in ResetSearchValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp282 textInfo.SetTextValue(valStr); in ParseTextInfoAndSegmentInfo()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp187 EXPECT_FALSE(mmsHeader->SetTextValue(MMS_CANCEL_STATUS, ""));
188 EXPECT_FALSE(mmsHeader->SetTextValue(MMS_CANCEL_STATUS, SRC_STR));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp358 textInfo.SetTextValue(val); in GetAttrDataSetData()