class TracingServiceState_Producer
Defined at line 254 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 272 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_id ()
Defined at line 279 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
int32_t id ()
Defined at line 280 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_id (int32_t value)
Defined at line 281 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_name ()
Defined at line 283 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
const std::string & name ()
Defined at line 284 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 & )
void set_name (const std::string & value)
Defined at line 285 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_pid ()
Defined at line 287 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
int32_t pid ()
Defined at line 288 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_pid (int32_t value)
Defined at line 289 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_uid ()
Defined at line 291 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
int32_t uid ()
Defined at line 292 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_uid (int32_t value)
Defined at line 293 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_sdk_version ()
Defined at line 295 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
const std::string & sdk_version ()
Defined at line 296 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 297 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool has_frozen ()
Defined at line 299 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
bool frozen ()
Defined at line 300 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h
void set_frozen (bool value)
Defined at line 301 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 |
Defined at line 256 of file gen/third_party/perfetto/protos/perfetto/common/tracing_service_state.gen.h