Home
last modified time | relevance | path

Searched refs:notificationInterface (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp34 CZMQNotificationInterface* notificationInterface = NULL; in CreateWithArguments() local
59 notificationInterface = new CZMQNotificationInterface(); in CreateWithArguments()
60 notificationInterface->notifiers = notifiers; in CreateWithArguments()
62 if (!notificationInterface->Initialize()) in CreateWithArguments()
64 delete notificationInterface; in CreateWithArguments()
65 notificationInterface = NULL; in CreateWithArguments()
69 return notificationInterface; in CreateWithArguments()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp34 CZMQNotificationInterface* notificationInterface = NULL; in CreateWithArguments() local
59 notificationInterface = new CZMQNotificationInterface(); in CreateWithArguments()
60 notificationInterface->notifiers = notifiers; in CreateWithArguments()
62 if (!notificationInterface->Initialize()) in CreateWithArguments()
64 delete notificationInterface; in CreateWithArguments()
65 notificationInterface = NULL; in CreateWithArguments()
69 return notificationInterface; in CreateWithArguments()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp34 CZMQNotificationInterface* notificationInterface = NULL; in CreateWithArguments() local
59 notificationInterface = new CZMQNotificationInterface(); in CreateWithArguments()
60 notificationInterface->notifiers = notifiers; in CreateWithArguments()
62 if (!notificationInterface->Initialize()) in CreateWithArguments()
64 delete notificationInterface; in CreateWithArguments()
65 notificationInterface = NULL; in CreateWithArguments()
69 return notificationInterface; in CreateWithArguments()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp43 CZMQNotificationInterface* notificationInterface = nullptr; in Create() local
69 notificationInterface = new CZMQNotificationInterface(); in Create()
70 notificationInterface->notifiers = notifiers; in Create()
72 if (!notificationInterface->Initialize()) in Create()
74 delete notificationInterface; in Create()
75 notificationInterface = nullptr; in Create()
79 return notificationInterface; in Create()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp43 CZMQNotificationInterface* notificationInterface = nullptr; in Create() local
69 notificationInterface = new CZMQNotificationInterface(); in Create()
70 notificationInterface->notifiers = notifiers; in Create()
72 if (!notificationInterface->Initialize()) in Create()
74 delete notificationInterface; in Create()
75 notificationInterface = nullptr; in Create()
79 return notificationInterface; in Create()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp43 CZMQNotificationInterface* notificationInterface = nullptr; in Create() local
69 notificationInterface = new CZMQNotificationInterface(); in Create()
70 notificationInterface->notifiers = notifiers; in Create()
72 if (!notificationInterface->Initialize()) in Create()
74 delete notificationInterface; in Create()
75 notificationInterface = nullptr; in Create()
79 return notificationInterface; in Create()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/zmq/
H A Dzmqnotificationinterface.cpp41 CZMQNotificationInterface* notificationInterface = nullptr; in Create() local
67 notificationInterface = new CZMQNotificationInterface(); in Create()
68 notificationInterface->notifiers = notifiers; in Create()
70 if (!notificationInterface->Initialize()) in Create()
72 delete notificationInterface; in Create()
73 notificationInterface = nullptr; in Create()
77 return notificationInterface; in Create()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp57 … std::unique_ptr<CZMQNotificationInterface> notificationInterface(new CZMQNotificationInterface()); in Create() local
58 notificationInterface->notifiers = std::move(notifiers); in Create()
60 if (notificationInterface->Initialize()) { in Create()
61 return notificationInterface.release(); in Create()
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Denterprise.go184 var notificationInterface func(*Server) einterfaces.NotificationInterface var
187 notificationInterface = f
226 if notificationInterface != nil {
227 s.Notification = notificationInterface(s)
H A Dnotification_push.go540 notificationInterface := a.Srv().Notification
541 …if (notificationInterface == nil || notificationInterface.CheckLicense() != nil) && contentsConfig…
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dsystem.go538 notificationInterface := c.App.Notification()
540 if notificationInterface == nil {
545 msg, appError := notificationInterface.GetNotificationMessage(&ack, c.AppContext.Session().UserId)