Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp21 int32_t BluetoothOppProxy::SendFile(std::string &device, in SendFile()
25 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothOppProxy::GetDescriptor()), in SendFile()
52 int32_t BluetoothOppProxy::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
55 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothOppProxy::GetDescriptor()), in SetIncomingFileConfirmation()
71 int32_t BluetoothOppProxy::GetCurrentTransferInformation(BluetoothIOppTransferInformation &oppInformation) in GetCurrentTransferInformation()
74 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothOppProxy::GetDescriptor()), in GetCurrentTransferInformation()
89 int32_t BluetoothOppProxy::CancelTransfer(bool &result) in CancelTransfer()
92 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothOppProxy::GetDescriptor()), in CancelTransfer()
107 void BluetoothOppProxy::RegisterObserver(const sptr<IBluetoothOppObserver> &observer) in RegisterObserver()
110 CHECK_AND_RETURN_LOG(data.WriteInterfaceToken(BluetoothOppProxy in RegisterObserver()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_proxy.h23 class BluetoothOppProxy : public IRemoteProxy<IBluetoothOpp> { class
25 explicit BluetoothOppProxy(const sptr<IRemoteObject>& remote) : IRemoteProxy<IBluetoothOpp>(remote) in BluetoothOppProxy() function in OHOS::Bluetooth::BluetoothOppProxy
27 virtual ~BluetoothOppProxy() in ~BluetoothOppProxy()
41 static inline BrokerDelegator<BluetoothOppProxy> delegator_;

Completed in 1 milliseconds