Searched refs:notificationCheckRequest (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 3027 notificationCheckRequest->SetSlotType(NotificationConstant::SlotType::CUSTOM); 3028 notificationCheckRequest->SetContentType(NotificationContent::Type::BASIC_TEXT); 3030 notificationCheckRequest->GetSlotType(), pushCallBack); 3032 notificationCheckRequest->GetSlotType(), notificationCheckRequest); 3120 notificationCheckRequest->SetSlotType(NotificationConstant::SlotType::CUSTOM); 3121 notificationCheckRequest->SetContentType(NotificationContent::Type::PICTURE); 3123 notificationCheckRequest->GetSlotType(), pushCallBack); 3125 notificationCheckRequest->GetSlotType(), notificationCheckRequest); 3150 notificationCheckRequest->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); 3153 notificationCheckRequest->GetSlotType(), pushCallBack); [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1879 … sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest) in RegisterPushCallback() argument 1902 if (notificationCheckRequest == nullptr) { in RegisterPushCallback() 1915 NotificationConstant::SlotType slotType = notificationCheckRequest->GetSlotType(); in RegisterPushCallback() 1928 notificationCheckRequest->SetUid(uid); in RegisterPushCallback() 1929 checkRequests_.insert_or_assign(slotType, notificationCheckRequest); in RegisterPushCallback() 1931 slotType, notificationCheckRequest->GetContentType()); in RegisterPushCallback()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 534 const sptr<NotificationCheckRequest> ¬ificationCheckRequest) in RegisterPushCallback() argument 537 notificationCheckRequest); in RegisterPushCallback()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 1019 …sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1102 …sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest);
|
H A D | ans_manager_interface.h | 875 …<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest) = 0;
|
H A D | ans_manager_proxy.h | 863 const sptr<NotificationCheckRequest> ¬ificationCheckRequest) override;
|
H A D | ans_manager_stub.h | 864 const sptr<NotificationCheckRequest>& notificationCheckRequest) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 605 … sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest) in RegisterPushCallback() argument
|
H A D | ans_manager_stub.cpp | 2425 …sptr<NotificationCheckRequest> notificationCheckRequest = data.ReadParcelable<NotificationCheckReq… in HandleRegisterPushCallback() local 2426 if (notificationCheckRequest == nullptr) { in HandleRegisterPushCallback() 2431 ErrCode result = RegisterPushCallback(pushCallBack, notificationCheckRequest); in HandleRegisterPushCallback()
|
H A D | ans_manager_proxy.cpp | 2070 … sptr<IRemoteObject> &pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest) in RegisterPushCallback() argument 2083 if (!data.WriteParcelable(notificationCheckRequest)) { in RegisterPushCallback()
|
H A D | ans_notification.cpp | 1845 … sptr<IRemoteObject>& pushCallback, const sptr<NotificationCheckRequest> ¬ificationCheckRequest) in RegisterPushCallback() argument 1853 return proxy->RegisterPushCallback(pushCallback, notificationCheckRequest); in RegisterPushCallback()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 525 const sptr<NotificationCheckRequest> ¬ificationCheckRequest) override in RegisterPushCallback() argument
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 998 const sptr<NotificationCheckRequest> ¬ificationCheckRequest) override;
|