Searched defs:HardwareFeatures_Fingerprint (Results 1 – 1 of 1) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/ |
D | topology.pb.go | 3954 type HardwareFeatures_Fingerprint struct { struct 3960 …f:"varint,1,opt,name=location,proto3,enum=chromiumos.config.api.HardwareFeatures_Fingerprint_Locat… 3962 Board string `protobuf:"bytes,2,opt,name=board,proto3" json:"board,omitempty"` 3964 …n string `protobuf:"bytes,3,opt,name=ro_version,json=roVersion,proto3" json:"ro_version,omitempty"` 3966 …:"bytes,4,opt,name=fingerprint_diag,json=fingerprintDiag,proto3" json:"fingerprint_diag,omitempty"` 3968 Present bool `protobuf:"varint,5,opt,name=present,proto3" json:"present,omitempty"` 3971 func (x *HardwareFeatures_Fingerprint) Reset() { 3980 func (x *HardwareFeatures_Fingerprint) String() string { 3984 func (*HardwareFeatures_Fingerprint) ProtoMessage() {} 3986 func (x *HardwareFeatures_Fingerprint) ProtoReflect() protoreflect.Message { [all …]
|