Home
last modified time | relevance | path

Searched refs:GetAdvertiserHandle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp356 ret = proxy->GetAdvertiserHandle(advHandle); in StartAdvertising()
404 ret = proxy->GetAdvertiserHandle(advHandle); in StartAdvertising()
453 uint8_t tmpAdvHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in EnableAdvertising()
480 uint8_t tmpAdvHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in DisableAdvertising()
508 uint8_t advHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in StopAdvertising()
531 uint8_t advHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in Close()
550 return pimpl->callbacks_.GetAdvertiserHandle(callback); in GetAdvHandle()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h35 uint8_t GetAdvertiserHandle(T observer);
112 uint8_t BluetoothObserverMap<T>::GetAdvertiserHandle(T observer) in GetAdvertiserHandle() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_advertiser.h42 virtual int32_t GetAdvertiserHandle(int32_t &advHandle) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_advertiser_server.h41 virtual int32_t GetAdvertiserHandle(int32_t &advHandle) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_advertiser_proxy.h39 int32_t GetAdvertiserHandle(int32_t &advHandle) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp287 int32_t BluetoothBleAdvertiserServer::GetAdvertiserHandle(int32_t &advHandle) in GetAdvertiserHandle() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer
298 advHandle = bleService->GetAdvertiserHandle(); in GetAdvertiserHandle()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h365 virtual uint8_t GetAdvertiserHandle() const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h170 uint8_t GetAdvertiserHandle() const override;
H A Dble_adapter.cpp1514 uint8_t BleAdapter::GetAdvertiserHandle() const in GetAdvertiserHandle() function in OHOS::bluetooth::BleAdapter
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertiser_stub.cpp176 int result = GetAdvertiserHandle(advHandle); in GetAdvertiserHandleInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp219 int32_t BluetoothBleAdvertiserProxy::GetAdvertiserHandle(int32_t &advHandle) in GetAdvertiserHandle() function in OHOS::Bluetooth::BluetoothBleAdvertiserProxy