Searched refs:PublishCallback (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_notification_manager.cpp | 164 PublishCallback(resolveKey.deviceId, resolveKey.bundleName, request); in OnDatabaseInsert() 277 bool DistributedNotificationManager::PublishCallback( in PublishCallback() function in OHOS::Notification::DistributedNotificationManager 463 PublishCallback(resolveKey.deviceId, resolveKey.bundleName, request); in GetCurrentDistributedNotification()
|
/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_notification_manager.h | 161 bool PublishCallback(
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_device_manager_impl.cpp | 88 std::shared_ptr<PublishCallback> callback) in PublishDeviceDiscovery()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_notification_manager_test.cpp | 338 // text PublishCallback function. in HWTEST_F() 341 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/ |
H A D | distributed_notification_manager_branch_test.cpp | 110 * @tc.desc : test PublishCallback function and callback_.OnPublish is not nullptr.
136 EXPECT_EQ(distributedManager_->PublishCallback(deviceId, bundleName, request), true);
in HWTEST_F()
|
Completed in 4 milliseconds