/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | push_callback_stub_test.cpp | 42 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 D | push_callback_stub.cpp | 96 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 D | mock_push_callback_stub.cpp | 21 int32_t MockPushCallBackStub::OnCheckNotification(const std::string ¬ificationData, in OnCheckNotification() function in OHOS::MockPushCallBackStub
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | push_callback_interface.h | 37 virtual int32_t OnCheckNotification(
|
H A D | push_callback_proxy.h | 42 int32_t OnCheckNotification(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_push_callback_stub.h | 29 virtual int32_t OnCheckNotification(const std::string ¬ificationData,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
H A D | napi_push_callback.h | 40 int32_t OnCheckNotification(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_push_callback.cpp | 130 int32_t JSPushCallBack::OnCheckNotification( in OnCheckNotification() function in OHOS::Notification::JSPushCallBack
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 2057 ErrCode result = pushCallBack->OnCheckNotification(jsonObject.dump(), nullptr); in PushCheck()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager-sys.md | 3632 console.info(`====>OnCheckNotification info: ${JSON.stringify(info)}`);
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager-sys.md | 3632 console.info(`====>OnCheckNotification info: ${JSON.stringify(info)}`);
|