Home
last modified time | relevance | path

Searched refs:replayid (Results 1 – 3 of 3) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dell_emc/sc/
H A Dstoragecenter_api.py2113 payload['description'] = replayid
2126 def find_replay(self, scvolume, replayid): argument
2160 replayid)
2164 def manage_replay(self, screplay, replayid): argument
2171 if screplay and replayid:
2173 payload['description'] = replayid
2200 def delete_replay(self, scvolume, replayid): argument
2213 LOG.debug('Expiring replay %s', replayid)
2345 replayid = str(uuid.uuid4())
2763 payload['description'] = replayid
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/dell_emc/sc/
H A Dtest_scapi.py5067 replayid = '12345.200'
5094 replayid = '12345.200'
5116 replayid = '12345.200'
6290 replayid = 'guid'
6317 replayid = 'guid'
6392 replayid = 'Cinder Test Replay012345678910'
6393 res = self.scapi._find_cg_replays(profile, replayid)
6410 replayid = 'Cinder Test Replay012345678910'
6411 res = self.scapi._find_cg_replays(profile, replayid)
6432 replayid = 'Cinder Test Replay012345678910'
[all …]
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dpref.cpp580 int replayid = replay->checkedId (); in slotRecord() local
582 m_player->settings ()->replayoption = Settings::ReplayOption (replayid); in slotRecord()