Home
last modified time | relevance | path

Searched refs:EndServiceDeclaration (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/test/
Dgatt_server_unittest.cpp255 ASSERT_TRUE(gatt_server_->EndServiceDeclaration([&]( in SetUpTestService()
397 EXPECT_FALSE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
409 gatt_server_->EndServiceDeclaration(GattServer::ResultCallback())); in TEST_F()
419 EXPECT_FALSE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
426 EXPECT_TRUE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
429 EXPECT_FALSE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
490 EXPECT_TRUE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
502 EXPECT_TRUE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
518 EXPECT_TRUE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
583 EXPECT_TRUE(gatt_server_->EndServiceDeclaration(callback)); in TEST_F()
[all …]
/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServer.h77 virtual bool EndServiceDeclaration(int server_if) = 0;
139 bool EndServiceDeclaration(int server_if) override;
DIBluetoothGattServer.cpp122 bool result = EndServiceDeclaration(server_if); in onTransact()
272 bool BpBluetoothGattServer::EndServiceDeclaration(int server_if) { in EndServiceDeclaration() function in ipc::binder::BpBluetoothGattServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp130 bool BluetoothGattServerBinderServer::EndServiceDeclaration(int server_id) { in EndServiceDeclaration() function in ipc::binder::BluetoothGattServerBinderServer
163 if (!gatt_server->EndServiceDeclaration(callback)) { in EndServiceDeclaration()
Dbluetooth_gatt_server_binder_server.h56 bool EndServiceDeclaration(int server_id) override;
/system/bt/service/
Dgatt_server.h166 bool EndServiceDeclaration(const ResultCallback& callback);
Dgatt_server.cpp166 bool GattServer::EndServiceDeclaration(const ResultCallback& callback) { in EndServiceDeclaration() function in bluetooth::GattServer
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp296 if (!gatt_->EndServiceDeclaration(server_if_)) { in OnServerRegistered()