/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.h | 64 void SetTextValue(std::string&& value) in SetTextValue() function 70 void SetTextValue(const std::string& value) in SetTextValue() function
|
H A D | text_field_content_modifier.h | 50 void SetTextValue(std::string& value);
|
H A D | text_field_paint_method.cpp | 86 textFieldContentModifier_->SetTextValue(displayText); in UpdateContentModifier()
|
H A D | text_field_content_modifier.cpp | 374 void TextFieldContentModifier::SetTextValue(std::string& value) in SetTextValue() function in OHOS::Ace::NG::TextFieldContentModifier
|
H A D | text_field_pattern.h | 382 contentController_->SetTextValue(value); in UpdateEditingValue()
|
H A D | text_field_pattern.cpp | 1400 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 D | mms_msg.cpp | 113 return mmsHeader_.SetTextValue(MMS_TRANSACTION_ID, value); in SetMmsTransactionId() 228 return mmsHeader_.SetTextValue(fieldId, value); in SetHeaderStringValue()
|
H A D | mms_header.cpp | 248 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 D | text_field_pattern_test.cpp | 872 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 D | text_field_pattern_func_test.cpp | 1137 pattern->contentController_->SetTextValue("openharmony"); 1163 pattern->contentController_->SetTextValue("openharmony"); 1202 pattern->contentController_->SetTextValue("openharmony"); 1218 pattern->contentController_->SetTextValue(""); 1237 pattern->contentController_->SetTextValue("");
|
H A D | text_input_area_model_test.cpp | 887 pattern->contentController_->SetTextValue(TEXTCASE_TEXT);
|
H A D | text_field_controller_test.cpp | 92 pattern_->contentController_->SetTextValue(DEFAULT_TEXT);
|
H A D | text_field_pattern_testtwo.cpp | 1384 pattern->contentController_->SetTextValue("Test");
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_header.h | 42 bool SetTextValue(uint8_t fieldId, std::string value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 56 void SetTextValue(const std::string& value) in SetTextValue() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.h | 95 static void SetTextValue(FrameNode* frameNode, const std::optional<std::string>& value);
|
H A D | search_model_ng.cpp | 1051 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 D | search_modifier.cpp | 653 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 D | jsi_chart_bridge.cpp | 282 textInfo.SetTextValue(valStr); in ParseTextInfoAndSegmentInfo()
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 187 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 D | js_card_parser.cpp | 358 textInfo.SetTextValue(val); in GetAttrDataSetData()
|