Home
last modified time | relevance | path

Searched refs:SoftBusGattcNotify (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp44 bool Update(int id, int st, SoftBusGattcNotify *param);
45 testing::AssertionResult Expect(int id, int st, SoftBusGattcNotify *param);
47 SoftBusGattcNotify notify;
412 SoftBusGattcNotify notify = {
476 (void)memset_s(&notify, sizeof(SoftBusGattcNotify), 0, sizeof(SoftBusGattcNotify)); in Reset()
479 bool GattcNotifyRecordCtx::Update(int id, int st, SoftBusGattcNotify *param) in Update()
506 testing::AssertionResult GattcNotifyRecordCtx::Expect(int id, int st, SoftBusGattcNotify *param) in Expect()
551 void StubNotificationReceiveCallback(int32_t clientId, SoftBusGattcNotify *param, int32_t status) in StubNotificationReceiveCallback()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_client.h35 } SoftBusGattcNotify; typedef
57 … void (*NotificationReceiveCallback)(int32_t clientId, SoftBusGattcNotify *param, int32_t status);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp507 SoftBusGattcNotify param = {
560 SoftBusGattcNotify param = {
603 SoftBusGattcNotify param = {
647 SoftBusGattcNotify param = {
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c70 static void BleGattcNotificationReceiveCallback(int32_t underlayerHandle, SoftBusGattcNotify *param…
741 static void BleGattcNotificationReceiveCallback(int32_t underlayerHandle, SoftBusGattcNotify *param… in BleGattcNotificationReceiveCallback()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c145 SoftBusGattcNotify notify; in GattcNotificationCallback()