HomeSort by relevance Sort by last modified time
    Searched refs:GetProperties (Results 1 - 25 of 63) sorted by null

1 2 3

  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
virtual_touchscreen.h 29 virtual const std::vector<const uint32_t>& GetProperties() const;
virtual_device_base.h 38 virtual const std::vector<const uint32_t>& GetProperties() const;
virtual_touchscreen.cpp 29 const std::vector<const uint32_t>& VirtualTouchScreen::GetProperties() const {
virtual_device_base.cpp 83 for (uint32_t property : GetProperties()) {
134 const std::vector<const uint32_t>& VirtualDeviceBase::GetProperties() const {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timestamp.h 51 will always roll over to zero. The properties of the counter can be retrieved from GetProperties().
53 The counter value will not go backwards other than when wrapping, as defined by EndValue in GetProperties().
95 TIMESTAMP_GET_PROPERTIES GetProperties;
  /external/v8/tools/
detect-builtins.js 7 var GetProperties = function(this_name, object) {
42 property.prototype = GetProperties("prototype", value.prototype);
47 property.properties = GetProperties(name, value);
54 result.__PROTO__ = GetProperties("__PROTO__", object.__proto__);
59 var g = GetProperties("", global, "");
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py 33 device_properties = device.GetProperties(utf8_strings=True)
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
48 tethering = service.GetProperties()['Tethering']
  /external/autotest/client/cros/scripts/
profile 44 properties = active_profile.GetProperties(utf8_strings=True)
69 shill.manager.GetProperties(utf8_strings=True))
91 profile.GetProperties(utf8_strings=True))
109 profile.GetProperties(utf8_strings=True))
device 47 shill.dbus2primitive(device.GetProperties(utf8_strings=True)),
  /external/autotest/client/site_tests/network_DhcpWpadNegotiation/
network_DhcpWpadNegotiation.py 33 device_properties = device.GetProperties(utf8_strings=True)
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/cros/networking/
cellular_proxy.py 125 properties = modem.GetProperties(utf8_strings=True)
231 properties = device.GetProperties()
256 properties = device.GetProperties(utf8_strings=True)
shill_proxy.py 309 properties = interface.GetProperties(utf8_strings=True)
325 properties = interface.GetProperties(utf8_strings=True)
341 being in the interface.GetProperties list.
514 dbus_object.GetProperties(utf8_strings=True))
559 properties = self.manager.GetProperties(utf8_strings=True)
580 properties = self.manager.GetProperties(utf8_strings=True)
587 properties = self.manager.GetProperties(utf8_strings=True)
614 properties = self.manager.GetProperties(utf8_strings=True)
623 properties = service.GetProperties(utf8_strings=True)
650 manager_properties = self.manager.GetProperties(utf8_strings=True
    [all...]
wifi_proxy.py 32 profile_properties = profile.GetProperties(utf8_strings=True)
170 service_properties = service_object.GetProperties(
315 properties = self.manager.GetProperties(utf8_strings=True)
321 service_properties = self.dbus2primitive(service.GetProperties(
324 pass # Probably the service disappeared before GetProperties().
shill_xmlrpc_server.py 116 active_profile.GetProperties(utf8_strings=True)['Name'])
218 profile.GetProperties(utf8_strings=True))
256 device.GetProperties(utf8_strings=True))
334 service_properties = service_object.GetProperties(
341 manager_props = self._wifi_proxy.manager.GetProperties(utf8_strings=True)
441 object_properties = dbus_object.GetProperties(utf8_strings=True)
shill_context.py 137 service_properties = service.GetProperties()
152 manager_properties = shill.manager.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/cellular_Identifiers/
cellular_Identifiers.py 94 device_props = device.GetProperties(utf8_strings=True)
95 service_props = service.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 33 device_properties = device.GetProperties(utf8_strings=True)
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 35 device_properties = device.GetProperties(utf8_strings=True)
39 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 37 device_properties = device.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py 37 ipconfig.GetProperties(utf8_strings=True))
  /external/autotest/client/site_tests/cellular_SuspendResume/
cellular_SuspendResume.py 76 properties = device.GetProperties(utf8_strings=True)
83 properties = device.GetProperties(utf8_strings=True)
125 # that verifies that GetProperties can be called before proceeding.
126 # There appears to be an issue after suspend/resume where GetProperties
136 properties = device.GetProperties(utf8_strings=True)
230 props = service.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 52 profile.GetProperties(utf8_strings=True))
  /external/libchrome/dbus/
object_manager.h 80 // as implementing this, you will want to implement a public GetProperties()
95 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
97 // object_manager_->GetProperties(object_path, kInterface));
221 // static_cast<Properties*>(GetProperties(object_path, my_interface));
222 virtual PropertySet* GetProperties(const ObjectPath& object_path,
  /external/autotest/client/cros/
dhcpv6_test_base.py 79 device_properties = device.GetProperties(utf8_strings=True)
103 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/cellular_DisconnectFailure/
cellular_DisconnectFailure.py 158 properties = service.GetProperties(utf8_strings=True)
169 properties = service.GetProperties(utf8_strings=True)

Completed in 562 milliseconds

1 2 3