Searched defs:GetProperties (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.cc71 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeBluetoothInputClient
H A Dfake_nfc_manager_client.cc62 FakeNfcManagerClient::Properties* FakeNfcManagerClient::GetProperties() { function in class:chromeos::FakeNfcManagerClient
H A Dfake_shill_ipconfig_client.cc44 void FakeShillIPConfigClient::GetProperties( function in class:chromeos::FakeShillIPConfigClient
H A Dshill_ipconfig_client.cc43 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
91 void ShillIPConfigClientImpl::GetProperties( function in class:chromeos::__anon6138::ShillIPConfigClientImpl
H A Dshill_profile_client.cc41 virtual void GetProperties(
96 void ShillProfileClientImpl::GetProperties( function in class:chromeos::__anon6142::ShillProfileClientImpl
H A Dfake_bluetooth_gatt_service_client.cc85 FakeBluetoothGattServiceClient::GetProperties( function in class:chromeos::FakeBluetoothGattServiceClient
H A Dfake_bluetooth_adapter_client.cc122 FakeBluetoothAdapterClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeBluetoothAdapterClient
H A Dfake_bluetooth_gatt_characteristic_client.cc102 FakeBluetoothGattCharacteristicClient::GetProperties( function in class:chromeos::FakeBluetoothGattCharacteristicClient
H A Dfake_bluetooth_gatt_descriptor_client.cc86 FakeBluetoothGattDescriptorClient::GetProperties( function in class:chromeos::FakeBluetoothGattDescriptorClient
H A Dfake_nfc_adapter_client.cc133 FakeNfcAdapterClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeNfcAdapterClient
H A Dfake_nfc_device_client.cc87 FakeNfcDeviceClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeNfcDeviceClient
H A Dfake_nfc_record_client.cc153 FakeNfcRecordClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeNfcRecordClient
H A Dfake_nfc_tag_client.cc85 FakeNfcTagClient::GetProperties(const dbus::ObjectPath& object_path) { function in class:chromeos::FakeNfcTagClient
H A Dfake_shill_profile_client.cc59 void FakeShillProfileClient::GetProperties( function in class:chromeos::FakeShillProfileClient
H A Dfake_shill_device_client.cc70 void FakeShillDeviceClient::GetProperties( function in class:chromeos::FakeShillDeviceClient
H A Dfake_shill_service_client.cc78 void FakeShillServiceClient::GetProperties( function in class:chromeos::FakeShillServiceClient
/external/chromium_org/tools/idl_parser/
H A Didl_node.py152 for key, value in node.GetProperties().iteritems():
216 def GetProperties(self): member in class:IDLNode
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_config_message_handler.cc58 base::Bind(&NetworkConfigMessageHandler::GetProperties,
101 void NetworkConfigMessageHandler::GetProperties( function in class:chromeos::NetworkConfigMessageHandler
115 NetworkHandler::Get()->managed_network_configuration_handler()->GetProperties(
177 NetworkHandler::Get()->network_configuration_handler()->GetProperties(
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc68 void FakeWiFiService::GetProperties(const std::string& network_guid, function in class:wifi::FakeWiFiService
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc89 GetProperties(object_path_);
109 BluetoothRemoteGattCharacteristicChromeOS::GetProperties() const { function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
112 GetProperties(object_path_);
156 ->GetProperties(object_path_);
342 GetProperties(object_path);
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_chromeos.cc134 void NetworkingPrivateChromeOS::GetProperties( function in class:extensions::NetworkingPrivateChromeOS
144 GetManagedConfigurationHandler()->GetProperties(
H A Dnetworking_private_service_client.cc166 void NetworkingPrivateServiceClient::GetProperties( function in class:extensions::NetworkingPrivateServiceClient
180 base::Bind(&WiFiService::GetProperties,
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc91 void GetProperties(const dbus::ObjectPath& profile_path, function in class:chromeos::__anon6171::ShillProfileTestClient
142 void GetProperties(const dbus::ObjectPath& service_path, function in class:chromeos::__anon6171::ShillServiceTestClient
198 ON_CALL(*mock_profile_client_, GetProperties(_,_,_))
200 &ShillProfileTestClient::GetProperties));
206 ON_CALL(*mock_service_client_, GetProperties(_,_))
208 &ShillServiceTestClient::GetProperties));
284 EXPECT_CALL(*mock_manager_client_, GetProperties(_)).Times(AnyNumber());
349 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _));
370 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _));
403 GetProperties(dbu
818 static void GetProperties( function in class:chromeos::ManagedNetworkConfigurationHandlerShutdownTest
[all...]
H A Dnetwork_configuration_handler.cc207 void NetworkConfigurationHandler::GetProperties( function in class:chromeos::NetworkConfigurationHandler
211 NET_LOG_USER("GetProperties", service_path);
212 DBusThreadManager::Get()->GetShillServiceClient()->GetProperties(
/external/chromium_org/dbus/
H A Dobject_manager.cc122 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, function in class:dbus::ObjectManager
342 PropertySet* properties = GetProperties(object_path, interface);

Completed in 1081 milliseconds

12