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:OnUserStarted
(Results
1 - 4
of
4
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H
A
D
inputmethodsystemability_fuzzer.cpp
50
DelayedSingleton<InputMethodSystemAbility>::GetInstance()->
OnUserStarted
(msg.get());
in FuzzOnUser()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_private_member_test.cpp
141
auto ret = service_->
OnUserStarted
(msg.get());
in HWTEST_F()
146
ret = service_->
OnUserStarted
(msg.get());
in HWTEST_F()
154
ret = service_->
OnUserStarted
(msg1.get());
in HWTEST_F()
166
ret = service_->
OnUserStarted
(msg2.get());
in HWTEST_F()
175
ret = service_->
OnUserStarted
(msg3.get());
in HWTEST_F()
/base/inputmethod/imf/services/include/
H
A
D
input_method_system_ability.h
108
int32_t
OnUserStarted
(const Message *msg);
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
966
OnUserStarted
(msg);
in WorkThread()
1016
int32_t InputMethodSystemAbility::
OnUserStarted
(const Message *msg)
in OnUserStarted()
function in OHOS::MiscServices::InputMethodSystemAbility
Completed in 6 milliseconds