Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp48 class BtGattRecordCtx : public BtUuidRecordCtx { class
50 explicit BtGattRecordCtx(const char *identifier);
61 static BtGattRecordCtx characteristicAddCtx;
62 static BtGattRecordCtx descriptorAddCtx;
677 BtGattRecordCtx::BtGattRecordCtx(const char *identifier) : BtUuidRecordCtx(identifier) in BtGattRecordCtx() function in OHOS::BtGattRecordCtx
682 bool BtGattRecordCtx::Update(int32_t id, int32_t st, int32_t handleParam, SoftBusBtUuid *param) in Update()
691 testing::AssertionResult BtGattRecordCtx::Expect(int32_t id, int32_t st, int32_t handleParam, SoftBusBtUuid *param) in Expect()
710 BtGattRecordCtx AdapterBleGattServerTest::characteristicAddCtx("CharacteristicAddCallback");
711 BtGattRecordCtx AdapterBleGattServerTes
[all...]

Completed in 3 milliseconds