OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonErrorSerializedSize
(Results
1 - 2
of
2
) sorted by null
/system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h
117
virtual uint32_t
nonErrorSerializedSize
() const { return 0; } ;
121
* that returned by
nonErrorSerializedSize
() in bytes.
146
virtual uint32_t
nonErrorSerializedSize
() const;
162
virtual uint32_t
nonErrorSerializedSize
() const;
176
virtual uint32_t
nonErrorSerializedSize
() const;
203
virtual uint32_t
nonErrorSerializedSize
() const;
/system/gatekeeper/
gatekeeper_messages.cpp
68
uint32_t size = sizeof(serial_header_t) +
nonErrorSerializedSize
();
96
if (buffer + sizeof(serial_header_t) +
nonErrorSerializedSize
() > end)
101
bytes_written += sizeof(*header) +
nonErrorSerializedSize
();
160
uint32_t VerifyRequest::
nonErrorSerializedSize
() const {
217
uint32_t VerifyResponse::
nonErrorSerializedSize
() const {
286
uint32_t EnrollRequest::
nonErrorSerializedSize
() const {
348
uint32_t EnrollResponse::
nonErrorSerializedSize
() const {
Completed in 1593 milliseconds