Home
last modified time | relevance | path

Searched refs:RemoveSystemLiveViewNotifications (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_local_live_view_subscriber_manager.cpp159 AdvancedNotificationService::GetInstance()->RemoveSystemLiveViewNotifications( in OnRemoteDied()
H A Dadvanced_notification_publish_service.cpp1332 ErrCode AdvancedNotificationService::RemoveSystemLiveViewNotifications( in RemoveSystemLiveViewNotifications() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp185 service->RemoveSystemLiveViewNotifications(bundleName, fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2767 * @tc.name : RemoveSystemLiveViewNotifications
2790 ASSERT_EQ(advancedNotificationService_->RemoveSystemLiveViewNotifications(bundleName, uid), ERR_OK); in HWTEST_F()
2796 * @tc.name : RemoveSystemLiveViewNotifications
2805 ASSERT_EQ(advancedNotificationService_->RemoveSystemLiveViewNotifications(bundleName, uid), in HWTEST_F()
2812 * @tc.name : RemoveSystemLiveViewNotifications
2836 ASSERT_EQ(advancedNotificationService_->RemoveSystemLiveViewNotifications(bundleName, uid), ERR_ANS_INVALID_PARAM); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1089 ErrCode RemoveSystemLiveViewNotifications(const std::string& bundleName, const int32_t uid);

Completed in 13 milliseconds