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:OnPublish
(Results
1 - 12
of
12
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H
A
D
distributed_notification_manager_branch_test.cpp
37
virtual void
OnPublish
(
in OnPublish()
function in OHOS::Notification::DistributedNotificationManagerBranchTest
110
* @tc.desc : test PublishCallback function and callback_.
OnPublish
is not nullptr.
115
.
OnPublish
= std::bind(&DistributedNotificationManagerBranchTest::
OnPublish
,
in HWTEST_F()
147
.
OnPublish
= std::bind(&DistributedNotificationManagerBranchTest::
OnPublish
,
in HWTEST_F()
179
.
OnPublish
= std::bind(&DistributedNotificationManagerBranchTest::
OnPublish
,
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_slot_filter.h
44
ErrCode
OnPublish
(const std::shared_ptr<NotificationRecord> &record) override;
H
A
D
permission_filter.h
44
ErrCode
OnPublish
(const std::shared_ptr<NotificationRecord> &record) override;
H
A
D
notification_filter.h
48
virtual ErrCode
OnPublish
(const std::shared_ptr<NotificationRecord> &record) = 0;
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
notification_slot_filter_test.cpp
78
* @tc.desc : Test
OnPublish
function
84
ErrCode result = notificationSlotFilter.
OnPublish
(record);
in HWTEST_F()
92
* @tc.desc : Test
OnPublish
function
101
notificationSlotFilter.
OnPublish
(record);
in HWTEST_F()
H
A
D
permission_filter_test.cpp
50
* @tc.desc : Test
OnPublish
function.Expect return ERR_OK
58
// Test
OnPublish
function.
in HWTEST_F()
70
// ASSERT_EQ(permissionFilter.
OnPublish
(record), ERR_OK);
in HWTEST_F()
76
* @tc.desc : Test
OnPublish
function when NotificationsEnabled is false.Expect return ERR_ANS_NOT_ALLOWED
84
// Test
OnPublish
function.
in HWTEST_F()
99
ASSERT_EQ((int)permissionFilter.
OnPublish
(record), (int)ERR_ANS_NOT_ALLOWED);
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_slot_filter.cpp
30
ErrCode NotificationSlotFilter::
OnPublish
(const std::shared_ptr<NotificationRecord> &record)
in OnPublish()
function in OHOS::Notification::NotificationSlotFilter
H
A
D
permission_filter.cpp
32
ErrCode PermissionFilter::
OnPublish
(const std::shared_ptr<NotificationRecord> &record)
in OnPublish()
function in OHOS::Notification::PermissionFilter
H
A
D
advanced_notification_service.cpp
268
.
OnPublish
= std::bind(&AdvancedNotificationService::OnDistributedPublish,
in InitDistributeCallBack()
893
result = permissonFilter_->
OnPublish
(record);
in Filter()
899
result = notificationSlotFilter_->
OnPublish
(record);
in Filter()
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H
A
D
distributed_notification_manager_test.cpp
33
virtual void
OnPublish
(
in OnPublish()
function in OHOS::Notification::DistributedNotificationManagerTest
185
.
OnPublish
= std::bind(&DistributedNotificationManagerTest::
OnPublish
,
in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_notification_manager.h
42
OnPublish
;
member
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_notification_manager.cpp
281
if (callback_.
OnPublish
) {
in PublishCallback()
282
callback_.
OnPublish
(deviceId, bundleName, request);
in PublishCallback()
Completed in 8 milliseconds