Home
last modified time | relevance | path

Searched refs:GetPasswordRules (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h66 virtual const std::string& GetPasswordRules() const = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h112 const std::string& GetPasswordRules() const override in GetPasswordRules() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h247 static std::string GetPasswordRules(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1743 std::string TextFieldModelNG::GetPasswordRules(FrameNode* frameNode) in GetPasswordRules() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp102 const std::string& GetPasswordRules() const in GetPasswordRules() function in OHOS::Ace::NG::TextFieldPatternTestTwoPageNodeInfoWrap
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp315 g_strValue = TextFieldModelNG::GetPasswordRules(frameNode); in GetTextInputPasswordRules()