Lines Matching refs:cpcon
18 from autotest_lib.site_utils import cloud_console_pb2 as cpcon unknown
52 return cpcon.MessageType.Name(message_type_enum)
62 return cpcon.MessageAttribute.Name(attribute_enum)
171 msg_attributes[_get_attribute_name(cpcon.ATTR_MESSAGE_TYPE)] = (
173 msg_attributes[_get_attribute_name(cpcon.ATTR_MESSAGE_VERSION)] = (
175 msg_attributes[_get_attribute_name(cpcon.ATTR_MOBLAB_MAC_ADDRESS)] = (
177 msg_attributes[_get_attribute_name(cpcon.ATTR_MOBLAB_ID)] = (
231 event = cpcon.Heartbeat()
236 cpcon.MSG_MOBLAB_HEARTBEAT)
258 event = cpcon.RemoteEventMessage()
267 cpcon.MSG_MOBLAB_REMOTE_EVENT)