class TracingServiceState_Producer
Defined at line 264 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
Public Methods
void TracingServiceState_Producer ()
void TracingServiceState_Producer (TracingServiceState_Producer && )
void TracingServiceState_Producer (const TracingServiceState_Producer & )
bool ParseFromArray (const void * , size_t )
std::string SerializeAsString ()
std::vector<uint8_t> SerializeAsArray ()
void Serialize (::protozero::Message * )
bool operator!= (const TracingServiceState_Producer & other)
Defined at line 284 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_id ()
Defined at line 291 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
int32_t id ()
Defined at line 292 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_id (int32_t value)
Defined at line 293 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_name ()
Defined at line 295 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
const std::string & name ()
Defined at line 296 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_name (const std::string & value)
Defined at line 297 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_pid ()
Defined at line 299 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void ~TracingServiceState_Producer ()
TracingServiceState_Producer & operator= (TracingServiceState_Producer && )
TracingServiceState_Producer & operator= (const TracingServiceState_Producer & )
bool operator== (const TracingServiceState_Producer & )
int32_t pid ()
Defined at line 300 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_pid (int32_t value)
Defined at line 301 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_uid ()
Defined at line 303 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
int32_t uid ()
Defined at line 304 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_uid (int32_t value)
Defined at line 305 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_sdk_version ()
Defined at line 307 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
const std::string & sdk_version ()
Defined at line 308 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_sdk_version (const std::string & value)
Defined at line 309 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_frozen ()
Defined at line 311 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool frozen ()
Defined at line 312 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_frozen (bool value)
Defined at line 313 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_machine_id ()
Defined at line 315 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
uint32_t machine_id ()
Defined at line 316 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_machine_id (uint32_t value)
Defined at line 317 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_machine_name ()
Defined at line 319 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
const std::string & machine_name ()
Defined at line 320 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_machine_name (const std::string & value)
Defined at line 321 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
Enumerations
enum FieldNumbers
| Name | Value |
|---|---|
| kIdFieldNumber | 1 |
| kNameFieldNumber | 2 |
| kPidFieldNumber | 5 |
| kUidFieldNumber | 3 |
| kSdkVersionFieldNumber | 4 |
| kFrozenFieldNumber | 6 |
| kMachineIdFieldNumber | 7 |
| kMachineNameFieldNumber | 8 |
Defined at line 266 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h