Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DCredentials_test.cpp132 void checkWithPrivileges(std::function<T()> condition, T privilegedValue, T unprivilegedValue) { in checkWithPrivileges() argument
135 ASSERT_EQ(privilegedValue, condition()); in checkWithPrivileges()
139 ASSERT_EQ(privilegedValue, condition()); in checkWithPrivileges()
143 ASSERT_EQ(privilegedValue, condition()); in checkWithPrivileges()