Home
last modified time | relevance | path

Searched refs:passwordRules (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h107 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 Dpage_node_info.cpp28 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 Dpage_node_info.h39 std::string passwordRules; member
/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h65 virtual void SetPasswordRules(const std::string& passwordRules) {} in SetPasswordRules() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp44 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 Dtext_field_model_impl.h85 void SetPasswordRules(const std::string& passwordRules) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h96 void SetPasswordRules(const std::string& passwordRules) override;
145 static void SetPasswordRules(FrameNode* frameNode, const std::string& passwordRules);
H A Dtext_field_model.h329 virtual void SetPasswordRules(const std::string& passwordRules) = 0;
H A Dtext_field_model_ng.cpp797 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 Djs_textfield.cpp1497 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 Dnode_text_input_modifier.cpp293 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 Dweb_pattern_nbranch_test.cpp80 MOCK_METHOD(void, SetPasswordRules, (const std::string& passwordRules), (override));
H A Dweb_pattern_test_ng.cpp2929 MOCK_METHOD(void, SetPasswordRules, (const std::string& passwordRules), (override));
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1714 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h3379 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js14759 passwordRules(value) {

Completed in 87 milliseconds