Searched refs:remoteCommand (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 54 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorVarHistory 65 newfunc = partial(self.remoteCommand, name) 74 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorIncHistory 81 newfunc = partial(self.remoteCommand, name) 98 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnector 108 newfunc = partial(self.remoteCommand, name)
|