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:g_executorId
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/services/modules/seccomp/
H
A
D
seccomp_policy_static.c
36
static int32_t
g_executorId
= -1;
variable
39
if (
g_executorId
== -1) {
in SetSeccompPolicyInit()
40
g_executorId
= AddCmdExecutor("SetSeccompPolicy", SetSystemSeccompPolicy);
in SetSeccompPolicyInit()
/base/startup/init/services/modules/bootchart/
H
A
D
bootchart.c
278
static int32_t
g_executorId
= -1;
variable
281
if (
g_executorId
== -1) {
in BootchartInit()
282
g_executorId
= AddCmdExecutor("bootchart", DoBootchartCmd);
in BootchartInit()
283
PLUGIN_LOGI("BootchartInit executorId %d",
g_executorId
);
in BootchartInit()
290
PLUGIN_LOGI("BootchartExit executorId %d",
g_executorId
);
in BootchartExit()
291
if (
g_executorId
!= -1) {
in BootchartExit()
292
RemoveCmdExecutor("bootchart",
g_executorId
);
in BootchartExit()
/base/startup/init/services/modules/trace/
H
A
D
init_trace.c
542
static int
g_executorId
= -1;
variable
545
if (
g_executorId
== -1) {
in InitTraceInit()
546
g_executorId
= AddCmdExecutor("init_trace", DoInitTraceCmd);
in InitTraceInit()
547
PLUGIN_LOGI("InitTraceInit executorId %d",
g_executorId
);
in InitTraceInit()
554
PLUGIN_LOGI("InitTraceExit executorId %d",
g_executorId
);
in InitTraceExit()
555
if (
g_executorId
!= -1) {
in InitTraceExit()
556
RemoveCmdExecutor("init_trace",
g_executorId
);
in InitTraceExit()
Completed in 3 milliseconds