Searched refs:Fetch (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/bin/
H A Dquery.cpp67 status_t status = query.Fetch();
74 status = query.Fetch();
H A Dmountvolume.cpp435 status_t error = deviceList.Fetch();
520 error = deviceList.Fetch();
/haiku/src/bin/filteredquery/
H A Dquery.cpp94 status_t status = query.Fetch();
101 status = query.Fetch();
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp57 query->Fetch();
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp94 query.Fetch();
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp80 query.Fetch();
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp538 suite->addTest( new TC("BQuery::Fetch Test", &QueryTest::FetchTest) );
832 // SetPredicate(), Push*() fail after Fetch()
841 CPPUNIT_ASSERT( query.Fetch() == B_OK );
954 // SetVolume/Target() fail after Fetch()
963 CPPUNIT_ASSERT( query.Fetch() == B_OK );
970 // Fetch() fails without a valid volume set
976 CPPUNIT_ASSERT( query.Fetch() == B_NO_INIT );
992 CPPUNIT_ASSERT( query.Fetch() == B_OK );
1114 // * Clear()/Fetch()
1117 // Fetch()
[all...]
/haiku/headers/private/storage/
H A DDiskDeviceList.h29 status_t Fetch();
/haiku/headers/os/storage/
H A DQuery.h75 status_t Fetch();
/haiku/src/apps/mail/
H A DMailSupport.cpp134 query.Fetch();
H A DStatus.cpp190 query.Fetch();
H A DQueryMenu.cpp261 query->Fetch();
H A DQueryList.cpp235 query->Fetch();
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp243 status_t status = query.Fetch();
/haiku/src/kits/tracker/
H A DMountMenu.cpp184 status_t status = devices.Fetch();
H A DNodeWalker.cpp720 result = fQuery.Fetch();
H A DQueryPoseView.cpp553 status_t result = query->Fetch();
/haiku/src/kits/shared/
H A DQueryFile.cpp356 return fQuery.Fetch();
/haiku/src/servers/index/
H A DCatchUpManager.cpp90 query.Fetch();
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp524 query.Fetch();
809 query->Fetch();
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp117 // Fetch
133 BDiskDeviceList::Fetch() function in class:BDiskDeviceList
/haiku/src/kits/storage/
H A DQuery.cpp300 BQuery::Fetch() function in class:BQuery
403 /*! Gets whether Fetch() has already been called on this object.
405 \return \c true, if Fetch() was already called, \c false otherwise.
433 \retval B_NOT_ALLOWED _PushNode() was called after Fetch().
457 Does not check whether Fetch() has already been invoked.
487 If the stack is not \c null and Fetch() has already been called, this
493 \retval B_NOT_ALLOWED _EvaluateStack() was called after Fetch().
/haiku/src/apps/people/
H A DPersonView.cpp211 query.Fetch();
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp323 query.Fetch();
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp254 ResetProgress("Fetch body");
514 fido.Fetch();

Completed in 214 milliseconds

12