Home
last modified time | relevance | path

Searched refs:BluetoothHostServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp56 struct BluetoothHostServer::impl {
548 sptr<BluetoothHostServer> BluetoothHostServer::instance;
552 BluetoothHostServer::impl::impl() in impl()
563 BluetoothHostServer::impl::~impl() in ~impl()
686 BluetoothHostServer::BluetoothHostServer() : SystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, true) in BluetoothHostServer() function in OHOS::Bluetooth::BluetoothHostServer
691 BluetoothHostServer::~BluetoothHostServer() in ~BluetoothHostServer()
696 sptr<BluetoothHostServer> BluetoothHostServer::GetInstance() in GetInstance()
700 sptr<BluetoothHostServer> temp = new BluetoothHostServer(); in GetInstance()
706 void BluetoothHostServer::OnStart() in OnStart()
726 bool BluetoothHostServer::Init() in Init()
[all …]
H A Dbluetooth_host_dumper.cpp61 sptr<BluetoothHostServer> hostServer = BluetoothHostServer::GetInstance(); in BtCommStateDump()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h33 class BluetoothHostServer : public SystemAbility, public BluetoothHostStub {
34 DECLARE_SYSTEM_ABILITY(BluetoothHostServer);
37 explicit BluetoothHostServer();
38 ~BluetoothHostServer() override;
40 static sptr<BluetoothHostServer> GetInstance();
138 static sptr<BluetoothHostServer> instance;
148 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothHostServer);