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:notifyList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H
A
D
trans_udp_channel_manager.c
583
static void FillNotifyList(ListNode *
notifyList
, uint8_t tos)
in FillNotifyList()
argument
597
ListAdd(
notifyList
, &(notifyInfo->node));
in FillNotifyList()
609
ListNode
notifyList
;
in ModifyUdpChannelTos()
local
610
ListInit(&
notifyList
);
in ModifyUdpChannelTos()
611
FillNotifyList(&
notifyList
, tos);
in ModifyUdpChannelTos()
612
if (IsListEmpty(&
notifyList
)) {
in ModifyUdpChannelTos()
619
LIST_FOR_EACH_ENTRY_SAFE(notifyNode, notifyNodeNext, &
notifyList
, UdpChannelNotifyInfo, node) {
in ModifyUdpChannelTos()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H
A
D
res_sched_client.cpp
432
std::list<sptr<ResSchedSystemloadNotifierClient>>
notifyList
;
in OnSystemloadLevel()
local
436
notifyList
.push_back(iter);
in OnSystemloadLevel()
440
for (auto& notifier :
notifyList
) {
in OnSystemloadLevel()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
2702
std::list<ProcessDiedNotifyInfo>
notifyList
;
in ProcessConnectDied()
local
2728
notifyList
.push_back(notifyInfo);
in ProcessConnectDied()
2743
NotifyProcessDiedAll(
notifyList
);
in ProcessConnectDied()
2746
void DistributedSchedService::NotifyProcessDiedAll(const std::list<ProcessDiedNotifyInfo>&
notifyList
)
in NotifyProcessDiedAll()
argument
2748
for (auto it =
notifyList
.begin(); it !=
notifyList
.end(); ++it) {
in NotifyProcessDiedAll()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
distributed_sched_service.h
250
void NotifyProcessDiedAll(const std::list<ProcessDiedNotifyInfo>&
notifyList
);
Completed in 10 milliseconds