OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PubSubBasedClient
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/
cloud_console_client_unittest.py
18
"""Tests for the '
PubSubBasedClient
'."""
34
self._console_client = cloud_console_client.
PubSubBasedClient
()
43
console_client = cloud_console_client.
PubSubBasedClient
()
65
console_client = cloud_console_client.
PubSubBasedClient
(
69
self.mox.StubOutWithMock(cloud_console_client.
PubSubBasedClient
,
86
console_client = cloud_console_client.
PubSubBasedClient
(
107
console_client = cloud_console_client.
PubSubBasedClient
(
cloud_console_client.py
127
class
PubSubBasedClient
(CloudConsoleClient):
140
super(
PubSubBasedClient
, self).__init__()
gs_offloader_unittest.py
102
mox.IsA(cloud_console_client.
PubSubBasedClient
)).AndReturn(
249
cloud_console_client.
PubSubBasedClient
())
[
all
...]
gs_offloader.py
[
all
...]
Completed in 227 milliseconds