Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp65 mOccupantAwarenessService = in SetUp()
67 ASSERT_NE(mOccupantAwarenessService, nullptr); in SetUp()
70 sp<IOccupantAwareness> mOccupantAwarenessService; member in OccupantAwarenessAidl
77 Status status = mOccupantAwarenessService->startDetection(&occupantAwarenessStatus); in TEST_P()
82 EXPECT_OK(mOccupantAwarenessService->stopDetection(&occupantAwarenessStatus)); in TEST_P()
97 EXPECT_OK(mOccupantAwarenessService->getCapabilityForRole(role, &capabilities)); in TEST_P()
105 mOccupantAwarenessService->getCapabilityForRole(Role::INVALID, &capabilities).isOk()); in TEST_P()
109 mOccupantAwarenessService->getCapabilityForRole(invalidRole, &capabilities).isOk()); in TEST_P()
129 EXPECT_OK(mOccupantAwarenessService->getState(role, detectionCapability, &oasStatus)); in TEST_P()
138 EXPECT_FALSE(mOccupantAwarenessService in TEST_P()
[all …]