Home
last modified time | relevance | path

Searched refs:nodeWrap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1109 auto nodeWrap = AceType::MakeRefPtr<TextFieldPatternTestTwoPageNodeInfoWrap>(); variable
1110 ASSERT_NE(nodeWrap, nullptr);
1112 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1114 nodeWrap->SetValue("Test");
1116 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1122 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1125 nodeWrap->SetIsFocus(true);
1126 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1132 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_NEW_PASSWORD);
1138 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_NEW_PASSWORD);
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp165 for (const auto& nodeWrap: pageNodeInfoWraps_) { in GetViewData() local
166 auto nodeWrapOhos = AceType::DynamicCast<PageNodeInfoWrapOhos>(nodeWrap); in GetViewData()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1877 auto nodeWrap = PageNodeInfoWrap::CreatePageNodeInfoWrap(); variable
1878 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/
H A Dpattern.h399 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) {} in NotifyFillRequestSuccess() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h901 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType);
H A Dframe_node.cpp2393 …RefPtr<ViewDataWrap> viewDataWrap, RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess() argument
2396 pattern_->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, autoFillType); in NotifyFillRequestSuccess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7214 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in OnBackPressed() argument
7221 CHECK_NULL_VOID(nodeWrap); in OnBackPressed()
7222 auto isFocus = nodeWrap->GetIsFocus(); in OnBackPressed()
7233 lastAutoFillTextValue_ = nodeWrap->GetValue(); in OnBackPressed()
7236 if (!contentController_ || contentController_->GetTextValue() == nodeWrap->GetValue()) { in OnBackPressed()
7239 contentController_->SetTextValue(nodeWrap->GetValue()); in OnBackPressed()
H A Dtext_field_pattern.h1129 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h202 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) override;
H A Dweb_pattern.cpp4234 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess() argument