Home
last modified time | relevance | path

Searched refs:callConfig (Results 1 – 12 of 12) sorted by relevance

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/utils/
H A DcheckConfig.php62 $cconfig = callConfig();
77 $exists = callConfig();
94 function callConfig($sourcePath=NULL) function
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dtransform_module_variable.go72 callConfig, exists := parent.Module.ModuleCalls[call.Name]
90 content, contentDiags := callConfig.Config.Content(schema)
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dtransform_module_variable.go72 callConfig, exists := parent.Module.ModuleCalls[call.Name]
90 content, contentDiags := callConfig.Config.Content(schema)
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dtransform_module_variable.go65 callConfig, exists := parent.Module.ModuleCalls[call.Name]
83 content, contentDiags := callConfig.Config.Content(schema)
H A Devaluate.go365 callConfig, ok := parentCfg.Module.ModuleCalls[addr.Name]
483 case callConfig.Count != nil:
521 case callConfig.ForEach != nil:
565 case callConfig.Count != nil:
567 case callConfig.ForEach != nil:
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua2/
H A Daccount.cpp615 ret.call_hold_type = callConfig.holdType; in toPj()
616 ret.require_100rel = callConfig.prackUse; in toPj()
617 ret.use_timer = callConfig.timerUse; in toPj()
618 ret.timer_setting.min_se = callConfig.timerMinSESec; in toPj()
619 ret.timer_setting.sess_expires = callConfig.timerSessExpiresSec; in toPj()
768 callConfig.holdType = prm.call_hold_type; in fromPj()
769 callConfig.prackUse = prm.require_100rel; in fromPj()
770 callConfig.timerUse = prm.use_timer; in fromPj()
771 callConfig.timerMinSESec = prm.timer_setting.min_se; in fromPj()
902 NODE_READ_OBJ ( this_node, callConfig); in readObject()
[all …]
/dports/x11-toolkits/tix/Tix8.4.3/library/
H A DCObjView.tcl146 proc tixCObjView:GetScrollRegion {w cW cH setReg callConfig} { argument
211 if $callConfig {
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pygui/
H A Daccountsetting.py127 self.cfgPrackUse = tk.IntVar(value=self.cfg.callConfig.prackUse)
128 self.cfgTimerUse = tk.IntVar(value=self.cfg.callConfig.timerUse)
129 self.cfgTimerExpires = tk.IntVar(value=self.cfg.callConfig.timerSessExpiresSec)
328 self.cfg.callConfig.prackUse = self.cfgPrackUse.get()
329 self.cfg.callConfig.timerUse = self.cfgTimerUse.get()
330 self.cfg.callConfig.timerSessExpiresSec = self.cfgTimerExpires.get()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/
H A DMediaManager.cpp334 webrtc::Call::Config callConfig(_eventLog.get()); in MediaManager() local
335 callConfig.task_queue_factory = _taskQueueFactory.get(); in MediaManager()
336 callConfig.trials = &_fieldTrials; in MediaManager()
337 callConfig.audio_state = _mediaEngine->voice().GetAudioState(); in MediaManager()
338 _call.reset(webrtc::Call::Create(callConfig)); in MediaManager()
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua2/
H A Daccount.hpp1218 AccountCallConfig callConfig; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/
H A DInstanceV2Impl.cpp1268 webrtc::Call::Config callConfig(_eventLog.get()); in start() local
1269 callConfig.task_queue_factory = _taskQueueFactory.get(); in start()
1270 callConfig.trials = &_fieldTrials; in start()
1271 callConfig.audio_state = _channelManager->media_engine()->voice().GetAudioState(); in start()
1272 _call.reset(webrtc::Call::Create(callConfig)); in start()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceCustomImpl.cpp1546 webrtc::Call::Config callConfig(_eventLog.get(), _threads->getNetworkThread()); in start() local
1547 callConfig.task_queue_factory = _taskQueueFactory.get(); in start()
1548 callConfig.trials = &_fieldTrials; in start()
1549 callConfig.audio_state = _channelManager->media_engine()->voice().GetAudioState(); in start()
1550 _call.reset(webrtc::Call::Create(callConfig, _threads->getSharedModuleThread())); in start()