Home
last modified time | relevance | path

Searched refs:BleGattcWriteCharacteristic (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp160 int BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function
163 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
H A Dbluetooth_mock.h58 virtual int BleGattcWriteCharacteristic(
112 MOCK_METHOD(int, BleGattcWriteCharacteristic,
H A Dsoftbus_adapter_ble_gatt_client_test.cpp91 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 Dbluetooth_mock.cpp211 int BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function
214 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
H A Dbluetooth_mock.h65 virtual int BleGattcWriteCharacteristic(
130 MOCK_METHOD(int, BleGattcWriteCharacteristic,
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h253 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic,
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c453 if (BleGattcWriteCharacteristic(clientId, characteristic, writeType, clientData->valueLen, in SoftbusGattcWriteCharacteristic()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp631 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic, in BleGattcWriteCharacteristic() function