Home
last modified time | relevance | path

Searched refs:pushCallback (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp524 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback, in RegisterPushCallback() argument
689 sptr<IRemoteObject> pushCallback = nullptr; variable
691 ErrCode ret = ansNotification->RegisterPushCallback(pushCallback, checkRequest);
706 sptr<IRemoteObject> pushCallback = nullptr; variable
708 ansNotification->RegisterPushCallback(pushCallback, checkRequest);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2282 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
2305 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
2329 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
2330 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback);
2356 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
2560 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3015 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3110 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3148 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3477 sptr<IRemoteObject> pushCallback = nullptr; variable
[all …]
H A Dadvanced_notification_publish_service_test.cpp103 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); in RegisterPushCheck() local
109 … ASSERT_EQ(advancedNotificationService_->RegisterPushCallback(pushCallback, checkRequest), ERR_OK); in RegisterPushCheck()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp533 ErrCode NotificationHelper::RegisterPushCallback(const sptr<IRemoteObject> &pushCallback, in RegisterPushCallback() argument
536 return DelayedSingleton<AnsNotification>::GetInstance()->RegisterPushCallback(pushCallback, in RegisterPushCallback()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1019 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1102 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe…
H A Dans_manager_interface.h875 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe…
H A Dans_manager_proxy.h862 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback,
H A Dans_manager_stub.h863 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1879 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe… in RegisterPushCallback() argument
1897 if (pushCallback == nullptr) { in RegisterPushCallback()
1912 pushCallback->AddDeathRecipient(pushRecipient_); in RegisterPushCallback()
1914 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); in RegisterPushCallback()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp605 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe… in RegisterPushCallback() argument
H A Dans_manager_proxy.cpp2070 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe… in RegisterPushCallback() argument
2078 if (!data.WriteRemoteObject(pushCallback)) { in RegisterPushCallback()
H A Dans_notification.cpp1845 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> &notificationCheckRe… in RegisterPushCallback() argument
1853 return proxy->RegisterPushCallback(pushCallback, notificationCheckRequest); in RegisterPushCallback()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h997 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,