Searched refs:create_config (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | MessageTest.py | 60 def create_config(self, is_publish, extra_diff=None): member in MessageTest 116 p_id, self.create_config(True, extra_diff=extra_diff), use_id) 124 s_id, self.create_config(False, extra_diff=extra_diff), use_id)
|
D | DataPathTest.py | 55 def create_config(self, dtype): member in DataPathTest 112 self.create_config(ptype)) 117 p2_config = self.create_config(ptype) 126 self.create_config(stype)) 351 init_id, self.create_config(aconsts.PUBLISH_TYPE_UNSOLICITED)) 355 resp_id, self.create_config(aconsts.PUBLISH_TYPE_UNSOLICITED)) 359 resp_id, self.create_config(aconsts.SUBSCRIBE_TYPE_PASSIVE)) 2279 dut1_p_disc_id = dut1.droid.wifiAwarePublish(dut1_id, self.create_config(ptype)) 2282 dut2_p_disc_id = dut2.droid.wifiAwarePublish(dut2_id, self.create_config(ptype)) 2297 dut2_s_disc_id = dut2.droid.wifiAwareSubscribe(dut2_id, self.create_config(stype)) [all …]
|
D | CapabilitiesTest.py | 32 def create_config(self, dtype, service_name): member in CapabilitiesTest
|