Home
last modified time | relevance | path

Searched refs:ACE_PASSWORD (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dace_auto_fill_type.h24 ACE_PASSWORD, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp839 pattern_->NotifyFillRequestSuccess(nullptr, nullptr, AceAutoFillType::ACE_PASSWORD);
884 AceAutoFillType::ACE_PASSWORD);
H A Dtext_field_pattern_test.cpp319 pattern->GetAutoFillTriggeredStateByType(AceAutoFillType::ACE_PASSWORD);
341 pattern->SetAutoFillTriggeredStateByType(AceAutoFillType::ACE_PASSWORD);
2555 autoFillType = AceAutoFillType::ACE_PASSWORD;
2596 autoFillType = AceAutoFillType::ACE_PASSWORD;
H A Dtext_field_pattern_func_test.cpp699 EXPECT_TRUE(state == AceAutoFillType::ACE_PASSWORD);
713 EXPECT_TRUE(state == AceAutoFillType::ACE_PASSWORD);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1878 frameNode->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_PASSWORD);
1881 frameNode->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_PASSWORD);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp182 { AceAutoFillType::ACE_PASSWORD, TextInputType::VISIBLE_PASSWORD},
211 std::make_pair(AceAutoFillType::ACE_PASSWORD, "TextContentType.VISIBLE_PASSWORD")},
2436 …(autoFillType == AceAutoFillType::ACE_USER_NAME || autoFillType == AceAutoFillType::ACE_PASSWORD || in IsAutoFillPasswordType()
2481 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in GetAutoFillTriggeredStateByType()
2498 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in SetAutoFillTriggeredStateByType()
3053 …if (aceContentType >= AceAutoFillType::ACE_PASSWORD && aceContentType <= AceAutoFillType::ACE_FORM… in AutoFillValueChanged()
4006 { TextInputType::VISIBLE_PASSWORD, AceAutoFillType::ACE_PASSWORD }, in ConvertToAceAutoFillType()
4009 { TextInputType::NUMBER_PASSWORD, AceAutoFillType::ACE_PASSWORD } }; in ConvertToAceAutoFillType()
8715 if (aceContentType == AceAutoFillType::ACE_PASSWORD || in OnBackPressed()
8725 …if (aceInputType == AceAutoFillType::ACE_PASSWORD || aceInputType == AceAutoFillType::ACE_NEW_PASS… in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp208 {OHOS::NWeb::NWEB_AUTOFILL_PASSWORD, AceAutoFillType::ACE_PASSWORD},
231 {AceAutoFillType::ACE_PASSWORD, OHOS::NWeb::NWEB_AUTOFILL_PASSWORD},
4330 if (type == AceAutoFillType::ACE_USER_NAME || type == AceAutoFillType::ACE_PASSWORD || in GetHintTypeAndMetadata()