Home
last modified time | relevance | path

Searched refs:FindElementByPropertySubstring (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/test-scripts/
Ddisconnect-service12 service = flim.FindElementByPropertySubstring('Service',
Ddisable-device15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
Denable-device15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
Dconnect-service14 service = flim.FindElementByPropertySubstring('Service',
Dget-profile-entry30 device = flim.FindElementByPropertySubstring('Profile',
Dset-service-property12 service = flim.FindElementByPropertySubstring('Service', 'Name', name)
Dlist-ipconfigs15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
Dflimflam.py148 device_obj = self.FindElementByPropertySubstring('Device',
177 service = self.FindElementByPropertySubstring('Service',
324 def FindElementByPropertySubstring(self, kind, prop, substring): member in FlimFlam