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:GetRemoteStubList
(Results
1 - 2
of
2
) sorted by relevance
/base/security/device_security_level/services/sa/lite/small/
H
A
D
dslm_ipc_process.c
33
static DslmRemoteStubList *
GetRemoteStubList
(void)
in GetRemoteStubList()
function
87
if (
GetRemoteStubList
()->size > WARNING_GATE) {
in DslmPushRemoteStub()
100
LockMutex(
GetRemoteStubList
()->mutex);
in DslmPushRemoteStub()
101
AddListNode(&item->node, &
GetRemoteStubList
()->head->node);
in DslmPushRemoteStub()
102
GetRemoteStubList
()->size++;
in DslmPushRemoteStub()
103
UnlockMutex(
GetRemoteStubList
()->mutex);
in DslmPushRemoteStub()
113
LockMutex(
GetRemoteStubList
()->mutex);
in DslmPopRemoteStub()
115
FOREACH_LIST_NODE_SAFE (node, &
GetRemoteStubList
()->head->node, temp) {
in DslmPopRemoteStub()
121
if (
GetRemoteStubList
()->size > 0) {
in DslmPopRemoteStub()
122
GetRemoteStubList
()
in DslmPopRemoteStub()
[all...]
/base/security/device_security_level/services/sa/lite/mini/
H
A
D
dslm_inner_process.c
33
static DslmRemoteStubList *
GetRemoteStubList
(void)
in GetRemoteStubList()
function
63
if (
GetRemoteStubList
()->size > WARNING_GATE) {
in DslmPushRemoteStub()
77
LockMutex(
GetRemoteStubList
()->mutex);
in DslmPushRemoteStub()
78
AddListNode(&item->node, &
GetRemoteStubList
()->head->node);
in DslmPushRemoteStub()
79
GetRemoteStubList
()->size++;
in DslmPushRemoteStub()
80
UnlockMutex(
GetRemoteStubList
()->mutex);
in DslmPushRemoteStub()
91
LockMutex(
GetRemoteStubList
()->mutex);
in DslmPopRemoteStub()
93
FOREACH_LIST_NODE_SAFE (node, &
GetRemoteStubList
()->head->node, temp) {
in DslmPopRemoteStub()
99
if (
GetRemoteStubList
()->size > 0) {
in DslmPopRemoteStub()
100
GetRemoteStubList
()
in DslmPopRemoteStub()
[all...]
Completed in 2 milliseconds