/system/bt/service/ |
D | bluetooth_instance.h | 37 virtual const Uuid& GetAppIdentifier() const = 0;
|
D | gatt_client.h | 38 const Uuid& GetAppIdentifier() const override;
|
D | gatt_client.cc | 41 const Uuid& GattClient::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::GattClient
|
D | low_energy_advertiser.h | 78 const Uuid& GetAppIdentifier() const override;
|
D | a2dp_sink.h | 54 const Uuid& GetAppIdentifier() const override;
|
D | low_energy_scanner.h | 84 const Uuid& GetAppIdentifier() const override;
|
D | a2dp_source.h | 57 const Uuid& GetAppIdentifier() const override;
|
D | avrcp_control.h | 61 const Uuid& GetAppIdentifier() const override;
|
D | low_energy_client.h | 94 const Uuid& GetAppIdentifier() const override;
|
D | a2dp_sink.cc | 39 const Uuid& A2dpSink::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::A2dpSink
|
D | low_energy_scanner.cc | 135 const Uuid& LowEnergyScanner::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyScanner
|
D | avrcp_target.h | 80 const Uuid& GetAppIdentifier() const override;
|
D | low_energy_client.cc | 132 const Uuid& LowEnergyClient::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyClient
|
D | avrcp_control.cc | 43 const Uuid& AvrcpControl::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::AvrcpControl
|
D | gatt_server.h | 119 const Uuid& GetAppIdentifier() const override;
|
D | a2dp_source.cc | 115 const Uuid& A2dpSource::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::A2dpSource
|
D | low_energy_advertiser.cc | 228 const Uuid& LowEnergyAdvertiser::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyAdvertiser
|
D | avrcp_target.cc | 108 const Uuid& AvrcpTarget::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::AvrcpTarget
|
D | gatt_server.cc | 55 const Uuid& GattServer::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::GattServer
|
/system/bt/service/test/ |
D | gatt_client_unittest.cc | 139 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
|
D | a2dp_source_unittest.cc | 193 EXPECT_EQ(uuid0, a2dp_source->GetAppIdentifier()); in TEST_F()
|
D | a2dp_sink_unittest.cc | 196 EXPECT_EQ(uuid0, a2dp_sink->GetAppIdentifier()); in TEST_F()
|
D | low_energy_client_unittest.cc | 229 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
|
D | low_energy_scanner_unittest.cc | 250 EXPECT_EQ(uuid0, scanner->GetAppIdentifier()); in TEST_F()
|
D | low_energy_advertiser_unittest.cc | 259 EXPECT_EQ(uuid0, advertiser->GetAppIdentifier()); in TEST_F()
|