Home
last modified time | relevance | path

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

/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h146 virtual uint32_t nonErrorSerializedSize() const { return 0; } ; in nonErrorSerializedSize() function
174 uint32_t nonErrorSerializedSize() const override;
189 uint32_t nonErrorSerializedSize() const override;
202 uint32_t nonErrorSerializedSize() const override;
228 uint32_t nonErrorSerializedSize() const override;
/system/gatekeeper/
Dgatekeeper_messages.cpp83 uint32_t size = sizeof(serial_header_t) + nonErrorSerializedSize(); in GetSerializedSize()
111 uint32_t serialized_size = nonErrorSerializedSize(); in Serialize()
153 uint32_t VerifyRequest::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::VerifyRequest
197 uint32_t VerifyResponse::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::VerifyResponse
229 uint32_t EnrollRequest::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::EnrollRequest
269 uint32_t EnrollResponse::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::EnrollResponse