Lines Matching refs:_
44 using testing::_;
130 ON_CALL(gatt_queue, ReadCharacteristic(conn_id, _, _, _)) in set_sample_database()
169 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
186 ON_CALL(gatt_interface, GetOwningService(_, _)) in SetUp()
200 ON_CALL(gatt_interface, GetServices(_)) in SetUp()
207 ON_CALL(gatt_interface, RegisterForNotifications(gatt_if, _, _)) in SetUp()
211 ON_CALL(gatt_interface, DeregisterForNotifications(gatt_if, _, _)) in SetUp()
215 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in SetUp()
234 EXPECT_CALL(gatt_interface, AppRegister(_, _, _)) in TestAppRegister()
253 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in TestConnect()
257 EXPECT_CALL(gatt_interface, Open(gatt_if, address, true, _)); in TestConnect()
265 EXPECT_CALL(gatt_interface, CancelOpen(gatt_if, address, _)); in TestDisconnect()
272 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in TestAddFromStorage()
277 EXPECT_CALL(gatt_interface, Open(gatt_if, address, false, _)); in TestAddFromStorage()
279 EXPECT_CALL(gatt_interface, Open(gatt_if, address, _, _)).Times(0); in TestAddFromStorage()
291 EXPECT_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in TestSubscribeNotifications()
293 EXPECT_CALL(gatt_interface, RegisterForNotifications(_, _, _)) in TestSubscribeNotifications()
299 notify_value, GATT_WRITE, _, _)) in TestSubscribeNotifications()
317 EXPECT_CALL(gatt_queue, ReadCharacteristic(conn_id, _, _, _)) in TestReadCharacteristic()
320 EXPECT_CALL(gatt_queue, ReadCharacteristic(conn_id, handle, _, _)) in TestReadCharacteristic()
363 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in SetEncryptionResult()
366 SetEncryption(address, _, NotNull(), _, BTM_BLE_SEC_ENCRYPT)) in SetEncryptionResult()
557 EXPECT_CALL(*callbacks, OnVolumeStateChanged(test_address, _, _)); in TEST_F()
607 EXPECT_CALL(*callbacks, OnVolumeStateChanged(test_address, _, _)).Times(0); in TEST_F()
637 GATT_WRITE, _, _)); in TEST_F()