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_listenerList
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/manager/
H
A
D
softbus_conn_manager.c
39
static SoftBusList *
g_listenerList
= NULL;
variable
86
if (
g_listenerList
== NULL) {
in GetAllListener()
91
if (SoftBusMutexLock(&
g_listenerList
->lock) != 0) {
in GetAllListener()
96
if (
g_listenerList
->cnt == 0) {
in GetAllListener()
98
(void)SoftBusMutexUnlock(&
g_listenerList
->lock);
in GetAllListener()
102
*node = SoftBusCalloc(
g_listenerList
->cnt * sizeof(ConnListenerNode));
in GetAllListener()
105
(void)SoftBusMutexUnlock(&
g_listenerList
->lock);
in GetAllListener()
108
LIST_FOR_EACH_ENTRY(listenerNode, &
g_listenerList
->list, ConnListenerNode, node) {
in GetAllListener()
115
(void)SoftBusMutexUnlock(&
g_listenerList
->lock);
in GetAllListener()
123
if (
g_listenerList
in GetListenerByModuleId()
[all...]
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_base_listener.c
93
static SoftbusListenerNode *
g_listenerList
[UNUSE_BUTT] = { 0 };
variable
104
SoftbusListenerNode *node =
g_listenerList
[module];
in GetListenerNodeCommon()
113
g_listenerList
[module] = node;
in GetListenerNodeCommon()
145
if (
g_listenerList
[node->module] != node) {
in RemoveListenerNode()
157
g_listenerList
[node->module] = NULL;
in RemoveListenerNode()
255
(void)memset_s(
g_listenerList
, sizeof(
g_listenerList
), 0, sizeof(
g_listenerList
));
in InitBaseListener()
292
if (
g_listenerList
[module] != NULL) {
in CreateListenerModule()
301
g_listenerList
[modul
in CreateListenerModule()
[all...]
Completed in 3 milliseconds