• Home
  • Raw
  • Download

Lines Matching refs:_

34 using ::testing::_;
131 EXPECT_CALL(gatt_interface, CancelOpen(gatt_if, test_address_1, _)); in TEST_F()
154 data_expected, GATT_WRITE, _, _)); in TEST_F()
184 data_expected, GATT_WRITE, _, _)); in TEST_F()
202 WriteCharacteristic(_, control_point_handle, _, _, _, _)) in TEST_F()
221 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
236 ON_CALL(gatt_interface, GetOwningService(_, _)) in SetUp()
248 ON_CALL(gatt_interface, GetServices(_)).WillByDefault(Return(&services)); in SetUp()
347 EXPECT_CALL(gatt_queue, ReadCharacteristic(_, handle_pair.first, _, _)); in TEST_F()
348 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F()
350 GATT_WRITE, _, _)); in TEST_F()
352 RegisterForNotifications(gatt_if, _, handle_pair.first)); in TEST_F()
368 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in TEST_F()
374 ON_CALL(gatt_queue, ReadCharacteristic(_, _, _, _)) in TEST_F()
412 EXPECT_CALL(gatt_queue, ReadCharacteristic(_, handle, _, _)); in TEST_F()
416 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F()
418 GATT_WRITE, _, _)); in TEST_F()
420 RegisterForNotifications(gatt_if, _, handle_pair.first)); in TEST_F()
431 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F()
436 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F()
440 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F()
451 EXPECT_CALL(gatt_queue, WriteCharacteristic(_, 0x0014, expected_data, in TEST_F()
462 EXPECT_CALL(gatt_queue, WriteCharacteristic(_, 0x0014, expected_data, in TEST_F()