Searched refs:BleGattcConnect (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 129 int32_t BleGattcConnect( in BleGattcConnect() function 132 return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transport); in BleGattcConnect()
|
H A D | bluetooth_mock.h | 51 virtual int BleGattcConnect(int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr, bool isAutoConnect, 103 MOCK_METHOD(int32_t, BleGattcConnect,
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 85 EXPECT_CALL(mocker, BleGattcConnect).WillRepeatedly(ActionBleGattcConnect); in MockAll() 148 EXPECT_CALL(mocker, BleGattcConnect).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F() 151 EXPECT_CALL(mocker, BleGattcConnect).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_client.h | 196 int BleGattcConnect(int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr,
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 180 int32_t BleGattcConnect( in BleGattcConnect() function 183 return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transport); in BleGattcConnect()
|
H A D | bluetooth_mock.h | 58 virtual int32_t BleGattcConnect(int32_t clientId, BtGattClientCallbacks *func, 123 MOCK_METHOD(int32_t, BleGattcConnect,
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 335 BleGattcConnect(clientId, &g_btGattClientCallbacks, &bdAddr, false, OHOS_BT_TRANSPORT_TYPE_LE)); in SoftbusGattcConnect()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 405 int BleGattcConnect(int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr, in BleGattcConnect() function 421 HILOGI("BleGattcConnect start, clientId: %{public}d, addr: %{public}s, isAutoConnect: %{public}d", in BleGattcConnect()
|
Completed in 6 milliseconds