Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp23 BluetoothBleAdvertiserProxy::BluetoothBleAdvertiserProxy(const sptr<IRemoteObject> &impl) in BluetoothBleAdvertiserProxy() function in OHOS::Bluetooth::BluetoothBleAdvertiserProxy
27 BluetoothBleAdvertiserProxy::~BluetoothBleAdvertiserProxy() in ~BluetoothBleAdvertiserProxy()
30 void BluetoothBleAdvertiserProxy::RegisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) in RegisterBleAdvertiserCallback()
33 if (!data.WriteInterfaceToken(BluetoothBleAdvertiserProxy::GetDescriptor())) { in RegisterBleAdvertiserCallback()
50 void BluetoothBleAdvertiserProxy::DeregisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) in DeregisterBleAdvertiserCallback()
53 if (!data.WriteInterfaceToken(BluetoothBleAdvertiserProxy::GetDescriptor())) { in DeregisterBleAdvertiserCallback()
71 int BluetoothBleAdvertiserProxy::StartAdvertising(const BluetoothBleAdvertiserSettings &settings, in StartAdvertising()
76 if (!data.WriteInterfaceToken(BluetoothBleAdvertiserProxy in StartAdvertising()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_advertiser_proxy.h24 class BluetoothBleAdvertiserProxy : public IRemoteProxy<IBluetoothBleAdvertiser> { class
26 BluetoothBleAdvertiserProxy() = delete;
27 explicit BluetoothBleAdvertiserProxy(const sptr<IRemoteObject> &impl);
28 ~BluetoothBleAdvertiserProxy() override;
29 DISALLOW_COPY_AND_MOVE(BluetoothBleAdvertiserProxy);
45 static inline BrokerDelegator<BluetoothBleAdvertiserProxy> delegator_;

Completed in 1 milliseconds