Searched refs:GateKeeperMessage (Results 1 – 6 of 6) sorted by relevance
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 105 struct GateKeeperMessage { struct 106 GateKeeperMessage() : error(ERROR_NONE) {} in GateKeeperMessage() function 107 explicit GateKeeperMessage(gatekeeper_error_t error) : error(error) {} in GateKeeperMessage() function 108 virtual ~GateKeeperMessage() {} in ~GateKeeperMessage() argument 166 struct VerifyRequest : public GateKeeperMessage { argument 183 struct VerifyResponse : public GateKeeperMessage { 197 struct EnrollRequest : public GateKeeperMessage { 221 struct EnrollResponse : public GateKeeperMessage {
|
D | gatekeeper.h | 208 failure_record_t *record, bool secure, GateKeeperMessage *response);
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 73 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request, 74 GateKeeperMessage* response);
|
D | trusty_gatekeeper.cpp | 146 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() 147 GateKeeperMessage *response) { in Send()
|
/system/gatekeeper/ |
D | gatekeeper_messages.cpp | 81 uint32_t GateKeeperMessage::GetSerializedSize() const { in GetSerializedSize() 94 uint32_t GateKeeperMessage::Serialize(uint8_t *buffer, const uint8_t *end) const { in Serialize() 119 gatekeeper_error_t GateKeeperMessage::Deserialize(const uint8_t *payload, const uint8_t *end) { in Deserialize() 140 void GateKeeperMessage::SetRetryTimeout(uint32_t retry_timeout) { in SetRetryTimeout()
|
D | gatekeeper.cpp | 300 failure_record_t *record, bool secure, GateKeeperMessage *response) { in ThrottleRequest()
|