/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 524 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 D | advanced_notification_service_test.cpp | 2282 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 D | advanced_notification_publish_service_test.cpp | 103 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 D | notification_helper.cpp | 533 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 D | notification_helper.h | 1019 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1102 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe…
|
H A D | ans_manager_interface.h | 875 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe…
|
H A D | ans_manager_proxy.h | 862 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback,
|
H A D | ans_manager_stub.h | 863 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1879 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe… 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 D | ans_manager_stub_invalid.cpp | 605 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe… in RegisterPushCallback() argument
|
H A D | ans_manager_proxy.cpp | 2070 …const sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe… in RegisterPushCallback() argument 2078 if (!data.WriteRemoteObject(pushCallback)) { in RegisterPushCallback()
|
H A D | ans_notification.cpp | 1845 …const sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRe… in RegisterPushCallback() argument 1853 return proxy->RegisterPushCallback(pushCallback, notificationCheckRequest); in RegisterPushCallback()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 997 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,
|