Home
last modified time | relevance | path

Searched defs: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
2357 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
2561 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3016 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3111 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
3151 sptr<IPushCallBack> pushCallBack = iface_cast<IPushCallBack>(pushCallback); variable
/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
2040 sptr<IPushCallBack> pushCallBack = pushCallBacks_[request->GetSlotType()]; in PushCheck() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp2419 sptr<IRemoteObject> pushCallBack = data.ReadRemoteObject(); in HandleRegisterPushCallback() local