Searched refs:GetSupportingApps (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/private/storage/mime/
H A DSupportingApps.h34 status_t GetSupportingApps(const char *type, BMessage *apps);
H A DDatabase.h93 status_t GetSupportingApps(const char *type, BMessage *signatures);
/haiku/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp73 if (mimeType.GetSupportingApps(&supportingApps) == B_OK) {
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp53 if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.cpp100 if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
270 if (mimeType.GetSupportingApps(&applications) == B_OK
/haiku/headers/os/storage/
H A DMimeType.h106 status_t GetSupportingApps(BMessage* signatures) const;
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp61 See \c BMimeType::GetSupportingApps() for more information.
64 SupportingApps::GetSupportingApps(const char *type, BMessage *apps) function in class:BPrivate::Storage::Mime::SupportingApps
H A DDatabase.cpp719 // GetSupportingApps
723 Please see BMimeType::GetSupportingApps() for more details.
726 Database::GetSupportingApps(const char *type, BMessage *signatures) function in class:BPrivate::Storage::Mime::Database
728 return fSupportingApps.GetSupportingApps(type, signatures);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp186 err = fDatabase.GetSupportingApps(type, &reply);
/haiku/src/kits/storage/
H A DMimeType.cpp429 BMimeType::GetSupportingApps(BMessage* signatures) const function in class:BMimeType
729 err = mime.GetSupportingApps(wild_ones);
1244 For each supported type the result of BMimeType::GetSupportingApps() will
/haiku/src/apps/diskusage/
H A DPieView.cpp644 if (type->GetSupportingApps(&msg) == B_OK) {
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp242 mime.GetSupportingApps(&supportingAppList);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp596 mime.GetSupportingApps(&message);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2310 CHK(supportedType.GetSupportingApps(&appMsg) == B_OK);
2538 CHK(mime.GetSupportingApps(&msg) == B_OK);
2545 CHK(mime.GetSupportingApps(&msg) == B_OK);
2552 CHK(mime.GetSupportingApps(&msg) == B_OK);
2655 // database fail when GetSupportingApps is called on them. Thus, we
2706 // Get the set of supporting apps via GetSupportingApps(), then
2709 CHK(mime.GetSupportingApps(&msg) == B_OK);
2732 // Normal function (compare to BMimeType("application/octet-stream").GetSupportingApps())
2739 CHK(mime.GetSupportingApps(&msg2) == B_OK);
4894 status_t GetSupportingApps(BMessag
[all...]
H A DAppFileInfoTest.cpp1410 // CHK(BMimeType(type).GetSupportingApps(&apps) == B_OK);
1411 BMimeType(type).GetSupportingApps(&apps);
1585 // * cross check with BMimeType::GetSupportingApps(): no syncAll
1614 // * cross check with BMimeType::GetSupportingApps(): syncAll == false
1643 // * cross check with BMimeType::GetSupportingApps(): syncAll == true
/haiku/src/kits/app/
H A DRoster.cpp2432 && type.GetSupportingApps(&supportingSignatures) == B_OK) {

Completed in 195 milliseconds