HomeSort by relevance Sort by last modified time
    Searched refs:cconst (Results 1 - 4 of 4) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/net/
ipsec_test_utils.py 23 from acts.test_utils.net import connectivity_const as cconst
128 fd, cconst.DIRECTION_IN, transforms[0])
130 fd, cconst.DIRECTION_OUT, transforms[1])
157 socket, cconst.DIRECTION_IN, transforms[0])
159 socket, cconst.DIRECTION_OUT, transforms[1])
185 socket, cconst.DIRECTION_IN, transforms[0])
187 socket, cconst.DIRECTION_OUT, transforms[1])
226 auth_method_key = { cconst.AUTH_HMAC_MD5 : 128,
227 cconst.AUTH_HMAC_SHA1 : 160,
228 cconst.AUTH_HMAC_SHA256 : 256
    [all...]
socket_test_utils.py 21 from acts.test_utils.net import connectivity_const as cconst
  /tools/test/connectivity/acts/tests/google/net/
IpSecTest.py 20 from acts.test_utils.net import connectivity_const as cconst
119 if domain == cconst.AF_INET6:
130 crypt_algo = cconst.CRYPT_AES_CBC
168 if sock_type == cconst.SOCK_STREAM:
207 if sock_type == cconst.SOCK_STREAM:
222 if domain == cconst.AF_INET6:
233 crypt_algo = cconst.CRYPT_AES_CBC
310 if domain == cconst.AF_INET6:
327 crypt_algo = cconst.CRYPT_AES_CBC
523 self._test_transport_mode_transform_file_descriptors(cconst.AF_INET
    [all...]
DataUsageTest.py 22 from acts.test_utils.net import connectivity_const as cconst
214 cconst.TYPE_MOBILE)
221 cconst.TYPE_MOBILE)
251 cconst.TYPE_WIFI)
258 cconst.TYPE_WIFI)
292 cconst.TYPE_MOBILE)
299 cconst.TYPE_MOBILE)
326 total_pre = self._get_total_data_usage_for_device(cconst.TYPE_MOBILE)
336 total_pst = self._get_total_data_usage_for_device(cconst.TYPE_MOBILE)
369 total_pre = self._get_total_data_usage_for_device(cconst.TYPE_MOBILE
    [all...]

Completed in 59 milliseconds