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:RunningState
(Results
1 - 5
of
5
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/actions/
H
A
D
action.h
25
enum
RunningState
: uint32_t {
39
virtual
RunningState
Execute()
in Execute()
53
virtual
RunningState
Resume(uint64_t resumeId)
in Resume()
58
RunningState
GetState() const
in GetState()
64
RunningState
state_ { RUNNING_STATE_IDLE };
H
A
D
action_wait.h
51
RunningState
Execute() override
60
RunningState
Resume(uint64_t seqId) override
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H
A
D
task.h
74
RunningState
Execute();
75
RunningState
Resume(uint64_t resumeId);
77
virtual
RunningState
OnTask(std::shared_ptr<Task> task);
85
RunningState
GetState() const;
92
RunningState
ExecuteInner();
96
RunningState
state_ { RUNNING_STATE_IDLE };
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/
H
A
D
task.cpp
27
RunningState
Task::Execute()
in Execute()
36
RunningState
Task::Resume(uint64_t seqId)
in Resume()
62
RunningState
Task::OnTask(std::shared_ptr<Task> task)
in OnTask()
103
RunningState
Task::GetState() const
in GetState()
124
RunningState
Task::ExecuteInner()
in ExecuteInner()
/base/hiviewdfx/hitrace/cmd/src/
H
A
D
hitrace_cmd.cpp
62
enum
RunningState
{
enum
88
const std::map<
RunningState
, std::string> STATE_INFO = {
152
RunningState
g_runningState = STATE_NULL;
168
static std::string GetStateInfo(const
RunningState
state)
in GetStateInfo()
284
static bool SetRunningState(const
RunningState
& setValue)
in SetRunningState()
Completed in 3 milliseconds