Home
last modified time | relevance | path

Searched refs:BluetoothCallProxy (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp27 BluetoothCallProxy::BluetoothCallProxy(const sptr<IRemoteObject> &impl) in BluetoothCallProxy() function in OHOS::Telephony::BluetoothCallProxy
31 int32_t BluetoothCallProxy::AnswerCall() in AnswerCall()
36 int32_t BluetoothCallProxy::RejectCall() in RejectCall()
41 int32_t BluetoothCallProxy::HangUpCall() in HangUpCall()
46 int32_t BluetoothCallProxy::GetCallState() in GetCallState()
51 int32_t BluetoothCallProxy::HoldCall() in HoldCall()
56 int32_t BluetoothCallProxy::UnHoldCall() in UnHoldCall()
61 int32_t BluetoothCallProxy::SwitchCall() in SwitchCall()
66 int32_t BluetoothCallProxy
[all...]
/base/telephony/call_manager/frameworks/native/include/
H A Dbluetooth_call_proxy.h33 class BluetoothCallProxy : public IRemoteProxy<IBluetoothCall> { class
36 * BluetoothCallProxy
40 explicit BluetoothCallProxy(const sptr<IRemoteObject> &impl);
41 virtual ~BluetoothCallProxy() = default;
154 static inline BrokerDelegator<BluetoothCallProxy> delegator_;

Completed in 2 milliseconds