Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsChecked
(Results
1 - 25
of
35
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H
A
D
switch_accessibility_property.cpp
29
bool SwitchAccessibilityProperty::
IsChecked
() const
in IsChecked()
function in OHOS::Ace::NG::SwitchAccessibilityProperty
35
return switchPattern->
IsChecked
();
in IsChecked()
H
A
D
switch_accessibility_property.h
33
bool
IsChecked
() const override;
H
A
D
switch_pattern.h
101
bool
IsChecked
()
in IsChecked()
function in OHOS::Ace::NG::SwitchPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
toggle_button_accessibility_property.cpp
26
bool ToggleButtonAccessibilityProperty::
IsChecked
() const
in IsChecked()
function in OHOS::Ace::NG::ToggleButtonAccessibilityProperty
H
A
D
toggle_button_accessibility_property.h
33
bool
IsChecked
() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H
A
D
checkbox_accessibility_property.h
33
bool
IsChecked
() const override;
H
A
D
checkbox_accessibility_property.cpp
26
bool CheckBoxAccessibilityProperty::
IsChecked
() const
in IsChecked()
function in OHOS::Ace::NG::CheckBoxAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H
A
D
radio_accessibility_property.h
33
bool
IsChecked
() const override;
H
A
D
radio_accessibility_property.cpp
26
bool RadioAccessibilityProperty::
IsChecked
() const
in IsChecked()
function in OHOS::Ace::NG::RadioAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H
A
D
checkboxgroup_accessibility_property.h
33
bool
IsChecked
() const override;
H
A
D
checkboxgroup_accessibility_property.cpp
30
bool CheckBoxGroupAccessibilityProperty::
IsChecked
() const
in IsChecked()
function in OHOS::Ace::NG::CheckBoxGroupAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
form_value.h
86
bool
IsChecked
() const
in IsChecked()
function in OHOS::Ace::Framework::FormValue
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_provider_interaction_operation_utils.h
54
accessibilityElementInfo.SetChecked(nativeInfo.
IsChecked
());
in TransformAccessbilityElementInfo()
H
A
D
js_third_provider_interaction_operation.cpp
47
printStr.append(", checked: ").append(info.
IsChecked
() ? "true" : "false");
in LogAccessibilityElementInfo()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H
A
D
js_third_provider_interaction_operation_utils_test.cpp
102
nativeInfo.SetChecked(accessibilityElementInfo.
IsChecked
());
in FillNativeAccessibilityElementInfo()
287
EXPECT_EQ(beforeInfo.
IsChecked
(), afterInfo.
IsChecked
());
in CheckTransformElementInfoResult()
H
A
D
native_interface_accessibility_test.cpp
157
NATIVE_ADD_ELEMENTINFO(SetChecked, &afterInfo, beforeInfo.
IsChecked
());
in FillNativeAccessibilityElementInfo()
329
EXPECT_EQ(beforeInfo.
IsChecked
(), afterInfo.
IsChecked
());
in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_node.h
223
virtual bool
IsChecked
() const = 0;
H
A
D
inspector_composed_element.h
277
bool
IsChecked
() const override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H
A
D
toggle_test_ng.cpp
1662
* @tc.desc: Test the IsCheckable and
IsChecked
properties of ToggleButton.
1675
EXPECT_TRUE(accessibility->
IsChecked
());
in HWTEST_F()
1680
EXPECT_FALSE(accessibility->
IsChecked
());
in HWTEST_F()
1685
* @tc.desc: Test the IsCheckable and
IsChecked
properties of Switch.
1702
EXPECT_FALSE(accessibility->
IsChecked
());
in HWTEST_F()
1705
EXPECT_TRUE(accessibility->
IsChecked
());
in HWTEST_F()
1710
* @tc.desc: Test the IsCheckable and
IsChecked
properties of Switch.
1727
EXPECT_FALSE(accessibility->
IsChecked
());
in HWTEST_F()
1730
EXPECT_TRUE(accessibility->
IsChecked
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
native_interface_accessibility_impl.h
166
bool
IsChecked
() const
in IsChecked()
function
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
declaration.h
189
bool
IsChecked
() const
in IsChecked()
function in OHOS::Ace::Declaration
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
accessibility_property.h
83
virtual bool
IsChecked
() const
in IsChecked()
function in OHOS::OHOS::Ace::NG::AccessibilityProperty
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
750
bool
IsChecked
() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_element_info.cpp
160
bool AccessibilityElementInfo::
IsChecked
() const
in IsChecked()
function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H
A
D
checkboxgroup_test_ng.cpp
1341
* @tc.desc: Test IsCheckable and
IsChecked
properties of CheckBoxGroup.
1358
EXPECT_TRUE(accessibility->
IsChecked
());
in HWTEST_F()
1360
EXPECT_FALSE(accessibility->
IsChecked
());
in HWTEST_F()
1362
EXPECT_FALSE(accessibility->
IsChecked
());
in HWTEST_F()
Completed in 19 milliseconds
1
2