Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dpush_promise_callback.cpp22 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in PromiseCallbackInfo()
29 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in Create()
Dpush_callback_stub.cpp86 … std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); in OnRemoteRequest() local
110 … const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
148 std::string eventControl, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in HandleEventControl()
/base/notification/distributed_notification_service/frameworks/ets/ani/src/manager/
Dani_push_callback.cpp37 … const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
72 …_env *env, ani_fn_object fn, ani_object value, const std::shared_ptr<PushCallBackParam> &pushCallB… in HandleCheckCallback()
102 const std::shared_ptr<PushCallBackParam> &pushCallBackParam) in CheckNotification()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dpush_promise_callback_test.cpp39 std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); variable
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_push_callback_stub.cpp33 const std::shared_ptr<Notification::PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
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()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/serviceregisterpushcallback_fuzzer/
Dservice_registerpushcallback_fuzzer.cpp30 const std::shared_ptr<PushCallBackParam> &pushCallBackParam) override in OnCheckNotification()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dpush_callback_stub_test.cpp43 …const std::string &notificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) … in OnCheckNotification()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1812 std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); in PushCheck() local