Home
last modified time | relevance | path

Searched defs:pushCallBackParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_promise_callback.cpp22 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in PromiseCallbackInfo()
29 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in Create()
H A Dpush_callback_stub.cpp87 … std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); in OnRemoteRequest() local
117 … const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_push_callback_stub.cpp22 const std::shared_ptr<Notification::PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dpush_promise_callback_test.cpp39 std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp93 void CallBackReturn(const int32_t ret, const std::weak_ptr<PushCallBackParam> pushCallBackParam) in CallBackReturn()
131 … const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
187 napi_value funcResult, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in HandleCheckPromise()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dpush_callback_stub_test.cpp43 …const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) … in OnCheckNotification()