Searched refs:expectStatus (Results 1 – 2 of 2) sorted by relevance
92 const std::vector<Descriptor> descs, const binder_status_t expectStatus = EX_NONE) { in createWithDescs() argument97 EXPECT_STATUS(expectStatus, mEffectFactory->createEffect(uuid, &effect)); in createWithDescs()98 if (expectStatus == EX_NONE) { in createWithDescs()106 const binder_status_t expectStatus = EX_NONE) { in destroyEffects() argument108 EXPECT_STATUS(expectStatus, mEffectFactory->destroyEffect(effect)); in destroyEffects()
190 std::optional<int> expectStatus = STATUS_OK) {197 if (expectStatus.has_value()) {198 ASSERT_EQ(expectStatus.value(), status.status);