/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 107 void SetPasswordRules(const std::string& passwordRules) override 109 pageNodeInfo_.passwordRules = passwordRules; 114 return pageNodeInfo_.passwordRules;
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/ |
H A D | page_node_info.cpp | 28 constexpr const char* PAGE_NODE_INFO_PASSWORD_RULES = "passwordRules"; 60 passwordRules = jsonObject.at(PAGE_NODE_INFO_PASSWORD_RULES).get<std::string>(); in FromJsonString() 95 {PAGE_NODE_INFO_PASSWORD_RULES, passwordRules}, in ToJsonString()
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | page_node_info.h | 39 std::string passwordRules; member
|
/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 65 virtual void SetPasswordRules(const std::string& passwordRules) {} in SetPasswordRules() argument
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension_util.cpp | 44 constexpr const char *PAGE_INFO_PASSWORDRULES = "passwordRules"; 136 jsValue = WrapStringToJS(env, pageNodeInfo.passwordRules); in WrapPageNodeInfo() 230 UnwrapStringByPropertyName(env, jsNode, PAGE_INFO_PASSWORDRULES, node.passwordRules); in UnwrapPageNodeInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.h | 85 void SetPasswordRules(const std::string& passwordRules) override {};
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 96 void SetPasswordRules(const std::string& passwordRules) override; 145 static void SetPasswordRules(FrameNode* frameNode, const std::string& passwordRules);
|
H A D | text_field_model.h | 329 virtual void SetPasswordRules(const std::string& passwordRules) = 0;
|
H A D | text_field_model_ng.cpp | 797 void TextFieldModelNG::SetPasswordRules(const std::string& passwordRules) in SetPasswordRules() argument 799 ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, PasswordRules, passwordRules); in SetPasswordRules() 1259 void TextFieldModelNG::SetPasswordRules(FrameNode* frameNode, const std::string& passwordRules) in SetPasswordRules() argument 1261 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextFieldLayoutProperty, PasswordRules, passwordRules, frameNode); in SetPasswordRules()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 1497 auto passwordRules = jsValue->ToString(); in SetPasswordRules() local 1498 TextFieldModel::GetInstance()->SetPasswordRules(passwordRules); in SetPasswordRules()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_input_modifier.cpp | 293 void SetTextInputPasswordRules(ArkUINodeHandle node, ArkUI_CharPtr passwordRules) in SetTextInputPasswordRules() argument 297 std::string strValue = passwordRules; in SetTextInputPasswordRules()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_nbranch_test.cpp | 80 MOCK_METHOD(void, SetPasswordRules, (const std::string& passwordRules), (override));
|
H A D | web_pattern_test_ng.cpp | 2929 MOCK_METHOD(void, SetPasswordRules, (const std::string& passwordRules), (override));
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1714 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3379 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 14759 passwordRules(value) {
|