Home
last modified time | relevance | path

Searched defs:pushCallback (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp419 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback) override in RegisterPushCallback()
516 sptr<IRemoteObject> pushCallback = nullptr; variable
533 sptr<IRemoteObject> pushCallback = nullptr; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp3297 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3318 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3337 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3358 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
3626 sptr<IRemoteObject> pushCallback = pushCallbackProxy->AsObject(); variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp403 ErrCode NotificationHelper::RegisterPushCallback(const sptr<IRemoteObject> &pushCallback) in RegisterPushCallback()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1320 ErrCode AnsNotification::RegisterPushCallback(const sptr<IRemoteObject>& pushCallback) in RegisterPushCallback()
Dans_manager_proxy.cpp2595 ErrCode AnsManagerProxy::RegisterPushCallback(const sptr<IRemoteObject> &pushCallback) in RegisterPushCallback()
Dans_manager_stub.cpp2238 ErrCode AnsManagerStub::RegisterPushCallback(const sptr<IRemoteObject>& pushCallback) in RegisterPushCallback()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp4532 ErrCode AdvancedNotificationService::RegisterPushCallback(const sptr<IRemoteObject> &pushCallback) in RegisterPushCallback()