Home
last modified time | relevance | path

Searched refs:waitForAnswer (Results 1 – 23 of 23) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/libraries/GSM/src/
H A DGSM3MobileClientService.cpp90 res=waitForAnswer(); in connect()
108 res=waitForAnswer(); in connect()
113 int GSM3MobileClientService::waitForAnswer() in waitForAnswer() function in GSM3MobileClientService
136 waitForAnswer(); in beginWrite()
169 waitForAnswer(); in endWrite()
195 res=waitForAnswer(); in available()
246 waitForAnswer(); in flush()
258 waitForAnswer(); in stop()
H A DGSM3MobileServerService.cpp75 waitForAnswer(); in begin()
130 waitForAnswer(); in stop()
141 int GSM3MobileServerService::waitForAnswer() in waitForAnswer() function in GSM3MobileServerService
H A DGSM3MobileServerService.h53 int waitForAnswer();
H A DGSM3MobileClientService.h51 int waitForAnswer();
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dcallgrind_control.in358 $waitForAnswer = 0;
368 $waitForAnswer = 1;
439 if (!$waitForAnswer) { print " OK.\n"; next; }
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dcallgrind_control.in358 $waitForAnswer = 0;
368 $waitForAnswer = 1;
439 if (!$waitForAnswer) { print " OK.\n"; next; }
/dports/net/termshark/termshark-2.1.1/pcap/
H A Dloader_tshark_test.go325 type waitForAnswer struct { struct
329 var _ iStopLoop = (*waitForAnswer)(nil)
331 func (s *waitForAnswer) shouldStop() error { argument
350 stopper: &waitForAnswer{
443 stopper: &waitForAnswer{
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dslavebase.cpp759 if (waitForAnswer(INF_NETWORK_STATUS, 0, data) != -1) { in requestNetwork()
1061 if (waitForAnswer(CMD_MESSAGEBOXANSWER, 0, data) != -1) { in messageBox()
1080 if (waitForAnswer(CMD_RESUMEANSWER, CMD_NONE, data, &cmd) != -1) { in canResume()
1091 int SlaveBase::waitForAnswer(int expected1, int expected2, QByteArray &data, int *pCmd) in waitForAnswer() function in SlaveBase
1120 int result = waitForAnswer(MSG_DATA, 0, buffer); in readData()
1571 int result = waitForAnswer(CMD_HOST_INFO, 0, data); in waitForHostInfo()
1600 waitForAnswer(MSG_PRIVILEGE_EXEC, 0, buffer); in requestPrivilegeOperation()
H A Dslavebase.h955 int waitForAnswer(int expected1, int expected2, QByteArray &data, int *pCmd = nullptr);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/fax/resources/scripts/queue/
H A Dexec.lua141 session:waitForAnswer(session)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h377 SWITCH_DECLARE(void) waitForAnswer(CoreSession *calling_session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A DCoreSession.java290 public void waitForAnswer(CoreSession calling_session) { in waitForAnswer() method in CoreSession
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dfreeswitch.pm458 *waitForAnswer = *freeswitchc::CoreSession_waitForAnswer;
H A Dmod_perl_wrap.cpp8288 (arg1)->waitForAnswer(arg2); in XS()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch.py557 def waitForAnswer(self, calling_session): member in CoreSession
H A Dmod_python_wrap.cpp9002 (arg1)->waitForAnswer(arg2); in _wrap_CoreSession_waitForAnswer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp1342 SWITCH_DECLARE(void) CoreSession::waitForAnswer(CoreSession *calling_session) in SWITCH_DECLARE()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dswitch_swig_wrap.cpp3144 (arg1)->waitForAnswer(arg2); in Java_org_freeswitch_swig_freeswitchJNI_CoreSession_1waitForAnswer()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py1529 def waitForAnswer(self, expected1, expected2, data, pCmd): member in KIO.SlaveBase
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmod_lua_wrap.cpp7653 (arg1)->waitForAnswer(arg2); in _wrap_CoreSession_waitForAnswer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog3237 ADD: answered, waitForAnswer and mediaReady methods to embedded language Session object
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx51903 (arg1)->waitForAnswer(arg2); in CSharp_FreeSWITCHfNative_CoreSession_waitForAnswer___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs395 public void waitForAnswer(CoreSession calling_session) { in waitForAnswer() method in FreeSWITCH.Native.CoreSession