Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp23 int32_t BluetoothHfpAgProxy::GetConnectDevices(std::vector<BluetoothRawAddress> &devices) in GetConnectDevices()
26 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetConnectDevices()
46 int BluetoothHfpAgProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates()
49 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetDevicesByStates()
69 int32_t BluetoothHfpAgProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
72 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetDeviceState()
93 int32_t BluetoothHfpAgProxy::Connect(const BluetoothRawAddress &device) in Connect()
96 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in Connect()
109 int32_t BluetoothHfpAgProxy::Disconnect(const BluetoothRawAddress &device) in Disconnect()
112 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy in Disconnect()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h23 class BluetoothHfpAgProxy : public IRemoteProxy<IBluetoothHfpAg> { class
25 explicit BluetoothHfpAgProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothHfpAg>(impl) {}; in BluetoothHfpAgProxy() function in OHOS::Bluetooth::BluetoothHfpAgProxy
26 ~BluetoothHfpAgProxy() {}; in ~BluetoothHfpAgProxy()
59 static inline BrokerDelegator<BluetoothHfpAgProxy> delegator_;

Completed in 2 milliseconds