Searched refs:mNotifySwitchArgsQueue (Results 1 – 2 of 2) sorted by relevance
86 ASSERT_FALSE(mNotifySwitchArgsQueue.empty()) in assertNotifySwitchWasCalled()89 *outEventArgs = *mNotifySwitchArgsQueue.begin(); in assertNotifySwitchWasCalled()91 mNotifySwitchArgsQueue.erase(mNotifySwitchArgsQueue.begin()); in assertNotifySwitchWasCalled()111 mNotifySwitchArgsQueue.push_back(*args); in notifySwitch()
33 std::vector<NotifySwitchArgs> mNotifySwitchArgsQueue; variable