Searched refs:dsindex (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 49 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 D | command.py | 30 def __init__(self, dsindex=0): argument 31 self.dsindex = dsindex 499 dsindex = params[0] 504 d = command.remotedatastores[dsindex] 514 dsindex = params[0] 519 d = command.remotedatastores[dsindex].varhistory 523 dsindex = params[0] 530 command.remotedatastores[dsindex].varhistory.emit(var, oval, val, o, d) 534 dsindex = params[0] 539 d = command.remotedatastores[dsindex].inchistory [all …]
|