Home
last modified time | relevance | path

Searched refs:pushCallBack (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2330 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
2333 …edNotificationService_->pushCallBacks_.insert_or_assign(checkRequest->GetSlotType(), pushCallBack);
2357 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
2360 …edNotificationService_->pushCallBacks_.insert_or_assign(checkRequest->GetSlotType(), pushCallBack);
2561 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3016 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3030 notificationCheckRequest->GetSlotType(), pushCallBack);
3111 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3123 notificationCheckRequest->GetSlotType(), pushCallBack);
3151 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1914 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); in RegisterPushCallback() local
1925 pushCallBacks_.insert_or_assign(slotType, pushCallBack); in RegisterPushCallback()
2040 sptr<IPushCallBack> pushCallBack = pushCallBacks_[request->GetSlotType()]; in PushCheck() local
2057 ErrCode result = pushCallBack->OnCheckNotification(jsonObject.dump(), nullptr); in PushCheck()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp2419 sptr<IRemoteObject> pushCallBack = data.ReadRemoteObject(); in HandleRegisterPushCallback() local
2420 if (pushCallBack == nullptr) { in HandleRegisterPushCallback()
2431 ErrCode result = RegisterPushCallback(pushCallBack, notificationCheckRequest); in HandleRegisterPushCallback()