Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pbap_pse_proxy.cpp23 int32_t BluetoothPbapPseProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
26 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothPbapPseProxy::GetDescriptor()), in GetDeviceState()
42 int32_t BluetoothPbapPseProxy::GetDevicesByStates( in GetDevicesByStates()
46 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothPbapPseProxy::GetDescriptor()), in GetDevicesByStates()
70 int32_t BluetoothPbapPseProxy::Disconnect(const BluetoothRawAddress &device) in Disconnect()
73 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothPbapPseProxy::GetDescriptor()), in Disconnect()
86 int32_t BluetoothPbapPseProxy::SetConnectionStrategy(const BluetoothRawAddress &device, int32_t strategy) in SetConnectionStrategy()
89 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothPbapPseProxy::GetDescriptor()), in SetConnectionStrategy()
103 int32_t BluetoothPbapPseProxy::GetConnectionStrategy(const BluetoothRawAddress &device, int32_t &strategy) in GetConnectionStrategy()
106 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothPbapPseProxy in GetConnectionStrategy()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pbap_pse_proxy.h24 class BluetoothPbapPseProxy : public IRemoteProxy<IBluetoothPbapPse> { class
26 explicit BluetoothPbapPseProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothPbapPse>(impl) {}; in BluetoothPbapPseProxy() function in OHOS::Bluetooth::BluetoothPbapPseProxy
27 ~BluetoothPbapPseProxy() {}; in ~BluetoothPbapPseProxy()
43 static inline BrokerDelegator<BluetoothPbapPseProxy> delegator_;

Completed in 2 milliseconds