Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dpush_callback_stub_test.cpp42 int32_t OnCheckNotification( in OnCheckNotification() function in OHOS::Notification::TestPushCallBackStub
97 int ret = pushCallBackProxy.OnCheckNotification("", nullptr);
112 int ret = pushCallBackProxy.OnCheckNotification(notificationData, nullptr);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp96 pushCallBackStub->OnCheckNotification(notificationData, pushCallBackParam); in OnRemoteRequest()
116 int32_t PushCallBackProxy::OnCheckNotification( in OnCheckNotification() function in OHOS::Notification::PushCallBackProxy
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_push_callback_stub.cpp21 int32_t MockPushCallBackStub::OnCheckNotification(const std::string &notificationData, in OnCheckNotification() function in OHOS::MockPushCallBackStub
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_callback_interface.h37 virtual int32_t OnCheckNotification(
H A Dpush_callback_proxy.h42 int32_t OnCheckNotification(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_push_callback_stub.h29 virtual int32_t OnCheckNotification(const std::string &notificationData,
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_push_callback.h40 int32_t OnCheckNotification(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp130 int32_t JSPushCallBack::OnCheckNotification( in OnCheckNotification() function in OHOS::Notification::JSPushCallBack
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2057 ErrCode result = pushCallBack->OnCheckNotification(jsonObject.dump(), nullptr); in PushCheck()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md3632 console.info(`====>OnCheckNotification info: ${JSON.stringify(info)}`);
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md3632 console.info(`====>OnCheckNotification info: ${JSON.stringify(info)}`);