Home
last modified time | relevance | path

Searched refs:BleCentralManagerCallback (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h218 class BleCentralManagerCallback { class
221 * @brief A destructor used to delete the <b>BleCentralManagerCallback</b> instance.
225 virtual ~BleCentralManagerCallback() = default;
552 * @param cllback Central manager callback to create an <b>BleCentralManagerCallback</b> instance.
555 explicit BleCentralManager(BleCentralManagerCallback &callback);
560 * @param cllback Central manager callback to create an <b>BleCentralManagerCallback</b> instance.
564 explicit BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode = true);
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h26 class NapiBluetoothBleCentralManagerCallback : public BleCentralManagerCallback {
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp49 [callbackType, &result](std::shared_ptr<BleCentralManagerCallback> observer) {
88 callbacks_.ForEach([&results](std::shared_ptr<BleCentralManagerCallback> observer) {
124 [resultCode, isStartScan](std::shared_ptr<BleCentralManagerCallback> observer) {
133 [uuid, msgType, value](std::shared_ptr<BleCentralManagerCallback> observer) {
139 BluetoothObserverList<BleCentralManagerCallback> callbacks_;
300 BleCentralManager::BleCentralManager(BleCentralManagerCallback &callback) : pimpl(nullptr) in BleCentralManager()
311 std::shared_ptr<BleCentralManagerCallback> pointer(&callback, [](BleCentralManagerCallback *) {}); in BleCentralManager()
317 BleCentralManager::BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode) in BleCentralManager()
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h63 class BleCentralManagerCallbackTest : public Bluetooth::BleCentralManagerCallback {
/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<BleCentralManagerCallback>(this);
81 class BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback : public IBleCentralManagerCallback { 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;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp74 class BleCentralManagerCallbackWapper : public BleCentralManagerCallback {

Completed in 6 milliseconds