Home
last modified time | relevance | path

Searched refs:BleGattcConnect (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp129 int32_t BleGattcConnect( in BleGattcConnect() function
132 return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transport); in BleGattcConnect()
H A Dbluetooth_mock.h51 virtual int BleGattcConnect(int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr, bool isAutoConnect,
103 MOCK_METHOD(int32_t, BleGattcConnect,
H A Dsoftbus_adapter_ble_gatt_client_test.cpp85 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 Dohos_bt_gatt_client.h196 int BleGattcConnect(int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr,
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp180 int32_t BleGattcConnect( in BleGattcConnect() function
183 return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transport); in BleGattcConnect()
H A Dbluetooth_mock.h58 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 Dsoftbus_adapter_ble_gatt_client.c335 BleGattcConnect(clientId, &g_btGattClientCallbacks, &bdAddr, false, OHOS_BT_TRANSPORT_TYPE_LE)); in SoftbusGattcConnect()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp405 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