OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventLogListBuilder
(Results
1 - 2
of
2
) sorted by null
/system/core/bootstat/
event_log_list_builder.h
25
//
EventLogListBuilder
provides a mechanism to build an EventLog list
30
class
EventLogListBuilder
{
32
EventLogListBuilder
();
67
DISALLOW_COPY_AND_ASSIGN(
EventLogListBuilder
);
event_log_list_builder.cpp
32
EventLogListBuilder
::
EventLogListBuilder
()
46
bool
EventLogListBuilder
::Append(int value) {
60
bool
EventLogListBuilder
::Append(const std::string& value) {
76
void
EventLogListBuilder
::Release(std::unique_ptr<uint8_t[]>* log,
86
void
EventLogListBuilder
::AppendData(const void* data, size_t size) {
92
void
EventLogListBuilder
::AppendByte(uint8_t byte) {
97
bool
EventLogListBuilder
::IsSpaceAvailable(size_t value_size) {
Completed in 54 milliseconds