Home
last modified time | relevance | path

Searched refs:GateKeeperMessage (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper_messages.h106 struct GateKeeperMessage { struct
107 GateKeeperMessage() : error(ERROR_NONE) {} in GateKeeperMessage() argument
109 virtual ~GateKeeperMessage() {} in ~GateKeeperMessage() argument
167 struct VerifyRequest : public GateKeeperMessage { argument
184 struct VerifyResponse : public GateKeeperMessage {
198 struct EnrollRequest : public GateKeeperMessage {
222 struct EnrollResponse : public GateKeeperMessage {
236 struct DeleteUserRequest : public GateKeeperMessage {
246 struct DeleteUserResponse : public GateKeeperMessage {
256 struct DeleteAllUsersRequest : public GateKeeperMessage {
[all …]
H A Dgatekeeper.h224 failure_record_t *record, bool secure, GateKeeperMessage *response);
/aosp12/system/gatekeeper/
H A Dgatekeeper_messages.cpp97 uint32_t GateKeeperMessage::GetSerializedSize() const { in GetSerializedSize()
110 uint32_t GateKeeperMessage::Serialize(uint8_t *buffer, const uint8_t *end) const { in Serialize()
135 gatekeeper_error_t GateKeeperMessage::Deserialize(const uint8_t *payload, const uint8_t *end) { in Deserialize()
156 void GateKeeperMessage::SetRetryTimeout(uint32_t retry_timeout) { in SetRetryTimeout()
H A Dgatekeeper.cpp314 failure_record_t *record, bool secure, GateKeeperMessage *response) { in ThrottleRequest()
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h73 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
74 GateKeeperMessage* response);
H A Dtrusty_gatekeeper.cpp181 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send()
182 GateKeeperMessage *response) { in Send()