/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_accessibility_property.cpp | 31 bool TextFieldAccessibilityProperty::IsPassword() const in IsPassword() function in OHOS::Ace::NG::TextFieldAccessibilityProperty 136 if (IsPassword() && !text.empty()) { in GetText()
|
H A D | text_field_accessibility_property.h | 35 bool IsPassword() const override;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 111 nativeInfo.SetPassword(accessibilityElementInfo.IsPassword()); in FillNativeAccessibilityElementInfo() 296 EXPECT_EQ(beforeInfo.IsPassword(), afterInfo.IsPassword()); in CheckTransformElementInfoResult()
|
H A D | native_interface_accessibility_test.cpp | 167 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 D | js_third_provider_interaction_operation_utils.h | 63 accessibilityElementInfo.SetPassword(nativeInfo.IsPassword()); in TransformAccessbilityElementInfo()
|
H A D | js_accessibility_manager.cpp | 1372 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 D | inspector_node.h | 222 virtual bool IsPassword() const = 0;
|
H A D | inspector_composed_element.h | 276 bool IsPassword() const override;
|
H A D | inspector_composed_element.cpp | 163 { "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 D | native_interface_accessibility_impl.h | 257 bool IsPassword() const in IsPassword() function
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 895 bool IsPassword() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 93 virtual bool IsPassword() const in IsPassword() function
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 260 bool AccessibilityElementInfo::IsPassword() const in IsPassword() function in OHOS::Accessibility::AccessibilityElementInfo
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 212 EXPECT_FALSE(props.IsPassword());
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 625 EXPECT_TRUE(elementInfo_->IsPassword());
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 776 callbackInfo->accessibilityElement_.elementInfo_->IsPassword(), &value)); in GetElementInfoIsPassword()
|