OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_moblab_id
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/
cloud_console_client_unittest.py
39
self.mox.StubOutWithMock(utils, '
get_moblab_id
')
40
utils.
get_moblab_id
().AndReturn(
88
self.mox.StubOutWithMock(utils, '
get_moblab_id
')
89
utils.
get_moblab_id
().AndReturn(
109
self.mox.StubOutWithMock(utils, '
get_moblab_id
')
110
utils.
get_moblab_id
().AndReturn(
cloud_console_client.py
178
utils.
get_moblab_id
())
194
msg_attributes[LEGACY_ATTR_MOBLAB_ID] = utils.
get_moblab_id
()
/external/autotest/client/common_lib/
utils.py
2037
def
get_moblab_id
():
function
[
all
...]
/external/autotest/frontend/afe/
moblab_rpc_interface.py
477
version_response['MOBLAB_ID'] = utils.
get_moblab_id
();
[
all
...]
Completed in 331 milliseconds