Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp24 BluetoothHfpHfObserverStub::BluetoothHfpHfObserverStub() in BluetoothHfpHfObserverStub() function in OHOS::Bluetooth::BluetoothHfpHfObserverStub
29 BluetoothHfpHfObserverStub::OnConnectionStateChangedInner; in BluetoothHfpHfObserverStub()
32 BluetoothHfpHfObserverStub::OnScoStateChangedInner; in BluetoothHfpHfObserverStub()
35 BluetoothHfpHfObserverStub::OnCallChangedInner; in BluetoothHfpHfObserverStub()
38 BluetoothHfpHfObserverStub::OnSignalStrengthChangedInner; in BluetoothHfpHfObserverStub()
44 BluetoothHfpHfObserverStub::OnRoamingStatusChangedInner; in BluetoothHfpHfObserverStub()
56 BluetoothHfpHfObserverStub::OnInBandRingToneChangedInner; in BluetoothHfpHfObserverStub()
61 BluetoothHfpHfObserverStub::~BluetoothHfpHfObserverStub() in ~BluetoothHfpHfObserverStub()
67 int BluetoothHfpHfObserverStub::OnRemoteRequest( in OnRemoteRequest()
100 ErrCode BluetoothHfpHfObserverStub::OnScoStateChangedInner( in OnScoStateChangedInner()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_observer_stub.h24 class BluetoothHfpHfObserverStub : public IRemoteStub<IBluetoothHfpHfObserver> {
27 BluetoothHfpHfObserverStub();
28 virtual ~BluetoothHfpHfObserverStub();
36 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
38 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
40 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
42 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
44 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
46 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
48 BluetoothHfpHfObserverStub *stub, MessageParcel &data, MessageParcel &reply);
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp34 class HfServiceObserver : public BluetoothHfpHfObserverStub {