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:StartInputType
(Results
1 - 11
of
11
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H
A
D
input_method_system_ability_proxy.h
73
int32_t
StartInputType
(InputType type) override;
/base/inputmethod/imf/services/include/
H
A
D
i_input_method_system_ability.h
72
virtual int32_t
StartInputType
(InputType type) = 0;
H
A
D
input_method_system_ability.h
80
int32_t
StartInputType
(InputType type) override;
168
int32_t
StartInputType
(int32_t userId, InputType type);
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H
A
D
inputmethodcontroller_fuzzer.cpp
175
imc->
StartInputType
(InputType::CAMERA_INPUT);
in InputType()
176
imc->
StartInputType
(InputType::SECURITY_INPUT);
in InputType()
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
317
return
StartInputType
(userId, InputType::SECURITY_INPUT);
in CheckInputTypeOption()
326
return
StartInputType
(userId, InputType::SECURITY_INPUT);
in CheckInputTypeOption()
561
int32_t InputMethodSystemAbility::
StartInputType
(InputType type)
in StartInputType()
function in OHOS::MiscServices::InputMethodSystemAbility
563
return
StartInputType
(GetCallingUserId(), type);
in StartInputType()
580
return
StartInputType
(userId, InputType::SECURITY_INPUT);
in ExitCurrentInputType()
1515
ret =
StartInputType
(userId, InputType::SECURITY_INPUT);
1796
int32_t InputMethodSystemAbility::
StartInputType
(int32_t userId, InputType type)
H
A
D
input_method_system_ability_stub.cpp
379
return ITypesUtil::Marshal(reply,
StartInputType
(type)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE;
in StartInputTypeOnRemote()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H
A
D
input_method_system_ability_proxy.cpp
271
int32_t InputMethodSystemAbilityProxy::
StartInputType
(InputType type)
H
A
D
input_method_controller.cpp
1296
int32_t InputMethodController::
StartInputType
(InputType type)
in StartInputType()
function in OHOS::MiscServices::InputMethodController
1304
return proxy->
StartInputType
(type);
in StartInputType()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H
A
D
input_method_controller.h
724
IMF_API int32_t
StartInputType
(InputType type);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_private_member_test.cpp
938
ret = service_->
StartInputType
(InputType::NONE);
in HWTEST_F()
1008
* @tc.desc: Test
StartInputType
1016
auto ret = service_->
StartInputType
(type);
in HWTEST_F()
H
A
D
input_method_controller_test.cpp
1317
* @tc.desc:
StartInputType
1325
auto ret = inputMethodController_->
StartInputType
(InputType::NONE);
in HWTEST_F()
Completed in 14 milliseconds