Home
last modified time | relevance | path

Searched defs:removeBox (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_publish_service_v2.cpp73 NotificationRemoveBox removeBox = NotificationRemoveBox(boxMessage); in RemoveNotification() local
112 BatchRemoveNotificationBox removeBox = BatchRemoveNotificationBox(boxMessage); in RemoveNotifications() local
188 std::shared_ptr<NotificationRemoveBox> removeBox = std::make_shared<NotificationRemoveBox>(); in OnRemoveNotification() local
242 std::shared_ptr<RemoveAllDistributedNotificationsBox> removeBox = in RemoveAllDistributedNotifications() local
293 std::shared_ptr<NotificationRemoveBox> removeBox = std::make_shared<NotificationRemoveBox>(); in MakeRemvoeBox() local
749 … RemoveAllDistributedNotificationsBox removeBox = RemoveAllDistributedNotificationsBox(boxMessage); in RemoveAllDistributedNotifications() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_service_test.cpp60 NotificationRemoveBox removeBox; variable
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_tlv_box_test/
Dtlv_box_test.cpp98 NotificationRemoveBox removeBox = NotificationRemoveBox(box); variable