Home
last modified time | relevance | path

Searched refs:PushCheck (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1318 ErrCode PushCheck(const sptr<NotificationRequest> &request);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2404 * @tc.desc : Test PushCheck function.
2412 ASSERT_EQ(advancedNotificationService_->PushCheck(req), ERR_ANS_PUSH_CHECK_UNREGISTERED); in HWTEST_F()
3163 ASSERT_EQ(advancedNotificationService_->PushCheck(request), ERR_OK); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2114 ErrCode AdvancedNotificationService::PushCheck(const sptr<NotificationRequest> &request) in PushCheck() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp155 result = PushCheck(request); in Publish()

Completed in 15 milliseconds