Searched refs:BluetoothSocketStub (Results 1 – 3 of 3) sorted by relevance
25 BluetoothSocketStub::BluetoothSocketStub() in BluetoothSocketStub() function in OHOS::Bluetooth::BluetoothSocketStub29 &BluetoothSocketStub::ConnectInner; in BluetoothSocketStub()31 &BluetoothSocketStub::ListenInner; in BluetoothSocketStub()33 &BluetoothSocketStub::DeregisterServerObserverInner; in BluetoothSocketStub()35 &BluetoothSocketStub::RegisterClientObserverInner; in BluetoothSocketStub()37 &BluetoothSocketStub::DeregisterClientObserverInner; in BluetoothSocketStub()39 &BluetoothSocketStub::UpdateCocConnectionParamsInner; in BluetoothSocketStub()42 BluetoothSocketStub::~BluetoothSocketStub() in ~BluetoothSocketStub()48 int32_t BluetoothSocketStub::OnRemoteRequest( in OnRemoteRequest()53 std::u16string descriptor = BluetoothSocketStub::GetDescriptor(); in OnRemoteRequest()[all …]
26 class BluetoothSocketStub : public IRemoteStub<IBluetoothSocket> {28 BluetoothSocketStub();29 ~BluetoothSocketStub();42 …using BluetoothSocketFunc = ErrCode (BluetoothSocketStub::*)(MessageParcel &data, MessageParcel &r…45 DISALLOW_COPY_AND_MOVE(BluetoothSocketStub);
28 class BluetoothSocketServer : public BluetoothSocketStub {