Searched refs:apps (Results 1 - 13 of 13) sorted by relevance

/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh4 /boot/system/apps/ProcessController -deskbar
5 /boot/system/apps/NetworkStatus --deskbar
6 /boot/system/apps/PowerStatus --deskbar
/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh5 --icon /boot/system/apps/Installer \
H A Dmyupdate.sh9 --icon /boot/system/apps/HaikuDepot \
H A DHardwareChecker.sh25 --icon /system/apps/Devices \
/haiku/src/apps/processcontroller/
H A DQuitMenu.cpp55 BList apps; local
57 be_roster->GetAppList(&apps);
61 for (int a = 0; !found && (tmid = (team_id)(addr_t)apps.ItemAt(a)) != 0; a++)
67 for (int a = 0; (tmid = (team_id)(addr_t) apps.ItemAt(a)) != 0; a++) {
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp41 \brief Supporting apps information for the entire MIME database
59 given type in the pre-allocated \c BMessage pointed to by \c apps.
64 SupportingApps::GetSupportingApps(const char *type, BMessage *apps) argument
66 if (type == NULL || apps == NULL)
77 apps->MakeEmpty();
88 // Add the apps that support this supertype (plus their count)
93 status = apps->AddString(kApplicationsField, (*i).c_str());
97 status = apps->AddInt32(kSupportingAppsSuperCountField, count);
99 // Add the apps that support this subtype (plus their count)
104 status = apps
[all...]
/haiku/src/preferences/notifications/
H A DPrefletView.cpp34 NotificationsView* apps = new NotificationsView(host); local
42 AddTab(apps, tab);
/haiku/src/servers/app/
H A DBitmapManager.cpp249 BObjectList<ServerApp> apps;
252 apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
254 for (int32 i = 0; i < apps.CountItems(); i++) {
256 apps.ItemAt(i)->SendMessageToClient(&notify);
278 BObjectList<ServerApp> apps;
281 apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
283 for (int32 i = 0; i < apps.CountItems(); i++) {
285 apps.ItemAt(i)->SendMessageToClient(&notify);
/haiku/headers/private/storage/mime/
H A DSupportingApps.h34 status_t GetSupportingApps(const char *type, BMessage *apps);
45 std::map<std::string, std::set<std::string> > fSupportingApps; // mime type => set of supporting apps
/haiku/src/kits/tracker/
H A DFavoritesMenu.cpp209 int32 apps, docs, folders; local
210 TrackerSettings().RecentCounts(&apps, &docs, &folders);
257 int32 apps, docs, folders; local
258 TrackerSettings().RecentCounts(&apps, &docs, &folders);
/haiku/src/servers/registrar/
H A DTRoster.h78 status_t AddAppInfo(AppInfoList& apps, team_id team);
H A DTRoster.cpp279 // add to recent apps if successful
553 // apps to the list of the (pre-)registered apps.
564 // add the info to the registered apps list
1171 // notify all apps
1204 /*! \brief Clears the current list of recent apps
1262 /*! \brief Add the supplied app info to the list of (pre-)registered apps.
1281 apps.
1346 // remove the apps
1363 // remove the apps
1482 AddAppInfo(AppInfoList& apps, team_id team) argument
[all...]
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1409 BMessage apps; local
1410 // CHK(BMimeType(type).GetSupportingApps(&apps) == B_OK);
1411 BMimeType(type).GetSupportingApps(&apps);
1415 !found && apps.FindString("applications", i, &app) == B_OK;

Completed in 75 milliseconds