Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp160 int32_t BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function
163 return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType, len, value); in BleGattcWriteCharacteristic()
H A Dbluetooth_mock.h58 virtual int BleGattcWriteCharacteristic(
113 MOCK_METHOD(int32_t, 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)); 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 Dohos_bt_gatt_client.h253 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic,
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp211 int32_t BleGattcWriteCharacteristic( in BleGattcWriteCharacteristic() function
214 return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType, len, value); in BleGattcWriteCharacteristic()
H A Dbluetooth_mock.h66 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 Dsoftbus_adapter_ble_gatt_client.c463 if (BleGattcWriteCharacteristic(clientId, characteristic, writeType, clientData->valueLen, in SoftbusGattcWriteCharacteristic()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp628 int BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic, in BleGattcWriteCharacteristic() function

Completed in 6 milliseconds