Home
last modified time | relevance | path

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

/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp982 auto vbState = deviceInfo->get("vb_state")->asTstr(); in TEST_P() local
990 ASSERT_TRUE(vbState); in TEST_P()
1003 ASSERT_TRUE((vbState->value() == "green" && attestedVbState == VerifiedBoot::VERIFIED) || in TEST_P()
1004 (vbState->value() == "yellow" && attestedVbState == VerifiedBoot::SELF_SIGNED) || in TEST_P()
1005 (vbState->value() == "orange" && attestedVbState == VerifiedBoot::UNVERIFIED)); in TEST_P()