Searched refs:BleGattcWriteCharacteristic (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 160 int32_t BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function 163 return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType, len, value); in BleGattcWriteCharacteristic()
|
H A D | bluetooth_mock.h | 58 virtual int BleGattcWriteCharacteristic( 113 MOCK_METHOD(int32_t, BleGattcWriteCharacteristic,
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 91 EXPECT_CALL(mocker, BleGattcWriteCharacteristic).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll() 268 EXPECT_CALL(mocker, BleGattcWriteCharacteristic).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F() 271 EXPECT_CALL(mocker, BleGattcWriteCharacteristic).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 | 253 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic,
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 211 int32_t BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function 214 return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType, len, value); in BleGattcWriteCharacteristic()
|
H A D | bluetooth_mock.h | 66 virtual int32_t BleGattcWriteCharacteristic(int32_t clientId, BtGattCharacteristic characteristic, 133 MOCK_METHOD(int32_t, BleGattcWriteCharacteristic,
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 463 if (BleGattcWriteCharacteristic(clientId, characteristic, writeType, clientData->valueLen, in SoftbusGattcWriteCharacteristic()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 628 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic, in BleGattcWriteCharacteristic() function
|
Completed in 6 milliseconds