Searched refs:BleGattcWriteCharacteristic (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 160 int BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function 163 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
|
H A D | bluetooth_mock.h | 58 virtual int BleGattcWriteCharacteristic( 112 MOCK_METHOD(int, 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)); 271 EXPECT_CALL(mocker, BleGattcWriteCharacteristic).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS));
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 211 int BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function 214 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
|
H A D | bluetooth_mock.h | 65 virtual int BleGattcWriteCharacteristic( 130 MOCK_METHOD(int, BleGattcWriteCharacteristic,
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_client.h | 253 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic,
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 453 if (BleGattcWriteCharacteristic(clientId, characteristic, writeType, clientData->valueLen, in SoftbusGattcWriteCharacteristic()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 631 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic, in BleGattcWriteCharacteristic() function
|