Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp31 BluetoothCallStub::BluetoothCallStub() in BluetoothCallStub() function in OHOS::Telephony::BluetoothCallStub
61 BluetoothCallStub::~BluetoothCallStub() in ~BluetoothCallStub()
69 std::u16string myDescriptor = BluetoothCallStub::GetDescriptor(); in OnRemoteRequest()
86 int32_t BluetoothCallStub::OnAnswerCall(MessageParcel &data, MessageParcel &reply) in OnAnswerCall()
97 int32_t BluetoothCallStub::OnRejectCall(MessageParcel &data, MessageParcel &reply) in OnRejectCall()
108 int32_t BluetoothCallStub::OnHangUpCall(MessageParcel &data, MessageParcel &reply) in OnHangUpCall()
130 int32_t BluetoothCallStub::OnHoldCall(MessageParcel &data, MessageParcel &reply) in OnHoldCall()
141 int32_t BluetoothCallStub::OnUnHoldCall(MessageParcel &data, MessageParcel &reply) in OnUnHoldCall()
152 int32_t BluetoothCallStub::OnSwitchCall(MessageParcel &data, MessageParcel &reply) in OnSwitchCall()
196 int32_t BluetoothCallStub::OnStartDtmf(MessageParcel &data, MessageParcel &reply) in OnStartDtmf()
[all …]
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_stub.h29 class BluetoothCallStub : public IRemoteStub<IBluetoothCall> {
31 BluetoothCallStub();
32 ~BluetoothCallStub();
H A Dbluetooth_call_service.h27 class BluetoothCallService : public BluetoothCallStub, public BluetoothCallPolicy {