Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp33 class GattcNotifyRecordCtx : public StRecordCtx { class
35 explicit GattcNotifyRecordCtx(const char *identifier) : StRecordCtx(identifier) in GattcNotifyRecordCtx() function in OHOS::GattcNotifyRecordCtx
39 ~GattcNotifyRecordCtx() in ~GattcNotifyRecordCtx()
59 static GattcNotifyRecordCtx notificationReceiveCtx;
470 void GattcNotifyRecordCtx::Reset() in Reset()
479 bool GattcNotifyRecordCtx::Update(int32_t id, int32_t st, SoftBusGattcNotify *param) in Update()
506 testing::AssertionResult GattcNotifyRecordCtx::Expect(int32_t id, int32_t st, SoftBusGattcNotify *param) in Expect()
534 GattcNotifyRecordCtx AdapterBleGattClientTest::notificationReceiveCtx("NotificationReceiveCallback");

Completed in 2 milliseconds