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

/haiku/headers/os/storage/
H A DQuery.h73 dev_t TargetDevice() const;
/haiku/src/bin/filteredquery/
H A DFilteredQuery.cpp26 BVolume volume(nonConst.TargetDevice());
/haiku/src/kits/shared/
H A DQueryFile.cpp157 return fStatus = AddVolume(query.TargetDevice());
/haiku/src/kits/storage/
H A DQuery.cpp292 BQuery::TargetDevice() const function in class:BQuery
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp888 // * SetVolume, TargetDevice()
891 // SetVolume(), TargetDevice()
896 CPPUNIT_ASSERT( query.TargetDevice() == B_ERROR );
905 CPPUNIT_ASSERT( query.TargetDevice() == B_ERROR );
915 CPPUNIT_ASSERT( query.TargetDevice() == B_ERROR );
925 CPPUNIT_ASSERT( query.TargetDevice() == device );
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp376 if (fQueryList->ItemAt(index)->TargetDevice() == device)

Completed in 51 milliseconds