Home
last modified time | relevance | path

Searched refs:PublishCallback (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_notification_manager.cpp174 PublishCallback(resolveKey.deviceId, resolveKey.bundleName, request); in OnDatabaseInsert()
302 bool DistributedNotificationManager::PublishCallback( in PublishCallback() function in OHOS::Notification::DistributedNotificationManager
492 PublishCallback(resolveKey.deviceId, resolveKey.bundleName, request); in GetCurrentDistributedNotification()
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_notification_manager.h161 bool PublishCallback(
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_device_manager_impl.cpp88 std::shared_ptr<PublishCallback> callback) in PublishDeviceDiscovery()
/base/notification/common_event_service/
DREADME_zh.md318 function PublishCallback(err) {
319 console.info("==========================>PublishCallback=======================>");
372 await CommonEvent.publish("event", CommonEventPublishData, PublishCallback);
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
Ddistributed_notification_manager_branch_test.cpp136 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true);
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_notification_manager_test.cpp341 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true);