Home
last modified time | relevance | path

Searched refs:control_device (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingCommon.cpp37 const ciface::Core::DeviceQualifier& control_device, in GetExpressionForControl() argument
43 if (control_device != default_device) in GetExpressionForControl()
45 expr += QString::fromStdString(control_device.ToString()); in GetExpressionForControl()
H A DMappingCommon.h25 const ciface::Core::DeviceQualifier& control_device,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/radware/
H A Dvdirect_commit.py264 res = self.client.adc.control_device(device, action)
268 res = self.client.appWall.control_device(device, action)
270 res = self.client.defensePro.control_device(device, action)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/radware/
H A Dvdirect_commit.py259 res = self.client.adc.control_device(device, action)
263 res = self.client.appWall.control_device(device, action)
265 res = self.client.defensePro.control_device(device, action)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dvdirect_commit.py259 res = self.client.adc.control_device(device, action)
263 res = self.client.appWall.control_device(device, action)
265 res = self.client.defensePro.control_device(device, action)
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/radware/
H A Dtest_vdirect_commit.py83 def control_device(self, name, action): member in DeviceMock
89 return self.control_device(name, action)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/radware/
H A Dtest_vdirect_commit.py86 def control_device(self, name, action): member in DeviceMock
92 return self.control_device(name, action)
/dports/audio/spotifyd/spotifyd-0.3.0/src/
H A Dsetup.rs33 let local_control_device = config.control_device.clone(); in initial_state()
H A Dconfig.rs552 pub(crate) control_device: Option<String>, field
684 control_device: config.shared_config.control, in get_internal_config()