Home
last modified time | relevance | path

Searched refs:BleCentralManagerCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp54 [callbackType, &result](std::shared_ptr<BleCentralManagerCallback> observer) { in OnScanCallback()
93 callbacks_.ForEach([&results](std::shared_ptr<BleCentralManagerCallback> observer) { in OnBleBatchScanResultsEvent()
130 [resultCode, isStartScan](std::shared_ptr<BleCentralManagerCallback> observer) { in OnStartOrStopScanEvent()
139 [uuid, msgType, value](std::shared_ptr<BleCentralManagerCallback> observer) { in OnNotifyMsgReportFromLpDevice()
145 BluetoothObserverList<BleCentralManagerCallback> callbacks_;
306 BleCentralManager::BleCentralManager(BleCentralManagerCallback &callback) : pimpl(nullptr) in BleCentralManager()
317 … std::shared_ptr<BleCentralManagerCallback> pointer(&callback, [](BleCentralManagerCallback *) {}); in BleCentralManager() argument
323 BleCentralManager::BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enab… in BleCentralManager()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h218 class BleCentralManagerCallback {
225 virtual ~BleCentralManagerCallback() = default;
555 explicit BleCentralManager(BleCentralManagerCallback &callback);
564 …explicit BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomA…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp50 class BleCentralManagerCallback;
51 …std::unique_ptr<BleCentralManagerCallback> observerImp_ = std::make_unique<BleCentralManagerCallba…
81 class BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback : public IBleCentralManager… class in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl
83 …explicit BleCentralManagerCallback(BluetoothBleCentralManagerServer::impl *pimpl) : pimpl_(pimpl) … in BleCentralManagerCallback() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
84 ~BleCentralManagerCallback() override = default;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h26 class NapiBluetoothBleCentralManagerCallback : public BleCentralManagerCallback {
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h63 class BleCentralManagerCallbackTest : public Bluetooth::BleCentralManagerCallback {
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt23 type:*OHOS::Bluetooth::BleCentralManagerCallback
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_required_data_manager.h52 class LocatorBleCallbackWapper : public Bluetooth::BleCentralManagerCallback {
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp77 class BleCentralManagerCallbackWapper : public BleCentralManagerCallback {