/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_database_callback_test.cpp | 34 virtual void OnDelete(const std::string &deviceId, const std::string &key, const std::string &value);
49 void DistributedDatabaseCallbackTest::OnDelete(
in OnDelete() function in OHOS::Notification::DistributedDatabaseCallbackTest 70 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete,
in HWTEST_F() 106 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete,
in HWTEST_F() 127 * @tc.desc : test OnChange function and callback_.OnDelete is nullptr .
142 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete,
in HWTEST_F() 151 databaseCallback_->callback_.OnDelete in HWTEST_F() [all...] |
H A D | distributed_database_test.cpp | 35 virtual void OnDelete(const std::string &deviceId, const std::string &key, const std::string &value); 59 .OnDelete = std::bind(&DistributedDatabaseTest::OnDelete, in SetUp() 89 void DistributedDatabaseTest::OnDelete(const std::string &deviceId, const std::string &key, const std::string &value) in OnDelete() function in OHOS::Notification::DistributedDatabaseTest
|
H A D | distributed_notification_manager_test.cpp | 37 virtual void OnDelete( in OnDelete() function in OHOS::Notification::DistributedNotificationManagerTest 195 .OnDelete = std::bind(&DistributedNotificationManagerTest::OnDelete, in HWTEST_F()
|
/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_database_callback.cpp | 48 if (callback_.OnDelete != nullptr) { in OnChange() 52 callback_.OnDelete(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
|
H A D | distributed_notification_manager.cpp | 46 .OnDelete = std::bind(&DistributedNotificationManager::OnDatabaseDelete, in DistributedNotificationManager() 305 if (callback_.OnDelete) { in DeleteCallback() 306 callback_.OnDelete(deviceId, bundleName, label, id); in DeleteCallback()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/ |
H A D | distributed_notification_manager_branch_test.cpp | 41 virtual void OnDelete(
in OnDelete() function in OHOS::Notification::DistributedNotificationManagerBranchTest 125 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete,
in HWTEST_F() 157 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete,
in HWTEST_F() 174 * @tc.desc : test DeleteCallback function and callback_.OnDelete is not nullptr.
189 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete,
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_database_callback.h | 33 std::function<void(const std::string &deviceId, const std::string &key, const std::string &value)> OnDelete; member
|
H A D | distributed_notification_manager.h | 48 OnDelete; member
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | distributed_database_branch_test.cpp | 47 virtual void OnDelete(const std::string &deviceId, const std::string &key, const std::string &value);
70 .OnDelete = std::bind(&DistributedDatabaseBranchTest::OnDelete,
in SetUp() 100 void DistributedDatabaseBranchTest::OnDelete(
in OnDelete() function in OHOS::Notification::DistributedDatabaseBranchTest
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 278 .OnDelete = std::bind(&AdvancedNotificationService::OnDistributedDelete, in InitDistributeCallBack()
|