Searched refs:PublishCallback (Results 1 – 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_notification_manager.cpp | 174 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/ |
D | distributed_notification_manager.h | 161 bool PublishCallback(
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
D | mock_device_manager_impl.cpp | 88 std::shared_ptr<PublishCallback> callback) in PublishDeviceDiscovery()
|
/base/notification/common_event_service/ |
D | README_zh.md | 318 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/ |
D | distributed_notification_manager_branch_test.cpp | 136 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true);
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_notification_manager_test.cpp | 341 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true);
|