Home
last modified time | relevance | path

Searched refs:Exactly (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DNFLogListenerTest.cpp32 using ::testing::Exactly;
79 EXPECT_CALL(*mNLListener, send(_)).Times(Exactly(3)).WillRepeatedly(Invoke(sendOk)); in subscribe()
/system/bt/gd/hal/cert/
Dsimple_hal_test.py60 …HciMatchers.Exactly(hci_packets.LeAddDeviceToConnectListCompleteBuilder(1, hci_packets.ErrorCode.S…
/system/bt/stack/test/
Dble_advertiser_test.cc31 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()
/system/libhidl/transport/manager/1.2/
DIServiceManager.hal60 * Exactly the same as @1.0::IServiceManager.add, but the interfaceChain of the service is
/system/bt/gd/cert/
Dmatchers.py203 return HciMatchers.Exactly(hci_packets.LoopbackCommandBuilder(packet))
206 def Exactly(packet): member in HciMatchers
/system/bt/service/test/
Dlow_energy_advertiser_unittest.cc30 using ::testing::Exactly;