Searched refs:should_reenroll (Results 1 – 3 of 3) sorted by relevance
/system/core/gatekeeperd/include/gatekeeper/ |
D | GateKeeperResponse.h | 35 std::vector<uint8_t> payload = {}, bool should_reenroll = false) 39 should_reenroll_(should_reenroll) {} in response_code_() 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() argument
|
/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 69 bool should_reenroll; in TEST_F() local 71 password_payload, password_len, &auth_token, &auth_token_len, &should_reenroll); in TEST_F() 92 bool should_reenroll; in TEST_F() local 94 password_payload, password_len, &auth_token, &auth_token_len, &should_reenroll); in TEST_F() 95 ASSERT_EQ(0, should_reenroll); in TEST_F() 111 bool should_reenroll; in TEST_F() local 124 bool should_reenroll; in TEST_F() local 127 &should_reenroll); in TEST_F() 144 &should_reenroll); in TEST_F() 165 bool should_reenroll; in TEST_F() local [all …]
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 219 if (gkResponse->response_code() == GKResponseCode::OK && !gkResponse->should_reenroll()) { in enroll()
|