Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/include/gatekeeper/
H A DGateKeeperResponse.h35 std::vector<uint8_t> payload = {}, bool should_reenroll = false)
39 should_reenroll_(should_reenroll) {}
66 bool should_reenroll() const { return should_reenroll_; } in should_reenroll() function
68 void should_reenroll(bool should_reenroll) { should_reenroll_ = should_reenroll; } in should_reenroll() function
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp272 if (gkResponse->response_code() == GKResponseCode::OK && !gkResponse->should_reenroll()) { in enroll()