Searched refs:IsErrorAnd (Results 1 – 3 of 3) sorted by relevance
28 using android::error::IsErrorAnd;55 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()57 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()66 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()81 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()143 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()210 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()
35 using ::android::error::IsErrorAnd;78 IsErrorAnd(BinderStatusMatcher::hasException(EX_SECURITY))); in TEST_F()114 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()124 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()
123 class IsErrorAnd {125 explicit IsErrorAnd(InnerMatcher innerMatcher) : inner_matcher_(std::move(innerMatcher)) {} in IsErrorAnd() function