Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1326 ErrCode PushCheck(const sptr<NotificationRequest> &request);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2409 ASSERT_EQ(advancedNotificationService_->PushCheck(req), ERR_ANS_PUSH_CHECK_UNREGISTERED);
3160 ASSERT_EQ(advancedNotificationService_->PushCheck(request), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2034 ErrCode AdvancedNotificationService::PushCheck(const sptr<NotificationRequest> &request) in PushCheck() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp156 result = PushCheck(request); in Publish()