Home
last modified time | relevance | path

Searched refs:IsPassword (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.h35 bool IsPassword() const override;
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()
/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.cpp1290 nodeInfo.SetPassword(accessibilityProperty->IsPassword()); in UpdateAccessibilityElementInfo()
2223 DumpLog::GetInstance().AddDesc("is password: ", BoolToString(nodeInfo.IsPassword())); in DumpAccessibilityPropertyNG()
/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()
/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.cpp151 { "password", [](const InspectorNode& inspector) { return inspector.IsPassword(); } },
1661 bool InspectorComposedElement::IsPassword() const in IsPassword() function in OHOS::Ace::V2::InspectorComposedElement
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h256 bool IsPassword() const in IsPassword() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h93 virtual bool IsPassword() const in IsPassword() function in OHOS::OHOS::Ace::NG::AccessibilityProperty
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h894 bool IsPassword() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp250 bool AccessibilityElementInfo::IsPassword() const in IsPassword() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp619 * @tc.desc: Test function SetPassword, IsPassword
625 EXPECT_TRUE(elementInfo_->IsPassword()); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp619 * @tc.desc: Test function SetPassword, IsPassword
625 EXPECT_TRUE(elementInfo_->IsPassword()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp212 EXPECT_FALSE(props.IsPassword()); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp777 callbackInfo->accessibilityElement_.elementInfo_->IsPassword(), &value)); in GetElementInfoIsPassword()

Completed in 40 milliseconds