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:processQueue
(Results
1 - 2
of
2
) sorted by relevance
/base/security/device_security_level/baselib/msglib/src/standard/
H
A
D
messenger_impl.c
34
WorkQueue *
processQueue
;
member
43
WorkQueue *
processQueue
= CreateWorkQueue(MESSENGER_PROCESS_QUEUE_SIZE, MESSENGER_PROCESS_QUEUE_NAME);
in CreateMessengerImpl()
local
44
if (
processQueue
== NULL) {
in CreateMessengerImpl()
48
bool result = InitDeviceSocketManager(
processQueue
, config);
in CreateMessengerImpl()
50
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
54
result = InitDeviceStatusManager(
processQueue
, config->pkgName, config->statusReceiver);
in CreateMessengerImpl()
56
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
62
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
66
messenger->
processQueue
=
processQueue
;
in CreateMessengerImpl()
[all...]
/base/security/device_security_level/baselib/msglib/src/lite/
H
A
D
messenger_impl.c
34
WorkQueue *
processQueue
;
member
44
WorkQueue *
processQueue
= CreateWorkQueue(MESSENGER_PROCESS_QUEUE_SIZE, MESSENGER_PROCESS_QUEUE_NAME);
in CreateMessengerImpl()
local
45
if (
processQueue
== NULL) {
in CreateMessengerImpl()
50
bool result = InitDeviceSessionManager(
processQueue
, config);
in CreateMessengerImpl()
52
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
57
result = InitDeviceStatusManager(
processQueue
, config->pkgName, config->statusReceiver);
in CreateMessengerImpl()
59
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
65
DestroyWorkQueue(
processQueue
);
in CreateMessengerImpl()
69
messenger->
processQueue
=
processQueue
;
in CreateMessengerImpl()
[all...]
Completed in 1 milliseconds