Home
last modified time | relevance | path

Searched refs:get_motd (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/tko/
Drpc_interface.py423 def get_motd(): function
424 return rpc_utils.get_motd()
489 result['motd'] = rpc_utils.get_motd()
/external/autotest/frontend/afe/
Drpc_interface.py1663 def get_motd(): function
1667 return rpc_utils.get_motd()
1728 result['motd'] = rpc_utils.get_motd()
Drpc_utils.py421 def get_motd(): function