Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py48 def __init__(self, tinfoil, dsindex): argument
50 self.dsindex = dsindex
53 … return self.tinfoil.run_command('dataStoreConnectorVarHistCmd', self.dsindex, cmd, args, kwargs)
56 …lf.tinfoil.run_command('dataStoreConnectorVarHistCmdEmit', self.dsindex, var, oval, val, d.dsindex)
68 def __init__(self, tinfoil, dsindex): argument
70 self.dsindex = dsindex
73 … return self.tinfoil.run_command('dataStoreConnectorIncHistCmd', self.dsindex, cmd, args, kwargs)
90 def __init__(self, tinfoil, dsindex): argument
92 self.dsindex = dsindex
93 self.varhistory = TinfoilDataStoreConnectorVarHistory(tinfoil, dsindex)
[all …]
H A Dcommand.py29 def __init__(self, dsindex=0): argument
30 self.dsindex = dsindex
489 dsindex = params[0]
494 d = command.remotedatastores[dsindex]
504 dsindex = params[0]
509 d = command.remotedatastores[dsindex].varhistory
513 dsindex = params[0]
520 command.remotedatastores[dsindex].varhistory.emit(var, oval, val, o, d)
524 dsindex = params[0]
529 d = command.remotedatastores[dsindex].inchistory
[all …]