Searched refs:FindElementByPropertySubstring (Results 1 – 8 of 8) sorted by relevance
/system/connectivity/shill/test-scripts/ |
D | disconnect-service | 12 service = flim.FindElementByPropertySubstring('Service',
|
D | disable-device | 15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
|
D | enable-device | 15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
|
D | connect-service | 14 service = flim.FindElementByPropertySubstring('Service',
|
D | get-profile-entry | 30 device = flim.FindElementByPropertySubstring('Profile',
|
D | set-service-property | 12 service = flim.FindElementByPropertySubstring('Service', 'Name', name)
|
D | list-ipconfigs | 15 device = flim.FindElementByPropertySubstring('Device', 'Interface', name)
|
D | flimflam.py | 148 device_obj = self.FindElementByPropertySubstring('Device', 177 service = self.FindElementByPropertySubstring('Service', 324 def FindElementByPropertySubstring(self, kind, prop, substring): member in FlimFlam
|