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:timerIds
(Results
1 - 3
of
3
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_publish_service.cpp
339
std::vector<uint64_t>
timerIds
;
in ExcuteCancelAll()
354
timerIds
.emplace_back(notification->GetAutoDeletedTimer());
in ExcuteCancelAll()
371
BatchCancelTimer(
timerIds
);
in ExcuteCancelAll()
692
std::vector<uint64_t>
timerIds
;
in DeleteAll()
709
timerIds
.emplace_back(notification->GetAutoDeletedTimer());
in DeleteAll()
723
BatchCancelTimer(
timerIds
);
in DeleteAll()
1634
std::vector<uint64_t>
timerIds
;
in RemoveAllNotificationsInner()
1641
timerIds
.emplace_back(record->notification->GetAutoDeletedTimer());
in RemoveAllNotificationsInner()
1656
BatchCancelTimer(
timerIds
);
in RemoveAllNotificationsInner()
1682
std::vector<uint64_t>
timerIds
;
in RemoveNotifications()
2022
std::vector<uint64_t>
timerIds
;
RemoveNotificationFromRecordList()
local
[all...]
H
A
D
advanced_notification_utils.cpp
542
std::vector<uint64_t>
timerIds
;
in OnBundleRemoved()
555
timerIds
.emplace_back(notification->GetAutoDeletedTimer());
in OnBundleRemoved()
566
BatchCancelTimer(
timerIds
);
in OnBundleRemoved()
1348
std::vector<uint64_t>
timerIds
;
in OnBundleDataCleared()
1367
timerIds
.emplace_back(notification->GetAutoDeletedTimer());
in OnBundleDataCleared()
1384
BatchCancelTimer(
timerIds
);
in OnBundleDataCleared()
1445
std::vector<uint64_t>
timerIds
;
in DeleteAllByUserInner()
1462
timerIds
.emplace_back(notification->GetAutoDeletedTimer());
in DeleteAllByUserInner()
1476
BatchCancelTimer(
timerIds
);
in DeleteAllByUserInner()
1826
void AdvancedNotificationService::BatchCancelTimer(std::vector<uint64_t>
timerIds
)
in BatchCancelTimer()
argument
2026
std::vector<uint64_t>
timerIds
;
OnRecoverLiveView()
local
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
advanced_notification_service.h
1348
void BatchCancelTimer(std::vector<uint64_t>
timerIds
);
Completed in 9 milliseconds