Searched defs:Component_LuxThreshold (Results 1 – 1 of 1) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/ |
D | component.pb.go | 2509 type Component_LuxThreshold struct { struct 2510 state protoimpl.MessageState 2511 sizeCache protoimpl.SizeCache 2512 unknownFields protoimpl.UnknownFields 2517 …t,1,opt,name=decrease_threshold,json=decreaseThreshold,proto3" json:"decrease_threshold,omitempty"` 2521 …t,2,opt,name=increase_threshold,json=increaseThreshold,proto3" json:"increase_threshold,omitempty"` 2524 func (x *Component_LuxThreshold) Reset() { 2533 func (x *Component_LuxThreshold) String() string { 2537 func (*Component_LuxThreshold) ProtoMessage() {} 2539 func (x *Component_LuxThreshold) ProtoReflect() protoreflect.Message { [all …]
|