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
defs:seqId
(Results
1 - 8
of
8
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H
A
D
task_inner.h
26
explicit TaskResume(uint64_t
seqId
) : Task(TASK_TYPE_RESUME,
seqId
) { }
in TaskResume()
argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
task_manager_test.cpp
99
auto
seqId
= Task::GetNextSeqId();
in HWTEST_F()
local
172
auto
seqId
= Task::GetNextSeqId();
in HWTEST_F()
local
199
auto
seqId
= Task::GetNextSeqId();
in HWTEST_F()
local
H
A
D
input_method_panel_test.cpp
1775
uint32_t
seqId
= inputMethodPanel->GenerateSequenceId();
in HWTEST_F()
local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/
H
A
D
task.cpp
25
Task::Task(TaskType type, uint64_t
seqId
) : type_(type), seqId_(
seqId
) { }
in Task()
argument
36
RunningState Task::Resume(uint64_t
seqId
)
in Resume()
argument
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
task_manager.cpp
63
void TaskManager::Complete(uint64_t
seqId
)
in Complete()
argument
86
int32_t TaskManager::WaitExec(uint64_t
seqId
, uint32_t timeoutMs, std::function<void()> func)
in WaitExec()
argument
H
A
D
input_method_panel.cpp
897
uint32_t
seqId
= ++sequenceId_;
in GenerateSequenceId()
local
H
A
D
input_method_ability.cpp
238
uint64_t
seqId
= Task::GetNextSeqId();
in StartInput()
local
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
event_loop_test.cpp
338
auto
seqId
= currentLooper_->AddTimerEvent(nullptr, nullptr, task, 2, true);
in HWTEST_F()
local
Completed in 11 milliseconds