/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.h | 77 void ResetMaxLength() override; 144 static void ResetMaxLength(FrameNode* frameNode);
|
H A D | search_model.h | 87 virtual void ResetMaxLength();
|
H A D | search_model_ng.cpp | 1029 void SearchModelNG::ResetMaxLength() in ResetMaxLength() function in OHOS::Ace::NG::SearchModelNG 1037 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength() 1675 void SearchModelNG::ResetMaxLength(FrameNode* frameNode) in ResetMaxLength() function in OHOS::Ace::NG::SearchModelNG 1682 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | search_model_impl.h | 80 void ResetMaxLength() override {};
|
H A D | text_field_model_impl.h | 71 void ResetMaxLength() override {};
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_search_bridge.h | 75 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 67 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 49 static ArkUINativeModuleValue ResetMaxLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_search_bridge.cpp | 1055 ArkUINativeModuleValue SearchBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::SearchBridge
|
H A D | arkts_native_text_input_bridge.cpp | 673 ArkUINativeModuleValue TextInputBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 461 ArkUINativeModuleValue TextAreaBridge::ResetMaxLength(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetMaxLength() function in OHOS::Ace::NG::TextAreaBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1454 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetMaxLength)); in GetArkUINativeModule() 1898 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetMaxLength)); in GetArkUINativeModule() 2315 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetMaxLength)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 73 void ResetMaxLength() override; 163 static void ResetMaxLength(FrameNode* frameNode);
|
H A D | text_field_model.h | 304 virtual void ResetMaxLength() = 0;
|
H A D | text_field_model_ng.cpp | 398 void TextFieldModelNG::ResetMaxLength() in ResetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG 404 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength() 1147 void TextFieldModelNG::ResetMaxLength(FrameNode* frameNode) in ResetMaxLength() function in OHOS::Ace::NG::TextFieldModelNG 1152 textFieldLayoutProperty->ResetMaxLength(); in ResetMaxLength()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 1163 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 1166 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 1176 SearchModel::GetInstance()->ResetMaxLength(); in SetMaxLength()
|
H A D | js_textfield.cpp | 492 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 495 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength() 505 TextFieldModel::GetInstance()->ResetMaxLength(); in SetMaxLength()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1398 searchModelInstance.ResetMaxLength(); in HWTEST_F() 1616 searchModelInstance.ResetMaxLength(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | search_modifier.cpp | 450 SearchModelNG::ResetMaxLength(frameNode); in ResetSearchMaxLength()
|
H A D | node_text_input_modifier.cpp | 534 TextFieldModelNG::ResetMaxLength(frameNode); in ResetTextInputMaxLength()
|
H A D | node_text_area_modifier.cpp | 342 TextFieldModelNG::ResetMaxLength(frameNode); in ResetTextAreaMaxLength()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_modify_test.cpp | 1739 * @tc.desc: Test the ResetMaxLength. 1752 model.ResetMaxLength(frameNode); in HWTEST_F()
|
H A D | text_input_test.cpp | 881 model.ResetMaxLength(); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4136 void ResetMaxLength(ArkUI_NodeHandle node) in ResetMaxLength() function 13232 ResetShowUnderline, ResetMaxLength, ResetEnterKeyType, ResetPlaceholderColor, ResetTextInputPlaceholderFont, in ResetTextInputAttribute() 13283 static Resetter* setters[] = { ResetTextAreaPlaceholder, ResetTextAreaText, ResetMaxLength, ResetPlaceholderColor, in ResetTextAreaAttribute()
|