Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp171 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function
173 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
H A Dbluetooth_mock.h61 virtual int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) = 0;
117 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int clientId, bool fastestConnFlag), (override));
H A Dsoftbus_adapter_ble_gatt_client_test.cpp93 EXPECT_CALL(mocker, BleGattcSetFastestConn).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
436 EXPECT_CALL(mocker, BleGattcSetFastestConn) in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h185 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp222 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function
224 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
H A Dbluetooth_mock.h69 virtual int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) = 0;
138 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int32_t clientId, bool fastestConnFlag), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c481 int ret = BleGattcSetFastestConn(clientId, true); in SoftbusGattcSetFastestConn()
483 CONN_LOGE(CONN_BLE, "BleGattcSetFastestConn failed, return code = %{public}d", ret); in SoftbusGattcSetFastestConn()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp383 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function

Completed in 6 milliseconds