Home
last modified time | relevance | path

Searched refs:fromApp (Results 1 – 25 of 43) sorted by relevance

12

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DApplication.h62 virtual void fromApp( const Message&, const SessionID& )
95 void fromApp( const Message& message, const SessionID& sessionID ) in fromApp() function
97 { Locker l( m_mutex ); app().fromApp( message, sessionID ); } in fromApp()
121 void fromApp( const Message&, const SessionID& ) in fromApp() function
/dports/textproc/uim-el/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/textproc/uim-gtk/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/textproc/uim-qt5/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/textproc/uim-gtk3/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/japanese/uim-anthy/uim-d1ac9d9/notify/
H A Duim-knotify3.cc80 QString event(eventstr), fromApp("uim"), text, sound(""), file(""); in send_knotify() local
93 arg << event << fromApp << text << sound << file << present << level; in send_knotify()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dfile_messaging.hpp61 virtual void ReceivedCommand(const string& fromApp, unsigned long id,
71 virtual void ReceivedReply(const string& fromApp, unsigned long id,
H A Dstructure_window.hpp79 void ReceivedCommand(const std::string& fromApp, unsigned long id,
81 void ReceivedReply(const std::string& fromApp, unsigned long id,
H A Dstructure_window.cpp449 void StructureWindow::ReceivedCommand(const std::string& fromApp, unsigned long id, in ReceivedCommand() argument
452 INFOMSG("received command " << id << " from " << fromApp << ": " << command); in ReceivedCommand()
467 fileMessenger->SendReply(fromApp, id, replyStatus, replyData); in ReceivedCommand()
470 void StructureWindow::ReceivedReply(const std::string& fromApp, unsigned long id, in ReceivedReply() argument
475 … INFOMSG(fromApp << ": got OKAY from " << fromApp << " (command " << id << "), data: " << data); in ReceivedReply()
477 … ERRORMSG(fromApp << ": got ERROR from " << fromApp << " (command " << id << "), data: " << data); in ReceivedReply()
/dports/finance/quickfix/quickfix-1.15.1/src/
H A Dat_application.cs47 public void fromApp( Message message, SessionID sessionID ) in fromApp() method in at_application
H A DApplicationImpl.cs31 public void fromApp(Message message, SessionID sessionId) in fromApp() method in ApplicationImpl
H A Dat_application.rb31 def fromApp(message, sessionID) method in Application
H A Dat_application.py18 def fromApp(self, message, sessionID): member in Application
/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DTestHelper.h18 void fromApp( const Message&, const SessionID& ) in fromApp() function
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.h30 …virtual void fromApp(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFoun…
H A Dquickfix.i136 %feature("director:except") FIX::Application::fromApp {
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/C++/
H A DApplication.h53 void fromApp( const FIX::Message& message, const FIX::SessionID& sessionID )
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A DQuickfixPython.h29 …virtual void fromApp(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFoun…
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A DQuickfixPython.h29 …virtual void fromApp(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFoun…
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A DQuickfixPython.h29 …virtual void fromApp(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFoun…
/dports/finance/quickfix/quickfix-1.15.1/examples/ordermatch/
H A DApplication.h55 void fromApp( const FIX::Message& message, const FIX::SessionID& sessionID )
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/ruby/
H A Dexecutor.rb29 def fromApp(message, sessionID) method in Application
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclient/
H A DApplication.h87 void fromApp( const FIX::Message& message, const FIX::SessionID& sessionID )
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/python/
H A Dexecutor.py15 def fromApp(self, message, sessionID): member in Application

12