Searched refs:GetNextSupportedChildType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h77 status_t GetNextSupportedChildType(Delegate* child,
H A DPartitionDelegate.cpp361 // GetNextSupportedChildType
363 BPartition::Delegate::GetNextSupportedChildType(Delegate* child, function in class:BPartition::Delegate
366 TRACE("%p->BPartition::Delegate::GetNextSupportedChildType(child: %p, "
H A DPartition.cpp1136 return parent->fDelegate->GetNextSupportedChildType(fDelegate, cookie,
1142 BPartition::GetNextSupportedChildType(int32* cookie, BString* type) const function in class:BPartition
1144 TRACE("%p->BPartition::GetNextSupportedChildType(%ld)\n", this, *cookie);
1151 return fDelegate->GetNextSupportedChildType(NULL, cookie, type);
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp135 while (parent->GetNextSupportedChildType(&cookie, &supportedType)
/haiku/headers/private/storage/
H A DPartition.h148 status_t GetNextSupportedChildType(int32 *cookie,
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp466 while (partition->GetNextSupportedChildType(&cookie, &typeBuffer)

Completed in 46 milliseconds