/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 107 void SetPasswordRules(const std::string& passwordRules) override in SetPasswordRules() argument 109 pageNodeInfo_.passwordRules = passwordRules; in SetPasswordRules() 114 return pageNodeInfo_.passwordRules; in GetPasswordRules()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/src/ |
H A D | page_node_info.cpp | 60 passwordRules = jsonObject.at(PAGE_NODE_INFO_PASSWORD_RULES).get<std::string>(); in FromJsonString() 95 {PAGE_NODE_INFO_PASSWORD_RULES, passwordRules}, in ToJsonString()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | page_node_info.h | 39 std::string passwordRules; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-pageNodeInfo-sys.md | 23 | passwordRules | string | 否 | 是 | 生成密码的规则。 |
|
/ohos5.0/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
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-pageNodeInfo-sys.md | 23 | passwordRules | string | No | Yes | Rules for generating passwords. …
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension_util.cpp | 136 jsValue = WrapStringToJS(env, pageNodeInfo.passwordRules); in WrapPageNodeInfo() 230 UnwrapStringByPropertyName(env, jsNode, PAGE_INFO_PASSWORDRULES, node.passwordRules); in UnwrapPageNodeInfo()
|
/ohos5.0/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 {}; in SetPasswordRules() argument
|
/ohos5.0/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; 143 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 | 787 void TextFieldModelNG::SetPasswordRules(const std::string& passwordRules) in SetPasswordRules() argument 789 ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, PasswordRules, passwordRules); in SetPasswordRules() 1209 void TextFieldModelNG::SetPasswordRules(FrameNode* frameNode, const std::string& passwordRules) in SetPasswordRules() argument 1211 … ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextFieldLayoutProperty, PasswordRules, passwordRules, frameNode); in SetPasswordRules()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 1369 auto passwordRules = jsValue->ToString(); in SetPasswordRules() local 1370 TextFieldModel::GetInstance()->SetPasswordRules(passwordRules); in SetPasswordRules()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput.md | 553 ### passwordRules<sup>11+</sup> 555 passwordRules(value: string)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_input_modifier.cpp | 303 void SetTextInputPasswordRules(ArkUINodeHandle node, ArkUI_CharPtr passwordRules) in SetTextInputPasswordRules() argument 307 std::string strValue = passwordRules; in SetTextInputPasswordRules()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkTextInput.ts | 1299 passwordRules(value: string): TextInputAttribute {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput.md | 555 ### passwordRules<sup>11+</sup> 557 passwordRules(value: string)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 782 passwordRules(value: string): TextInputAttribute;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1696 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3397 void (*setTextInputPasswordRules)(ArkUINodeHandle node, ArkUI_CharPtr passwordRules);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 14733 passwordRules(value) { method in ArkTextInputComponent
|