Home
last modified time | relevance | path

Searched refs:BleScanCallbacks (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h47 virtual int32_t BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) = 0;
91 …MOCK_METHOD(int32_t, BleRegisterScanCallbacks, (BleScanCallbacks *func, int32_t *scannerId), (over…
119 static int32_t ActionBleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId);
132 static inline std::unordered_map<int32_t, BleScanCallbacks*> bleScanCallbacks_ = {};
H A Dbluetooth_mock.cpp223 int32_t BluetoothMock::ActionBleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in ActionBleRegisterScanCallbacks()
440 int32_t BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp23 BleScanCallbacks *MockBluetooth::bleScanCallback = nullptr;
38 static int ActionBleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in ActionBleRegisterScanCallbacks()
123 int BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks()
H A Dbluetooth_mock.h43 virtual int BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) = 0;
106 …MOCK_METHOD(int, BleRegisterScanCallbacks, (BleScanCallbacks *func, int32_t *scannerId), (override…
158 static BleScanCallbacks *bleScanCallback;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h590 } BleScanCallbacks; typedef
765 int BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp42 BleScanCallbacks callbacks; in SetUp()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp27 BleScanCallbacks *MockBluetooth::bleScanCallback = nullptr;
H A Dbluetooth_mock.h138 static BleScanCallbacks *bleScanCallback;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp178 BleScanCallbacks *appCallback = nullptr;
540 int BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c377 static BleScanCallbacks g_softbusBleScanCb[GATT_SCAN_MAX_NUM] = {
390 static BleScanCallbacks *GetAdapterScanCb(uint8_t channelId) in GetAdapterScanCb()