Searched refs:BleGattcSetFastestConn (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 171 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function 173 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
|
H A D | bluetooth_mock.h | 61 virtual int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) = 0; 117 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int clientId, bool fastestConnFlag), (override));
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 93 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 D | ohos_bt_gatt_client.h | 185 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 222 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function 224 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
|
H A D | bluetooth_mock.h | 69 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 D | softbus_adapter_ble_gatt_client.c | 481 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 D | ohos_bt_gatt_client.cpp | 383 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) in BleGattcSetFastestConn() function
|
Completed in 6 milliseconds