Searched refs:roster (Results 176 - 194 of 194) sorted by path

12345678

/haiku/src/servers/launch/
H A DLaunchDaemon.cpp505 BLaunchRoster roster; local
506 BLaunchRoster::Private(roster).RegisterSessionDaemon(this);
584 BRoster roster; local
585 BRoster::Private rosterPrivate(roster);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp444 BRoster roster; local
447 status_t status = roster.FindApp(B_MAIL_DAEMON_SIGNATURE, &ref);
499 BVolumeRoster roster; local
505 while (roster.GetNextVolume(&volume) == B_OK) {
789 BVolumeRoster roster; local
793 while (roster.GetNextVolume(&volume) == B_OK) {
/haiku/src/servers/mount/
H A DAutoMounter.cpp597 BDiskDeviceRoster roster;
600 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK)
748 BDiskDeviceRoster roster; local
751 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK)
/haiku/src/servers/net/
H A DNetServer.cpp349 BNetworkRoster& roster = BNetworkRoster::Default(); local
353 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
366 BNetworkRoster& roster = BNetworkRoster::Default(); local
371 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
383 BNetworkRoster& roster = BNetworkRoster::Default(); local
384 status_t status = roster.RemoveInterface(name);
446 BNetworkRoster& roster = BNetworkRoster::Default(); local
448 status_t status = roster.AddInterface(interface);
/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
H A DShutdownProcess.h29 ShutdownProcess(TRoster* roster,
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp528 IOSchedulerRoster* roster = IOSchedulerRoster::Default(); local
529 AutoLocker<IOSchedulerRoster> rosterLocker(roster);
532 = roster->SchedulerList().GetIterator();
/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/tests/kits/app/broster/
H A DFindAppTester.cpp40 = "application/x-vnd.obos-roster-findapp-uninstalled";
41 static const char *appType1 = "application/x-vnd.obos-roster-findapp-app1";
42 static const char *appType2 = "application/x-vnd.obos-roster-findapp-app2";
43 static const char *fileType1 = "application/x-vnd.obos-roster-findapp-file1";
44 static const char *fileType2 = "application/x-vnd.obos-roster-findapp-file2";
45 static const char *textTestType = "text/x-vnd.obos-roster-findapp";
52 static const char *trashAppName = "roster-findapp-app";
200 fApplication = new BApplication("application/x-vnd.obos-roster-findapp");
233 BRoster roster; local
246 BRoster roster; local
261 BRoster roster; local
278 BRoster roster; local
298 BRoster roster; local
318 BRoster roster; local
338 BRoster roster; local
361 BRoster roster; local
384 BRoster roster; local
410 BRoster roster; local
440 BRoster roster; local
460 BRoster roster; local
479 BRoster roster; local
518 BRoster roster; local
536 BRoster roster; local
558 BRoster roster; local
594 BRoster roster; local
611 BRoster roster; local
621 BRoster roster; local
649 BRoster roster; local
668 BRoster roster; local
682 BRoster roster; local
699 BRoster roster; local
720 BRoster roster; local
740 BRoster roster; local
761 BRoster roster; local
784 BRoster roster; local
801 BRoster roster; local
830 BRoster roster; local
863 BRoster roster; local
877 BRoster roster; local
[all...]
H A DGetRecentTester.cpp251 BRoster roster; local
252 err = roster.Launch(&ref);
253 // err = roster.Launch(kRecentAppsTestAppSigs[id]);
330 BRoster roster; local
331 roster.GetRecentApps(NULL, -10);
345 BRoster roster; local
346 roster.GetRecentApps(NULL, 0);
360 BRoster roster; local
361 roster.GetRecentApps(NULL, 10);
373 BRoster roster; local
388 BRoster roster; local
403 BRoster roster; local
420 BRoster roster; local
458 BRoster roster; local
501 BRoster roster; local
547 BRoster roster; local
564 BRoster roster; local
585 BRoster roster; local
621 BRoster roster; local
951 BRoster roster; local
1024 BRoster roster; local
1042 BRoster roster; local
1072 BRoster roster; local
1111 BRoster roster; local
1177 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...]
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...]
/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/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/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/servers/app/drawing_modes/
H A DDrawingModes.cpp373 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
374 if (roster == NULL)
380 roster->GetAllTranslators(&outId, &outCount);
384 roster->GetOutputFormats(outId[i], &formats, &formatCount);
397 r = roster->Translate(&stream, NULL, NULL, &file, pngFormat.type);
405 r = roster->Translate(&stream, NULL, NULL, &file, pngFormat.type);
436 r = roster->Translate(&stream, NULL, NULL, &file, pngFormat.type);
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp22 "exit, e exits the roster shell\n"
78 BRoster roster; local
96 status_t error = roster.ActivateApp(team);
130 BRoster roster; local
132 error = roster.Launch(&ref, (const BMessage*)NULL, &teamID);
156 BRoster roster; local
163 roster.GetAppList(&teamList);
172 status_t error = roster.GetRunningAppInfo(team, &info);
186 BRoster roster; local
193 roster
218 BRoster roster; local
[all...]
/haiku/src/tools/translation/inspector/
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);
H A DImageView.h70 BTranslatorRoster *SelectTranslatorRoster(BTranslatorRoster &roster);

Completed in 173 milliseconds

12345678