Searched refs:roster (Results 51 - 75 of 194) sorted by last modified time

12345678

/haiku/src/preferences/network/
H A DNetworkWindow.cpp336 BNetworkRoster& roster = BNetworkRoster::Default(); local
340 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/servers/debug/
H A DDebugServer.cpp251 BLocker("team debug handler roster")
1003 BRoster::Private roster; local
1004 roster.ApplicationCrashed(team);
1017 BRoster::Private roster; local
1019 roster.SendTo(&notify, &reply, false);
1116 // remove this handler from the roster and delete it
1299 // create the team debug handler roster
1302 "roster.\n");
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp345 BDiskDeviceRoster roster; local
348 while (roster.GetNextDiskSystem(&diskSystem) == B_OK) {
858 BDiskDeviceRoster roster; local
860 status_t error = roster.GetDeviceForPath(devicePath, &device);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp834 BNetworkRoster& roster = BNetworkRoster::Default(); local
839 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp520 BNetworkRoster& roster = BNetworkRoster::Default(); local
525 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp644 ShutdownProcess::ShutdownProcess(TRoster* roster, EventQueue* eventQueue) argument
650 fRoster(roster),
691 // roster should accept applications again.
1826 // remove the app (the roster will note eventually and send us
/haiku/src/bin/
H A Dmountvolume.cpp445 BDiskDeviceRoster roster; local
468 if (roster.GetPartitionForPath(path.Path(), &device, &partition)
473 id = roster.RegisterFileDevice(path.Path());
477 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK) {
478 roster.UnregisterFileDevice(id);
500 roster.UnregisterFileDevice(id);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp2131 BVolumeRoster roster;
2133 while (roster.GetNextVolume(&volume) == B_OK) {
/haiku/src/apps/login/
H A DLoginApp.cpp93 BRoster roster; local
94 BRoster::Private rosterPrivate(roster);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp246 TargetHostInterfaceRoster* roster = TargetHostInterfaceRoster::Default(); local
247 for (int32 i = 0; i < roster->CountActiveInterfaces(); i++) {
248 TargetHostInterface* interface = roster->ActiveInterfaceAt(i);
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp323 BVolumeRoster roster; local
324 while (roster.GetNextVolume(&volume) == B_OK) {
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp912 BCharacterSetRoster roster; local
914 while (roster.GetNextCharacterSet(&charset) == B_NO_ERROR) {
2030 BCharacterSetRoster roster; local
2032 while (roster.GetNextCharacterSet(&charset) == B_OK) {
/haiku/src/bin/writembr/
H A Dwritembr.cpp54 BDiskDeviceRoster roster; local
56 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) {
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp421 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
422 if (roster != NULL
424 && roster->GetNodeFor(mixerNodeID, &mixerNode) == B_OK) {
427 roster->ReleaseNode(mixerNode);
597 BMediaRoster* roster = BMediaRoster::CurrentRoster();
598 if (roster == NULL)
601 roster->StopWatching(this, B_MEDIA_SERVER_STARTED);
602 roster->StopWatching(this, B_MEDIA_SERVER_QUIT);
603 roster->StopWatching(this, B_MEDIA_NODE_CREATED);
609 roster
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp177 BVolumeRoster roster; local
178 while (roster.GetNextVolume(&vol) == B_OK) {
/haiku/src/apps/screenshot/
H A DUtility.cpp115 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
116 status_t status = roster->Translate(&stream, NULL, NULL, &file, imageType,
204 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
205 status_t status = roster->GetAllTranslators(&translators, &numTranslators);
215 if (roster->GetOutputFormats(translators[x], &formats, &numFormats)
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp426 BMediaRoster* roster = BMediaRoster::Roster(&fInitErr); local
427 if (fInitErr == B_OK && roster != NULL)
428 fInitErr = roster->RegisterNode(fNode);
/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp203 BNetworkRoster& roster = BNetworkRoster::Default(); local
206 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/tools/translation/inspector/
H A DImageView.h70 BTranslatorRoster *SelectTranslatorRoster(BTranslatorRoster &roster);
H A DImageView.cpp505 ImageView::SelectTranslatorRoster(BTranslatorRoster &roster) argument
519 roster.AddTranslators(pitem->Path());
528 return &roster;
551 BTranslatorRoster roster, *proster; local
552 proster = SelectTranslatorRoster(roster);
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp140 * Tries to aquire the default roster
145 //aquire default roster
519 BTranslatorRoster roster; local
520 CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, &nloaded) == B_BAD_VALUE);
522 CPPUNIT_ASSERT(roster.GetAllTranslators(&pids, NULL) == B_BAD_VALUE);
524 CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, NULL) == B_BAD_VALUE);
529 roster.GetAllTranslators(&pids, &nloaded) == B_NO_ERROR);
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp102 BDiskDeviceRoster roster;
106 done = (roster.GetNextDevice(device) != B_OK);
290 BDiskDeviceRoster roster;
293 if (roster.GetPartitionWithID(partitionID, &device, &partition)
307 BDiskDeviceRoster roster;
310 if (roster.GetSessionWithID(sessionID, &device, &session)
322 BDiskDeviceRoster roster;
324 if (roster.GetDeviceWithID(deviceID, &device) == B_OK)
446 BDiskDeviceRoster roster;
450 while (roster
487 BDiskDeviceRoster roster; local
542 BDiskDeviceRoster roster; local
[all...]
/haiku/src/tests/kits/media/nodetest/
H A Dmain.cpp13 BMediaRoster *roster; variable
26 roster = BMediaRoster::Roster();
27 val(roster);
38 rv = roster->RegisterNode(producer);
42 rv = roster->RegisterNode(consumer);
64 rv = roster->GetLiveNodes(live_nodes, &live_count, &liveformat);
70 rv = roster->GetLiveNodes(live_nodes, &live_count, NULL, &liveformat);
76 rv = roster->GetLiveNodes(live_nodes, &live_count, &liveformat, &liveformat);
84 rv = roster->GetLiveNodes(live_nodes, &live_count, &liveformat);
90 rv = roster
[all...]
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp44 = "application/x-vnd.obos-roster-watching-test";
45 static const char *appType1 = "application/x-vnd.obos-roster-watching-app1";
46 static const char *appType2 = "application/x-vnd.obos-roster-watching-app2";
47 static const char *appType3 = "application/x-vnd.obos-roster-watching-app3";
48 static const char *appType4 = "application/x-vnd.obos-roster-watching-app4";
49 //static const char *appType5 = "application/x-vnd.obos-roster-watching-app5";
206 BRoster roster; local
209 CHK(roster.StopWatching(target) == B_BAD_VALUE);
211 CHK(roster.StartWatching(target, B_REQUEST_LAUNCHED | B_REQUEST_QUIT
213 CHK(roster
232 BRoster roster; local
367 BRoster roster; local
[all...]
H A DLaunchTester.cpp44 = "application/x-vnd.obos-roster-launch-test";
46 = "application/x-vnd.obos-roster-launch-uninstalled";
47 static const char *appType1 = "application/x-vnd.obos-roster-launch-app1";
48 static const char *appType2 = "application/x-vnd.obos-roster-launch-app2";
49 static const char *fileType1 = "application/x-vnd.obos-roster-launch-file1";
50 static const char *fileType2 = "application/x-vnd.obos-roster-launch-file2";
51 static const char *textTestType = "text/x-vnd.obos-roster-launch";
58 static const char *trashAppName = "roster-launch-app";
133 BRoster roster; local
135 CHK(roster
276 BRoster roster; local
290 BRoster roster; local
306 BRoster roster; local
324 BRoster roster; local
357 BRoster roster; local
390 BRoster roster; local
423 BRoster roster; local
459 BRoster roster; local
495 BRoster roster; local
534 BRoster roster; local
577 BRoster roster; local
610 BRoster roster; local
643 BRoster roster; local
695 BRoster roster; local
714 BRoster roster; local
748 BRoster roster; local
803 BRoster roster; local
857 BRoster roster; local
897 BRoster roster; local
941 BRoster roster; local
1000 BRoster roster; local
1058 BRoster roster; local
1098 BRoster roster; local
1143 BRoster roster; local
1188 BRoster roster; local
1239 BRoster roster; local
1286 BRoster roster; local
1330 BRoster roster; local
1353 BRoster roster; local
1389 BRoster roster; local
1451 BRoster roster; local
1464 BRoster roster; local
1477 BRoster roster; local
1516 BRoster roster; local
1545 BRoster roster; local
1558 BRoster roster; local
1569 BRoster roster; local
1609 BRoster roster; local
1643 BRoster roster; local
1673 BRoster roster; local
1688 BRoster roster; local
1700 BRoster roster; local
1740 BRoster roster; local
1769 BRoster roster; local
1792 BRoster roster; local
1811 BRoster roster; local
1833 BRoster roster; local
1846 BRoster roster; local
1864 BRoster roster; local
1902 BRoster roster; local
1939 BRoster roster; local
1977 BRoster roster; local
2002 BRoster roster; local
2081 BRoster roster; local
2113 BRoster roster; local
2130 BRoster roster; local
2148 BRoster roster; local
2190 BRoster roster; local
2212 BRoster roster; local
2229 BRoster roster; local
2249 BRoster roster; local
2262 BRoster roster; local
2281 BRoster roster; local
2319 BRoster roster; local
2356 BRoster roster; local
2394 BRoster roster; local
2418 BRoster roster; local
2497 BRoster roster; local
2533 BRoster roster; local
2566 BRoster roster; local
2584 BRoster roster; local
2603 BRoster roster; local
2645 BRoster roster; local
2667 BRoster roster; local
2684 BRoster roster; local
2704 BRoster roster; local
2717 BRoster roster; local
2736 BRoster roster; local
2774 BRoster roster; local
2811 BRoster roster; local
2849 BRoster roster; local
2873 BRoster roster; local
2959 BRoster roster; local
2994 BRoster roster; local
3025 BRoster roster; local
3043 BRoster roster; local
3062 BRoster roster; local
[all...]

Completed in 230 milliseconds

12345678