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:pushCallBacks_
(Results
1 - 3
of
3
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_service.cpp
105
std::map<NotificationConstant::SlotType, sptr<IPushCallBack>> AdvancedNotificationService::
pushCallBacks_
;
member in OHOS::Notification::AdvancedNotificationService
1949
if (
pushCallBacks_
.empty()) {
in ResetPushCallbackProxy()
1953
for (auto it =
pushCallBacks_
.begin(); it !=
pushCallBacks_
.end(); it++) {
in ResetPushCallbackProxy()
1960
pushCallBacks_
.clear();
in ResetPushCallbackProxy()
2003
if (
pushCallBacks_
.find(slotType) !=
pushCallBacks_
.end()) {
in RegisterPushCallback()
2009
pushCallBacks_
.insert_or_assign(slotType, pushCallBack);
in RegisterPushCallback()
2037
if (
pushCallBacks_
.empty()) {
in UnregisterPushCallback()
2042
pushCallBacks_
in UnregisterPushCallback()
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_test.cpp
2336
advancedNotificationService_->
pushCallBacks_
.insert_or_assign(checkRequest->GetSlotType(), pushCallBack);
in HWTEST_F()
2363
advancedNotificationService_->
pushCallBacks_
.insert_or_assign(checkRequest->GetSlotType(), pushCallBack);
in HWTEST_F()
2547
ASSERT_EQ(advancedNotificationService_->
pushCallBacks_
.empty(), true);
in HWTEST_F()
2567
advancedNotificationService_->
pushCallBacks_
.insert_or_assign(checkRequest->GetSlotType(), pushCallBack);
in HWTEST_F()
2569
ASSERT_TRUE(advancedNotificationService_->
pushCallBacks_
.empty());
in HWTEST_F()
3027
advancedNotificationService_->
pushCallBacks_
.clear();
in HWTEST_F()
3032
advancedNotificationService_->
pushCallBacks_
.insert_or_assign(
in HWTEST_F()
3041
advancedNotificationService_->
pushCallBacks_
.clear();
in HWTEST_F()
3125
advancedNotificationService_->
pushCallBacks_
.insert_or_assign(
in HWTEST_F()
3134
advancedNotificationService_->
pushCallBacks_
in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
advanced_notification_service.h
1438
static std::map<NotificationConstant::SlotType, sptr<IPushCallBack>>
pushCallBacks_
;
member in OHOS::Notification::final
Completed in 11 milliseconds