Searched refs:BluetoothCallProxy (Results 1 – 2 of 2) sorted by relevance
26 BluetoothCallProxy::BluetoothCallProxy(const sptr<IRemoteObject> &impl) in BluetoothCallProxy() function in OHOS::Telephony::BluetoothCallProxy30 int32_t BluetoothCallProxy::AnswerCall() in AnswerCall()35 if (!dataParcel.WriteInterfaceToken(BluetoothCallProxy::GetDescriptor())) { in AnswerCall()51 int32_t BluetoothCallProxy::RejectCall() in RejectCall()56 if (!dataParcel.WriteInterfaceToken(BluetoothCallProxy::GetDescriptor())) { in RejectCall()72 int32_t BluetoothCallProxy::HangUpCall() in HangUpCall()77 if (!dataParcel.WriteInterfaceToken(BluetoothCallProxy::GetDescriptor())) { in HangUpCall()93 int32_t BluetoothCallProxy::GetCallState() in GetCallState()98 if (!dataParcel.WriteInterfaceToken(BluetoothCallProxy::GetDescriptor())) { in GetCallState()114 int32_t BluetoothCallProxy::HoldCall() in HoldCall()[all …]
32 class BluetoothCallProxy : public IRemoteProxy<IBluetoothCall> {39 explicit BluetoothCallProxy(const sptr<IRemoteObject> &impl);40 virtual ~BluetoothCallProxy() = default;141 static inline BrokerDelegator<BluetoothCallProxy> delegator_;