/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_notify_session_chromeos.cc | 22 const dbus::ObjectPath& characteristic_path) 102 const dbus::ObjectPath& object_path) { 110 const dbus::ObjectPath& object_path,
|
bluetooth_remote_gatt_service_chromeos.cc | 21 const dbus::ObjectPath& object_path) 35 const std::vector<dbus::ObjectPath>& gatt_chars = 38 for (std::vector<dbus::ObjectPath>::const_iterator iter = gatt_chars.begin(); 122 characteristics_.find(dbus::ObjectPath(identifier)); 201 const dbus::ObjectPath& object_path, 211 const dbus::ObjectPath& object_path) { 242 const dbus::ObjectPath& object_path) { 264 const dbus::ObjectPath& object_path,
|
bluetooth_device_chromeos.h | 95 const dbus::ObjectPath& object_path() const { return object_path_; } 106 const dbus::ObjectPath& object_path, 112 virtual void GattServiceAdded(const dbus::ObjectPath& object_path) OVERRIDE; 113 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) OVERRIDE; 173 dbus::ObjectPath object_path_;
|
bluetooth_gatt_chromeos_unittest.cc | 425 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath), 426 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)); 492 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath), 493 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)); 502 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath), 503 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)); 517 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)); 554 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)); 577 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath), 578 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath)) [all...] |
/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_manager_client.cc | 30 virtual void RegisterAgent(const dbus::ObjectPath& agent_path, 52 virtual void UnregisterAgent(const dbus::ObjectPath& agent_path, 73 virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path, 98 dbus::ObjectPath(
|
bluetooth_gatt_descriptor_client.cc | 66 virtual std::vector<dbus::ObjectPath> GetDescriptors() OVERRIDE { 74 const dbus::ObjectPath& object_path) OVERRIDE { 83 virtual void ReadValue(const dbus::ObjectPath& object_path, 109 virtual void WriteValue(const dbus::ObjectPath& object_path, 140 const dbus::ObjectPath& object_path, 152 virtual void ObjectAdded(const dbus::ObjectPath& object_path, 160 virtual void ObjectRemoved(const dbus::ObjectPath& object_path, 172 dbus::ObjectPath( 183 virtual void OnPropertyChanged(const dbus::ObjectPath& object_path,
|
fake_bluetooth_input_client.cc | 71 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) { 79 const dbus::ObjectPath& object_path) { 110 const dbus::ObjectPath& object_path) { 124 const dbus::ObjectPath& object_path,
|
shill_device_client_unittest.cc | 56 dbus::ObjectPath(kExampleDevicePath)) { 94 dbus::ObjectPath(kExampleDevicePath), 102 dbus::ObjectPath(kExampleDevicePath), 135 client_->GetProperties(dbus::ObjectPath(kExampleDevicePath), 150 client_->ProposeScan(dbus::ObjectPath(kExampleDevicePath), 171 client_->SetProperty(dbus::ObjectPath(kExampleDevicePath), 193 client_->ClearProperty(dbus::ObjectPath(kExampleDevicePath), 201 const dbus::ObjectPath expected_result("/result/path"); 212 client_->AddIPConfig(dbus::ObjectPath(kExampleDevicePath), 236 client_->RequirePin(dbus::ObjectPath(kExampleDevicePath) [all...] |
bluetooth_profile_manager_client.h | 84 virtual void RegisterProfile(const dbus::ObjectPath& profile_path, 92 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
|
gsm_sms_client.cc | 38 const dbus::ObjectPath& object_path) 170 const dbus::ObjectPath& object_path, 178 const dbus::ObjectPath& object_path) OVERRIDE { 184 const dbus::ObjectPath& object_path, 192 const dbus::ObjectPath& object_path, 200 const dbus::ObjectPath& object_path, 207 const dbus::ObjectPath& object_path) OVERRIDE { 218 const dbus::ObjectPath& object_path) {
|
nfc_adapter_client.cc | 68 virtual std::vector<dbus::ObjectPath> GetAdapters() OVERRIDE { 73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) 81 const dbus::ObjectPath& object_path, 108 const dbus::ObjectPath& object_path, 157 const std::vector<dbus::ObjectPath>& received_adapters = 173 virtual void ObjectAdded(const dbus::ObjectPath& object_path) OVERRIDE { 179 virtual void ObjectRemoved(const dbus::ObjectPath& object_path) OVERRIDE { 186 void OnPropertyChanged(const dbus::ObjectPath& object_path,
|
fake_shill_service_client.cc | 67 const dbus::ObjectPath& service_path, 73 const dbus::ObjectPath& service_path, 79 const dbus::ObjectPath& service_path, 107 void FakeShillServiceClient::SetProperty(const dbus::ObjectPath& service_path, 121 const dbus::ObjectPath& service_path, 137 const dbus::ObjectPath& service_path, 153 const dbus::ObjectPath& service_path, 176 void FakeShillServiceClient::Connect(const dbus::ObjectPath& service_path, 210 void FakeShillServiceClient::Disconnect(const dbus::ObjectPath& service_path, 233 void FakeShillServiceClient::Remove(const dbus::ObjectPath& service_path [all...] |
blocking_method_caller_unittest.cc | 57 dbus::ObjectPath("/org/chromium/TestObject")); 69 dbus::ObjectPath("/org/chromium/TestObject"))) 117 dbus::ObjectPath("/org/chromium/TestObject"));
|
bluetooth_gatt_manager_client.cc | 31 virtual void RegisterService(const dbus::ObjectPath& service_path, 60 virtual void UnregisterService(const dbus::ObjectPath& service_path, 86 dbus::ObjectPath(
|
fake_nfc_manager_client.h | 58 std::set<dbus::ObjectPath> adapters_;
|
fake_sms_client.cc | 27 const dbus::ObjectPath& object_path,
|
/external/chromium_org/dbus/ |
test_service.h | 157 void AddObject(const dbus::ObjectPath& object_path); 158 void AddObjectInternal(const dbus::ObjectPath& object_path); 161 void RemoveObject(const dbus::ObjectPath& object_path); 162 void RemoveObjectInternal(const dbus::ObjectPath& object_path);
|
message_unittest.cc | 57 writer.AppendObjectPath(ObjectPath("/object/path")); 69 ObjectPath object_path_value; 97 EXPECT_EQ(ObjectPath("/object/path"), object_path_value); 158 writer.AppendVariantOfObjectPath(ObjectPath("/object/path")); 170 ObjectPath object_path_value; 198 EXPECT_EQ(ObjectPath("/object/path"), object_path_value); 260 std::vector<ObjectPath> object_paths; 261 object_paths.push_back(ObjectPath("/object/path/1")); 262 object_paths.push_back(ObjectPath("/object/path/2")); 263 object_paths.push_back(ObjectPath("/object/path/3")) [all...] |
message.h | 97 bool SetPath(const ObjectPath& path); 109 ObjectPath GetPath(); 283 void AppendObjectPath(const ObjectPath& value); 321 void AppendArrayOfObjectPaths(const std::vector<ObjectPath>& object_paths); 345 void AppendVariantOfObjectPath(const ObjectPath& value); 393 bool PopObjectPath(ObjectPath* value); 432 bool PopArrayOfObjectPaths(std::vector<ObjectPath>* object_paths); 459 bool PopVariantOfObjectPath(ObjectPath* value);
|
end_to_end_sync_unittest.cc | 39 ObjectPath("/org/chromium/TestObject")); 112 const ObjectPath invalid_object_path("/org/chromium/TestObject/"); 132 invalid_service_name, ObjectPath("org.chromium.TestObject"));
|
mock_object_proxy.h | 22 const ObjectPath& object_path);
|
/external/chromium_org/device/nfc/ |
nfc_adapter_chromeos.cc | 20 typedef std::vector<dbus::ObjectPath> ObjectPathVector; 119 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) { 125 void NfcAdapterChromeOS::AdapterRemoved(const dbus::ObjectPath& object_path) { 150 const dbus::ObjectPath& object_path, 163 void NfcAdapterChromeOS::DeviceAdded(const dbus::ObjectPath& object_path) { 196 void NfcAdapterChromeOS::DeviceRemoved(const dbus::ObjectPath& object_path) { 207 void NfcAdapterChromeOS::TagAdded(const dbus::ObjectPath& object_path) { 217 const std::vector<dbus::ObjectPath>& tags = 221 for (std::vector<dbus::ObjectPath>::const_iterator iter = tags.begin(); 240 void NfcAdapterChromeOS::TagRemoved(const dbus::ObjectPath& object_path) [all...] |
nfc_tag_technology_chromeos.cc | 19 typedef std::vector<dbus::ObjectPath> ObjectPathVector; 98 const dbus::ObjectPath& object_path) { 107 const dbus::ObjectPath& object_path) { 120 const dbus::ObjectPath& object_path) { 158 const dbus::ObjectPath& object_path) {
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
cros_dbus_service_unittest.cc | 51 dbus::ObjectPath(kLibCrosServicePath)); 56 GetExportedObject(dbus::ObjectPath(kLibCrosServicePath)))
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_linux.cc | 61 bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>* device_paths); 66 bool GetAccessPointsForAdapter(const dbus::ObjectPath& adapter_path, 116 dbus::ObjectPath(kNetworkManagerPath)); 118 std::vector<dbus::ObjectPath> adapter_paths; 126 std::vector<dbus::ObjectPath> device_paths; 136 const dbus::ObjectPath& device_path = device_paths[i]; 177 std::vector<dbus::ObjectPath>* device_paths) { 198 const dbus::ObjectPath& adapter_path, WifiData::AccessPointDataSet* data) { 217 std::vector<dbus::ObjectPath> access_point_paths; 228 const dbus::ObjectPath& access_point_path = access_point_paths[i] [all...] |