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:SetInputType
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
input_edittext_component.cpp
45
bool InputEditTextComponent::
SetInputType
(const jerry_value_t& attrValue)
in SetInputType()
function in OHOS::ACELite::InputEditTextComponent
54
edittext_.
SetInputType
(InputType::TEXT_TYPE);
in SetInputType()
56
edittext_.
SetInputType
(InputType::PASSWORD_TYPE);
in SetInputType()
112
return
SetInputType
(attrValue);
in SetPrivateAttribute()
H
A
D
input_edittext_component.h
59
bool
SetInputType
(const jerry_value_t& attrValue);
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.cpp
122
editView_->
SetInputType
(param.inputType);
in OnShow()
287
editView_->
SetInputType
(InputType::PASSWORD_TYPE);
in OnClick()
288
InputMethodManager::GetInstance().
SetInputType
(InputType::PASSWORD_TYPE);
in OnClick()
290
editView_->
SetInputType
(InputType::TEXT_TYPE);
in OnClick()
291
InputMethodManager::GetInstance().
SetInputType
(InputType::TEXT_TYPE);
in OnClick()
353
editView_->
SetInputType
(InputType::PASSWORD_TYPE);
in OnLongPress()
354
InputMethodManager::GetInstance().
SetInputType
(InputType::PASSWORD_TYPE);
in OnLongPress()
356
editView_->
SetInputType
(InputType::TEXT_TYPE);
in OnLongPress()
357
InputMethodManager::GetInstance().
SetInputType
(InputType::TEXT_TYPE);
in OnLongPress()
H
A
D
ui_test_edit_text.cpp
99
editText3->
SetInputType
(InputType::PASSWORD_TYPE);
in UIKitUIEditTextTestDisplay001()
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
input_method_manager.cpp
107
void InputMethodManager::
SetInputType
(InputType type)
in SetInputType()
function in OHOS::InputMethodManager
116
tmpView->
SetInputType
(type);
in SetInputType()
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H
A
D
input_method_manager.h
94
void
SetInputType
(InputType type);
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
input_method_manager_unit_test.cpp
158
* @tc.desc: Verify
SetInputType
function, equal.
169
inputMethodManager.
SetInputType
(InputType::TEXT_TYPE);
in HWTEST_F()
172
inputMethodManager.
SetInputType
(InputType::PASSWORD_TYPE);
in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_edit_text_unit_test.cpp
160
* @tc.desc: Verify
SetInputType
function.
171
editText->
SetInputType
(type);
in HWTEST_F()
175
editText->
SetInputType
(type);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_edit_text.h
188
void
SetInputType
(InputType type);
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
1336
void
SetInputType
(const int32_t inputType);
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_element_info.cpp
305
void AccessibilityElementInfo::
SetInputType
(const int32_t inputType)
in SetInputType()
function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_edit_text.cpp
702
void UIEditText::
SetInputType
(InputType inputType)
in SetInputType()
function in OHOS::UIEditText
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H
A
D
accessibility_element_info_test.cpp
981
* @tc.name:
SetInputType
982
* @tc.desc: Test function
SetInputType
, GetInputType
987
elementInfo_->
SetInputType
(1);
in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H
A
D
mock_accessibility_element_info.cpp
981
* @tc.name:
SetInputType
982
* @tc.desc: Test function
SetInputType
, GetInputType
987
elementInfo_->
SetInputType
(1);
in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H
A
D
accessibleabilityclient_fuzzer.cpp
156
sourceElementInfo.
SetInputType
(int32Data);
in GenerateAccessibilityElementInfoP1()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
351
nodeInfo.
SetInputType
(static_cast<int>(node->GetTextInputType()));
in UpdateAccessibilityNodeInfo()
1319
nodeInfo.
SetInputType
(static_cast<int>(accessibilityProperty->GetTextInputType()));
in UpdateAccessibilityElementInfo()
1386
nodeInfo.
SetInputType
(node->GetInputType());
in UpdateWebAccessibilityElementInfo()
Completed in 35 milliseconds