Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp21 BluetoothHfpHfStub::BluetoothHfpHfStub() { in BluetoothHfpHfStub() function in OHOS::Bluetooth::BluetoothHfpHfStub
25 &BluetoothHfpHfStub::ConnectScoInner; in BluetoothHfpHfStub()
28 &BluetoothHfpHfStub::DisconnectScoInner; in BluetoothHfpHfStub()
34 &BluetoothHfpHfStub::GetDeviceStateInner; in BluetoothHfpHfStub()
37 &BluetoothHfpHfStub::GetScoStateInner; in BluetoothHfpHfStub()
40 &BluetoothHfpHfStub::SendDTMFToneInner; in BluetoothHfpHfStub()
46 &BluetoothHfpHfStub::DisconnectInner; in BluetoothHfpHfStub()
79 &BluetoothHfpHfStub::DialMemoryInner; in BluetoothHfpHfStub()
88 &BluetoothHfpHfStub::StartDialInner; in BluetoothHfpHfStub()
99 BluetoothHfpHfStub::~BluetoothHfpHfStub() { in ~BluetoothHfpHfStub()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_stub.h25 class BluetoothHfpHfStub : public IRemoteStub<IBluetoothHfpHf> {
28 BluetoothHfpHfStub();
29 ~BluetoothHfpHfStub();
61 …using BluetoothHfpHfFunc = ErrCode (BluetoothHfpHfStub::*)(MessageParcel &data, MessageParcel &rep…
64 DISALLOW_COPY_AND_MOVE(BluetoothHfpHfStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h27 class BluetoothHfpHfServer : public BluetoothHfpHfStub{