Searched refs:Identifier (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp76 baseUrl = repoInfo.Identifier();
85 repoConfig.SetIdentifier(repoInfo.Identifier());
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp58 unsigned id = B_HOST_TO_BENDIAN_INT32(p->Identifier());
85 unsigned id = B_HOST_TO_BENDIAN_INT32(p->Identifier());
111 if (FindProperty(property->Identifier())) {
163 if (p->Identifier() == propertyID)
187 if (ownProperty->Identifier() != otherProperty->Identifier()) {
235 if (p->Identifier() == propertyID) {
H A DProperty.h45 inline uint32 Identifier() const function in class:Property
/haiku/headers/os/package/
H A DRepositoryConfig.h31 const BString& Identifier() const;
H A DRepositoryInfo.h37 const BString& Identifier() const;
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp95 depot->Identifier().String(),
97 repositorySource->Identifier()->String());
116 if (identifier == depot->Identifier())
128 Handle(*(repositorySource->Identifier()), repository, repositorySource);
H A DLocalPkgDataLoadProcess.cpp121 depotInfoRef->SetIdentifier(repoConfig.Identifier());
123 Name(), repoName.String(), repoConfig.Identifier().String());
226 if ((*it)->Identifier() == remoteRepository->Config().Identifier()) {
/haiku/src/tests/apps/haikudepot/
H A DDumpExportRepositoryJsonListenerTest.cpp226 CPPUNIT_ASSERT_EQUAL(BString("haiku:hpkr:haikuports_x86_64"), *(source0->Identifier()));
230 CPPUNIT_ASSERT_EQUAL(BString("haiku:hpkr:haikuports_x86_gcc2"), *(source1->Identifier()));
284 item->RepositorySourcesItemAt(i)->Identifier()->String());
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp107 printf("\t\tidentifier: %s\n", repoConfig.Identifier().String());
125 repoCache.Info().Identifier().String());
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp91 fOldProperties->PropertyAt(0)->Identifier());
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h93 const BString& Identifier() const;
H A DProcessCoordinator.cpp67 fProcessCoordinatorIdentifier(processCoordinator->Identifier()),
165 ProcessCoordinator::Identifier() const function in class:ProcessCoordinator
/haiku/src/apps/haikudepot/packagemodel/
H A DDepotInfo.h31 const BString& Identifier() const function in class:DepotInfo
/haiku/headers/os/app/
H A DKey.h58 const char* Identifier() const;
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp70 repoConfig.SetIdentifier(repoInfo.Identifier());
H A DRepositoryConfig.cpp233 BRepositoryConfig::Identifier() const function in class:BPackageKit::BRepositoryConfig
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp71 BString truncated(name_for_id(property->Identifier()));
171 width = ceilf(StringWidth(name_for_id(property->Identifier())) + 10.0);
250 fParent->UpdateObject(p->Identifier());
H A DPropertyListView.cpp457 name_for_id(current->Identifier()));
471 Property* local = fPropertyObject->FindProperty(p->Identifier());
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp73 printf("\tidentifier: %s\n", repositoryInfo.Identifier().String());
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp149 disk_identifier &Identifier() { return fIdentifier; } function in class:BIOSDrive
447 if (drive->Identifier().device_type != UNKNOWN_DEVICE)
460 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
467 if (!memcmp(&drive->Identifier(), &compareDrive->Identifier(),
473 const disk_identifier& ourId = drive->Identifier();
474 const disk_identifier& otherId = compareDrive->Identifier();
501 disk_identifier& disk = drive->Identifier();
921 &drive->Identifier(), sizeof(disk_identifier));
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp132 disk_identifier &Identifier() { return fIdentifier; } function in class:BlockHandle
387 if (drive->Identifier().device_type != UNKNOWN_DEVICE)
400 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
403 if (!memcmp(&drive->Identifier(), &compareDrive->Identifier(),
428 disk_identifier& disk = drive->Identifier();
1236 &drive->Identifier(), sizeof(disk_identifier));
/haiku/src/servers/app/
H A DDesktopListener.h29 virtual int32 Identifier() = 0;
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h46 virtual int32 Identifier();
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp194 if (property != NULL && property->Identifier() == PROPERTY_NAME) {
/haiku/src/kits/app/
H A DKey.cpp98 BKey::Identifier() const function in class:BKey

Completed in 196 milliseconds

12