Home
last modified time | relevance | path

Searched refs:expectedPid (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp107 std::optional<gui::Pid> expectedPid) { in assertNotifyWindowUnresponsiveWasCalled() argument
113 ASSERT_EQ(expectedPid, result.pid); in assertNotifyWindowUnresponsiveWasCalled()
126 const sp<IBinder>& expectedToken, std::optional<gui::Pid> expectedPid) { in assertNotifyWindowResponsiveWasCalled() argument
132 ASSERT_EQ(expectedPid, result.pid); in assertNotifyWindowResponsiveWasCalled()
DFakeInputDispatcherPolicy.h84 std::optional<gui::Pid> expectedPid);
88 std::optional<gui::Pid> expectedPid);