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:caps
(Results
1 - 9
of
9
) sorted by relevance
/base/startup/appspawn/lite/
H
A
D
appspawn_message.h
34
unsigned int *
caps
;
member
H
A
D
appspawn_process.c
56
static int SetCapability(unsigned int capsCnt, const unsigned int *
caps
)
in SetCapability()
argument
[all...]
/base/startup/init/services/init/
H
A
D
init_capability.c
109
unsigned int
caps
= FULL_CAP;
in InitServiceCaps()
local
[all...]
H
A
D
init_common_service.c
182
static void GetInvalidCaps(const Service *service, unsigned int *
caps
)
in GetInvalidCaps()
argument
205
unsigned int *
caps
= (unsigned int *)calloc(invalidCnt, sizeof(unsigned int));
in DropCapability()
local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_lite_test/
H
A
D
app_spawn_lite_test.cpp
358
std::vector<unsigned int>
caps
;
in HWTEST_F()
local
[all...]
/base/startup/init/test/unittest/init/
H
A
D
service_unittest.cpp
430
unsigned int *
caps
= (unsigned int *)calloc(1, sizeof(unsigned int) * 1);
in HWTEST_F()
local
[all...]
/base/startup/init/services/init/include/
H
A
D
init_service.h
118
unsigned int *
caps
;
member
/base/security/permission_lite/services/pms/src/
H
A
D
pms_impl.c
329
int QueryAppCapabilities(const char *identifier, unsigned int **
caps
, unsigned int *capNum)
in QueryAppCapabilities()
argument
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H
A
D
print_service_ability_test.cpp
1191
PrinterCapability
caps
;
in HWTEST_F()
local
Completed in 12 milliseconds