Home
last modified time | relevance | path

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

/system/gatekeeper/
Dgatekeeper_messages.cpp160 uint32_t VerifyRequest::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::VerifyRequest
216 uint32_t VerifyResponse::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::VerifyResponse
285 uint32_t EnrollRequest::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::EnrollRequest
347 uint32_t EnrollResponse::nonErrorSerializedSize() const { in nonErrorSerializedSize() function in gatekeeper::EnrollResponse
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h117 virtual uint32_t nonErrorSerializedSize() const { return 0; } ; in nonErrorSerializedSize() function