Home
last modified time | relevance | path

Searched refs:showModuleName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model.h118 std::string showModuleName; member
H A Dtext_field_model_ng.cpp591 …mageSourceInfo(passwordIcon.showResult, passwordIcon.showBundleName, passwordIcon.showModuleName)); in SetPasswordIcon()
966 passwordIcon.showBundleName, passwordIcon.showModuleName), frameNode); in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp133 .showModuleName = "1",
162 .showModuleName = "1",
H A Dtext_field_pattern_testthree.cpp342 passwordIcon.showModuleName = "showModuleName";
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp189 if (value->showModuleName != nullptr && std::string(value->showModuleName) != "") { in SetTextInputPasswordIcon()
190 passwordIcon.showModuleName = value->showModuleName; in SetTextInputPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1345 result.showModuleName = ""; in GetJsPasswordIcon()
1365 result.showModuleName = module->ToString(vm)->ToString(vm); in GetJsPasswordIcon()
H A Darkts_native_text_input_bridge.cpp280 value.showModuleName = passwordIcon.showModuleName.c_str(); in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1134 passwordIcon.showModuleName = moduleName->ToString(); in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h370 ArkUI_CharPtr showModuleName; member