Searched refs:binderTestIoctlErr2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderDriverInterfaceTest.cpp | 102 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { in binderTestIoctlErr2() function in BinderDriverInterfaceTest 106 binderTestIoctlErr2(cmd, arg, expect_errno, expect_errno); in binderTestIoctlErr1() 165 binderTestIoctlErr2(BINDER_SET_IDLE_TIMEOUT, nullptr, EFAULT, EINVAL); in TEST_F() 169 …binderTestIoctlErr2(BINDER_SET_MAX_THREADS, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL… in TEST_F() 173 binderTestIoctlErr2(BINDER_SET_IDLE_PRIORITY, nullptr, EFAULT, EINVAL); in TEST_F() 177 binderTestIoctlErr2(BINDER_VERSION, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL */ in TEST_F()
|