Home
last modified time | relevance | path

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

/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;
Dlow_energy_scanner.h84 const UUID& GetAppIdentifier() const override;
Dlow_energy_client.h94 const UUID& GetAppIdentifier() const override;
Dlow_energy_scanner.cc135 const UUID& LowEnergyScanner::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyScanner
Dgatt_server.h118 const UUID& GetAppIdentifier() const override;
Dlow_energy_client.cc130 const UUID& LowEnergyClient::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyClient
Dlow_energy_advertiser.cc230 const UUID& LowEnergyAdvertiser::GetAppIdentifier() const { in GetAppIdentifier() function in bluetooth::LowEnergyAdvertiser
Dgatt_server.cc65 const UUID& GattServer::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier() function in bluetooth::GattServer
/system/bt/service/test/
Dgatt_client_unittest.cc140 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
Dlow_energy_client_unittest.cc230 EXPECT_EQ(uuid0, client->GetAppIdentifier()); in TEST_F()
Dlow_energy_scanner_unittest.cc249 EXPECT_EQ(uuid0, scanner->GetAppIdentifier()); in TEST_F()
Dlow_energy_advertiser_unittest.cc257 EXPECT_EQ(uuid0, advertiser->GetAppIdentifier()); in TEST_F()
Dgatt_server_unittest.cc361 EXPECT_EQ(uuid0, server->GetAppIdentifier()); in TEST_F()