OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonErrorSerialize
(Results
1 - 2
of
2
) sorted by null
/system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h
123
virtual void
nonErrorSerialize
(uint8_t *) const { }
147
virtual void
nonErrorSerialize
(uint8_t *buffer) const;
163
virtual void
nonErrorSerialize
(uint8_t *buffer) const;
177
virtual void
nonErrorSerialize
(uint8_t *buffer) const;
204
virtual void
nonErrorSerialize
(uint8_t *buffer) const;
/system/gatekeeper/
gatekeeper_messages.cpp
100
nonErrorSerialize
(buffer + sizeof(*header));
165
void VerifyRequest::
nonErrorSerialize
(uint8_t *buffer) const {
221
void VerifyResponse::
nonErrorSerialize
(uint8_t *buffer) const {
291
void EnrollRequest::
nonErrorSerialize
(uint8_t *buffer) const {
352
void EnrollResponse::
nonErrorSerialize
(uint8_t *buffer) const {
Completed in 616 milliseconds