Searched defs:pushCallBackParam (Results 1 – 9 of 9) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | push_promise_callback.cpp | 22 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in PromiseCallbackInfo() 29 const std::weak_ptr<PushCallBackParam> pushCallBackParam) in Create()
|
| D | push_callback_stub.cpp | 86 … std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); in OnRemoteRequest() local 110 … const std::string ¬ificationData, 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/ |
| D | ani_push_callback.cpp | 37 … const std::string ¬ificationData, 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/ |
| D | push_promise_callback_test.cpp | 39 std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); variable
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
| D | mock_push_callback_stub.cpp | 33 const std::shared_ptr<Notification::PushCallBackParam> &pushCallBackParam) in OnCheckNotification()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| D | napi_push_callback.cpp | 93 void CallBackReturn(const int32_t ret, const std::weak_ptr<PushCallBackParam> pushCallBackParam) in CallBackReturn() 131 … const std::string ¬ificationData, 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/ |
| D | service_registerpushcallback_fuzzer.cpp | 30 const std::shared_ptr<PushCallBackParam> &pushCallBackParam) override in OnCheckNotification()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | push_callback_stub_test.cpp | 43 …const std::string ¬ificationData, const std::shared_ptr<PushCallBackParam> &pushCallBackParam) … in OnCheckNotification()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_service.cpp | 1812 std::shared_ptr<PushCallBackParam> pushCallBackParam = std::make_shared<PushCallBackParam>(); in PushCheck() local
|