Searched refs:outEventArgs (Results 1 – 2 of 2) sorted by relevance
34 NotifyConfigurationChangedArgs* outEventArgs) { in assertNotifyConfigurationChangedWasCalled() argument36 assertCalled<NotifyConfigurationChangedArgs>(outEventArgs, in assertNotifyConfigurationChangedWasCalled()47 NotifyDeviceResetArgs* outEventArgs) { in assertNotifyDeviceResetWasCalled() argument50 NotifyDeviceResetArgs>(outEventArgs, in assertNotifyDeviceResetWasCalled()59 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() argument61 assertCalled<NotifyKeyArgs>(outEventArgs, "Expected notifyKey() to have been called.")); in assertNotifyKeyWasCalled()68 void TestInputListener::assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs) { in assertNotifyMotionWasCalled() argument70 assertCalled<NotifyMotionArgs>(outEventArgs, in assertNotifyMotionWasCalled()79 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() argument81 assertCalled<NotifySwitchArgs>(outEventArgs, in assertNotifySwitchWasCalled()[all …]
39 NotifyConfigurationChangedArgs* outEventArgs = nullptr);43 void assertNotifyDeviceResetWasCalled(NotifyDeviceResetArgs* outEventArgs = nullptr);47 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr);51 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = nullptr);55 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);59 void assertCalled(NotifyArgsType* outEventArgs, std::string message);