Searched refs:notificationData (Results 1 – 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | push_callback_stub.cpp | 41 auto notificationData = data.ReadString(); in OnRemoteRequest() local 46 handler->PostSyncTask([weak, notificationData, &ret]() { in OnRemoteRequest() 53 ret = pushCallBackStub->OnCheckNotification(notificationData); in OnRemoteRequest() 69 bool PushCallBackProxy::OnCheckNotification(const std::string ¬ificationData) in OnCheckNotification() argument 80 if (!data.WriteString(notificationData)) { in OnCheckNotification()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
D | napi_push_callback.h | 39 bool OnCheckNotification(const std::string ¬ificationData); 46 …const std::string ¬ificationData, std::string &pkgName, int32_t ¬ifyId, int32_t &contentType…
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_push_callback.cpp | 53 bool JSPushCallBack::OnCheckNotification(const std::string ¬ificationData) in OnCheckNotification() argument 69 ConvertJsonStringToValue(notificationData, pkgName, notifyId, contentType); in OnCheckNotification() 87 …const std::string ¬ificationData, std::string &pkgName, int32_t ¬ifyId, int32_t &contentType) in ConvertJsonStringToValue() argument 89 nlohmann::json jsonobj = nlohmann::json::parse(notificationData); in ConvertJsonStringToValue()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | push_callback_stub_test.cpp | 41 bool OnCheckNotification(const std::string ¬ificationData) override in OnCheckNotification() argument 128 std::string notificationData = "this is notificationData"; variable 129 int ret = pushCallBackProxy.OnCheckNotification(notificationData);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
D | mock_push_callback_stub.cpp | 21 bool MockPushCallBackStub::OnCheckNotification(const std::string ¬ificationData) in OnCheckNotification() argument
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | push_callback_interface.h | 36 virtual bool OnCheckNotification(const std::string ¬ificationData) = 0;
|
D | push_callback_proxy.h | 42 bool OnCheckNotification(const std::string ¬ificationData) override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
D | mock_push_callback_stub.h | 29 virtual bool OnCheckNotification(const std::string ¬ificationData) override;
|