Searched refs:Exactly (Results 1 – 6 of 6) sorted by relevance
32 using ::testing::Exactly;79 EXPECT_CALL(*mNLListener, send(_)).Times(Exactly(3)).WillRepeatedly(Invoke(sendOk)); in subscribe()
60 …HciMatchers.Exactly(hci_packets.LeAddDeviceToConnectListCompleteBuilder(1, hci_packets.ErrorCode.S…
31 using ::testing::Exactly;161 .Times(Exactly(1)) in SetUp()430 EXPECT_CALL(*hci_mock, Enable(_, _, _)).Times(Exactly(0)); in TEST_F()526 .Times(Exactly(0)); in TEST_F()
60 * Exactly the same as @1.0::IServiceManager.add, but the interfaceChain of the service is
203 return HciMatchers.Exactly(hci_packets.LoopbackCommandBuilder(packet))206 def Exactly(packet): member in HciMatchers
30 using ::testing::Exactly;