Home
last modified time | relevance | path

Searched refs:GetAppIdentifier (Results 1 – 25 of 26) sorted by relevance

12

/system/bt/service/
Dbluetooth_instance.h37 virtual const Uuid& GetAppIdentifier() const = 0;
Dgatt_client.h38 const Uuid& GetAppIdentifier() const override;
Dgatt_client.cc41 const Uuid& GattClient::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::GattClient
Dlow_energy_advertiser.h78 const Uuid& GetAppIdentifier() const override;
Da2dp_sink.h54 const Uuid& GetAppIdentifier() const override;
Dlow_energy_scanner.h84 const Uuid& GetAppIdentifier() const override;
Da2dp_source.h57 const Uuid& GetAppIdentifier() const override;
Davrcp_control.h61 const Uuid& GetAppIdentifier() const override;
Dlow_energy_client.h94 const Uuid& GetAppIdentifier() const override;
Da2dp_sink.cc39 const Uuid& A2dpSink::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::A2dpSink
Dlow_energy_scanner.cc135 const Uuid& LowEnergyScanner::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyScanner
Davrcp_target.h80 const Uuid& GetAppIdentifier() const override;
Dlow_energy_client.cc132 const Uuid& LowEnergyClient::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyClient
Davrcp_control.cc43 const Uuid& AvrcpControl::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::AvrcpControl
Dgatt_server.h119 const Uuid& GetAppIdentifier() const override;
Da2dp_source.cc115 const Uuid& A2dpSource::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::A2dpSource
Dlow_energy_advertiser.cc228 const Uuid& LowEnergyAdvertiser::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyAdvertiser
Davrcp_target.cc108 const Uuid& AvrcpTarget::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::AvrcpTarget
Dgatt_server.cc55 const Uuid& GattServer::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::GattServer
/system/bt/service/test/
Dgatt_client_unittest.cc139 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
Da2dp_source_unittest.cc193 EXPECT_EQ(uuid0, a2dp_source->GetAppIdentifier()); in TEST_F()
Da2dp_sink_unittest.cc196 EXPECT_EQ(uuid0, a2dp_sink->GetAppIdentifier()); in TEST_F()
Dlow_energy_client_unittest.cc229 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
Dlow_energy_scanner_unittest.cc250 EXPECT_EQ(uuid0, scanner->GetAppIdentifier()); in TEST_F()
Dlow_energy_advertiser_unittest.cc259 EXPECT_EQ(uuid0, advertiser->GetAppIdentifier()); in TEST_F()

12