Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/aidl/vts/functional/
DVtsHalGatekeeperTargetTest.cpp59 uint64_t auth_tstamp = static_cast<uint64_t>(rsp.hardwareAuthToken.timestamp.milliSeconds); in verifyAuthToken() local
62 EXPECT_NE(UINT64_C(~0), auth_tstamp); in verifyAuthToken()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp69 uint64_t auth_tstamp = ntohq(auth_token->timestamp); in toAuthToken() local
72 EXPECT_NE(UINT64_C(~0), auth_tstamp); in toAuthToken()