Home
last modified time | relevance | path

Searched refs:dsindex (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py49 def __init__(self, tinfoil, dsindex): argument
51 self.dsindex = dsindex
54 … return self.tinfoil.run_command('dataStoreConnectorVarHistCmd', self.dsindex, cmd, args, kwargs)
57 …lf.tinfoil.run_command('dataStoreConnectorVarHistCmdEmit', self.dsindex, var, oval, val, d.dsindex)
69 def __init__(self, tinfoil, dsindex): argument
71 self.dsindex = dsindex
74 … return self.tinfoil.run_command('dataStoreConnectorIncHistCmd', self.dsindex, cmd, args, kwargs)
91 def __init__(self, tinfoil, dsindex): argument
93 self.dsindex = dsindex
94 self.varhistory = TinfoilDataStoreConnectorVarHistory(tinfoil, dsindex)
[all …]
H A Dcommand.py30 def __init__(self, dsindex=0): argument
31 self.dsindex = dsindex
514 dsindex = params[0]
519 d = command.remotedatastores[dsindex]
529 dsindex = params[0]
534 d = command.remotedatastores[dsindex].varhistory
538 dsindex = params[0]
545 command.remotedatastores[dsindex].varhistory.emit(var, oval, val, o, d)
549 dsindex = params[0]
554 d = command.remotedatastores[dsindex].inchistory
[all …]