Home
last modified time | relevance | path

Searched refs:unprivilegedValue (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
147 ASSERT_EQ(unprivilegedValue, condition()); in checkWithPrivileges()
151 ASSERT_EQ(unprivilegedValue, condition()); in checkWithPrivileges()