OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:request_reenroll
(Results
1 - 2
of
2
) sorted by null
/system/core/gatekeeperd/
IGateKeeperService.cpp
88
bool
request_reenroll
= false;
local
91
&
request_reenroll
);
97
reply->writeInt32(
request_reenroll
? 1 : 0);
124
bool
request_reenroll
= false;
local
127
&out, &outSize, &
request_reenroll
);
132
reply->writeInt32(
request_reenroll
? 1 : 0);
/system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h
167
bool
request_reenroll
;
member in struct:gatekeeper::VerifyResponse
Completed in 111 milliseconds