Searched refs:BluetoothCallStub (Results 1 – 3 of 3) sorted by relevance
31 BluetoothCallStub::BluetoothCallStub() in BluetoothCallStub() function in OHOS::Telephony::BluetoothCallStub61 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 …]
29 class BluetoothCallStub : public IRemoteStub<IBluetoothCall> {31 BluetoothCallStub();32 ~BluetoothCallStub();
27 class BluetoothCallService : public BluetoothCallStub, public BluetoothCallPolicy {