Home
last modified time | relevance | path

Searched refs:uuidService (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/case-uco/java/src/org/sleuthkit/caseuco/
H A DCaseUcoExporter.java116 private CaseUcoUUIDService uuidService; field in CaseUcoExporter
161 this.uuidService = uuidService; in setUUIDService()
245 Trace export = new Trace(this.uuidService.createUUID(file)) in exportAbstractFile()
251 this.uuidService.createUUID(file.getDataSource())); in exportAbstractFile()
293 this.uuidService.createUUID(this.sleuthkitCase)); in exportDataSource()
329 this.uuidService.createUUID(fileSystem.getParent())); in exportFileSystem()
345 Trace export = new Trace(this.uuidService.createUUID(pool)) in exportPool()
351 this.uuidService.createUUID(pool.getParent())); in exportPool()
377 this.uuidService.createUUID(volume.getParent())); in exportVolume()
421 String uuid = this.uuidService.createUUID(artifact); in exportBlackboardArtifact()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorageTest.php49 protected $uuidService; variable in Drupal\\Tests\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorageTest
127 $this->uuidService = $this->createMock('Drupal\Component\Uuid\UuidInterface');
137 … KeyValueEntityStorage($this->entityType, $this->keyValueStore, $this->uuidService, $this->languag…
161 $this->uuidService->expects($this->never())
184 $this->uuidService->expects($this->never())
209 $this->uuidService->expects($this->once())
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorageTest.php49 protected $uuidService; variable in Drupal\\Tests\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorageTest
127 $this->uuidService = $this->createMock('Drupal\Component\Uuid\UuidInterface');
137 … KeyValueEntityStorage($this->entityType, $this->keyValueStore, $this->uuidService, $this->languag…
164 $this->uuidService->expects($this->never())
190 $this->uuidService->expects($this->never())
218 $this->uuidService->expects($this->once())
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorage.php44 protected $uuidService; variable in Drupal\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorage
70 $this->uuidService = $uuid_service;
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorage.php44 protected $uuidService; variable in Drupal\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorage
70 $this->uuidService = $uuid_service;
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/Entity/
H A DConfigEntityStorage.php104 $this->uuidService = $uuid_service;
416 if ($this->uuidKey && $this->uuidService && !isset($values[$this->uuidKey])) {
417 $values[$this->uuidKey] = $this->uuidService->generate();
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/Entity/
H A DConfigEntityStorage.php115 $this->uuidService = $uuid_service;
427 if ($this->uuidKey && $this->uuidService && !isset($values[$this->uuidKey])) {
428 $values[$this->uuidKey] = $this->uuidService->generate();
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityStorageBase.php60 protected $uuidService; variable in Drupal\\Core\\Entity\\EntityStorageBase
212 if ($this->uuidKey && $this->uuidService && !isset($values[$this->uuidKey])) {
213 $values[$this->uuidKey] = $this->uuidService->generate();
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Config/Entity/
H A DConfigEntityStorageTest.php57 protected $uuidService; variable in Drupal\\Tests\\Core\\Config\\Entity\\ConfigEntityStorageTest
129 $this->uuidService = $this->prophesize(UuidInterface::class);
140 …nfigEntityStorage($entity_type, $this->configFactory->reveal(), $this->uuidService->reveal(), $thi…
185 $this->uuidService->generate()->shouldNotBeCalled();
214 $this->uuidService->generate()->willReturn('bar');
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Config/Entity/
H A DConfigEntityStorageTest.php57 protected $uuidService; variable in Drupal\\Tests\\Core\\Config\\Entity\\ConfigEntityStorageTest
129 $this->uuidService = $this->prophesize(UuidInterface::class);
140 …nfigEntityStorage($entity_type, $this->configFactory->reveal(), $this->uuidService->reveal(), $thi…
185 $this->uuidService->generate()->shouldNotBeCalled();
214 $this->uuidService->generate()->willReturn('bar');
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityStorageBase.php60 protected $uuidService; variable in Drupal\\Core\\Entity\\EntityStorageBase
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/satchel/
H A DFormHistory.jsm96 XPCOMUtils.defineLazyServiceGetter(this, "uuidService",
352 let uuid = uuidService.generateUUID().toString();
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dbt_api.pp394 uuidService:GUID;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/satchel/
H A DFormHistory.jsm99 "uuidService",
293 let uuid = uuidService.generateUUID().toString();
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/satchel/
H A DFormHistory.jsm93 XPCOMUtils.defineLazyServiceGetter(this, "uuidService",
264 let uuid = uuidService.generateUUID().toString();
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/satchel/
H A DFormHistory.jsm100 "uuidService",
320 let uuid = uuidService.generateUUID().toString();
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/satchel/
H A DFormHistory.jsm100 "uuidService",
320 let uuid = uuidService.generateUUID().toString();