Home
last modified time | relevance | path

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

/system/gatekeeper/
Dgatekeeper_messages.cpp153 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
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h146 virtual uint32_t nonErrorSerializedSize() const { return 0; } ; in nonErrorSerializedSize() function