Home
last modified time | relevance | path

Searched refs:cpcon (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dcloud_console_client.py18 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)
147 msg_attributes[_get_attribute_name(cpcon.ATTR_MESSAGE_TYPE)] = (
149 msg_attributes[_get_attribute_name(cpcon.ATTR_MESSAGE_VERSION)] = (
151 msg_attributes[_get_attribute_name(cpcon.ATTR_MOBLAB_MAC_ADDRESS)] = (
153 msg_attributes[_get_attribute_name(cpcon.ATTR_MOBLAB_ID)] = (
207 event = cpcon.Heartbeat()
212 cpcon.MSG_MOBLAB_HEARTBEAT)
234 event = cpcon.RemoteEventMessage()
[all …]
Dcloud_console_client_unittest.py14 from autotest_lib.site_utils import cloud_console_pb2 as cpcon unknown
125 cpcon.RemoteEventMessage.EVENT_MOBLAB_BOOT_COMPLETE,