Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp1223 SoftBusBcScanResult expectScanResult = {0}; in HWTEST_F() local
1224 expectScanResult.data.bcData.payloadLen = sizeof(scanDataExample); in HWTEST_F()
1225 expectScanResult.data.bcData.payload = (unsigned char *)scanDataExample; in HWTEST_F()
1236 ASSERT_FALSE(scanResultCtx.Expect(scannerId, &expectScanResult)); in HWTEST_F()
1244 ASSERT_FALSE(scanResultCtx.Expect(scannerId, &expectScanResult)); in HWTEST_F()

Completed in 3 milliseconds