Home
last modified time | relevance | path

Searched refs:OnCheckNotification (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dpush_callback_stub_test.cpp41 bool OnCheckNotification(const std::string &notificationData) override in OnCheckNotification() function in OHOS::Notification::TestPushCallBackStub
114 int ret = pushCallBackProxy.OnCheckNotification("");
129 int ret = pushCallBackProxy.OnCheckNotification(notificationData);
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_push_callback_stub.cpp21 bool MockPushCallBackStub::OnCheckNotification(const std::string &notificationData) in OnCheckNotification() function in OHOS::MockPushCallBackStub
/base/notification/distributed_notification_service/frameworks/ans/src/
Dpush_callback_stub.cpp53 ret = pushCallBackStub->OnCheckNotification(notificationData); in OnRemoteRequest()
69 bool PushCallBackProxy::OnCheckNotification(const std::string &notificationData) in OnCheckNotification() function in OHOS::Notification::PushCallBackProxy
/base/notification/distributed_notification_service/interfaces/inner_api/
Dpush_callback_interface.h36 virtual bool OnCheckNotification(const std::string &notificationData) = 0;
Dpush_callback_proxy.h42 bool OnCheckNotification(const std::string &notificationData) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_push_callback_stub.h29 virtual bool OnCheckNotification(const std::string &notificationData) override;
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_push_callback.h39 bool OnCheckNotification(const std::string &notificationData);
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp53 bool JSPushCallBack::OnCheckNotification(const std::string &notificationData) in OnCheckNotification() function in OHOS::Notification::JSPushCallBack
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp4626 if (!(pushCallBack_->OnCheckNotification(jsonObject.dump()))) { in PushCheck()