Home
last modified time | relevance | path

Searched refs:IsPassword (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp31 bool TextFieldAccessibilityProperty::IsPassword() const in IsPassword() function in OHOS::Ace::NG::TextFieldAccessibilityProperty
136 if (IsPassword() && !text.empty()) { in GetText()
H A Dtext_field_accessibility_property.h35 bool IsPassword() const override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp111 nativeInfo.SetPassword(accessibilityElementInfo.IsPassword()); in FillNativeAccessibilityElementInfo()
296 EXPECT_EQ(beforeInfo.IsPassword(), afterInfo.IsPassword()); in CheckTransformElementInfoResult()
H A Dnative_interface_accessibility_test.cpp167 NATIVE_ADD_ELEMENTINFO(SetIsPassword, &afterInfo, beforeInfo.IsPassword()); in FillNativeAccessibilityElementInfo()
338 EXPECT_EQ(beforeInfo.IsPassword(), afterInfo.IsPassword()); in CheckTransformElementInfoResult()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h63 accessibilityElementInfo.SetPassword(nativeInfo.IsPassword()); in TransformAccessbilityElementInfo()
H A Djs_accessibility_manager.cpp1372 nodeInfo.SetPassword(accessibilityProperty->IsPassword()); in UpdateAccessibilityElementInfo()
2287 DumpLog::GetInstance().AddDesc("is password: ", BoolToString(nodeInfo.IsPassword())); in DumpAccessibilityPropertyNG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h222 virtual bool IsPassword() const = 0;
H A Dinspector_composed_element.h276 bool IsPassword() const override;
H A Dinspector_composed_element.cpp163 { "password", [](const InspectorNode& inspector) { return inspector.IsPassword(); } }, in __anon58d2e1334302()
1673 bool InspectorComposedElement::IsPassword() const in IsPassword() function in OHOS::Ace::V2::InspectorComposedElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h257 bool IsPassword() const in IsPassword() function
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h895 bool IsPassword() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h93 virtual bool IsPassword() const in IsPassword() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp260 bool AccessibilityElementInfo::IsPassword() const in IsPassword() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp212 EXPECT_FALSE(props.IsPassword());
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp625 EXPECT_TRUE(elementInfo_->IsPassword());
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp776 callbackInfo->accessibilityElement_.elementInfo_->IsPassword(), &value)); in GetElementInfoIsPassword()