Searched refs:SendRemoveHiSysEvent (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_event_service.cpp | 117 void AdvancedNotificationService::SendRemoveHiSysEvent(int32_t notificationId, const std::string &label, in SendRemoveHiSysEvent() function in OHOS::Notification::AdvancedNotificationService
|
H A D | advanced_notification_publish_service.cpp | 1539 SendRemoveHiSysEvent(notificationId, label, bundleOption, result); in RemoveNotification()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1302 void SendRemoveHiSysEvent(int32_t notificationId, const std::string &label,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2611 * @tc.name : SendRemoveHiSysEvent 2612 * @tc.desc : Test SendRemoveHiSysEvent function and errCode is ERR_OK bundleOption is not nullptr. 2623 advancedNotificationService_->SendRemoveHiSysEvent(notificationId, label, bundleOption, errCode); in HWTEST_F()
|
Completed in 14 milliseconds