Searched refs:remoteCommand (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 53 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorVarHistory 64 newfunc = partial(self.remoteCommand, name) 73 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorIncHistory 80 newfunc = partial(self.remoteCommand, name) 97 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnector 107 newfunc = partial(self.remoteCommand, name)
|