Searched refs:SetSupportedTypes (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/servers/registrar/mime/
H A DSupportingApps.h32 status_t SetSupportedTypes(const char *app, const BMessage *types, bool fullSync);
H A DSupportingApps.cpp121 // SetSupportedTypes
134 the next time SetSupportedTypes() is called with a \c true \a fullSync
147 previous callsto SetSupportedTypes(..., false)). If \c false,
148 said mappings are not updated until the next SetSupportedTypes(..., true)
152 SupportingApps::SetSupportedTypes(const char *app, const BMessage *types, bool fullSync) function in class:BPrivate::Storage::Mime::SupportingApps
207 \param fullSync See SupportingApps::SetSupportedTypes()
213 return SetSupportedTypes(app, &types, fullSync);
H A DUpdateMimeInfoThread.cpp179 err = appFileInfoWrite.SetSupportedTypes(&supportedTypes);
182 err = appFileInfoWrite.SetSupportedTypes(NULL);
H A DCreateAppMetaMimeThread.cpp149 status = mime.SetSupportedTypes(&supportedTypes);
H A DDatabase.h73 status_t SetSupportedTypes(const char *type, const BMessage *types, bool fullSync);
H A DDatabase.cpp566 // SetSupportedTypes
571 Please see BMimeType::SetSupportedTypes() for details.
581 Database::SetSupportedTypes(const char *type, const BMessage *types, bool fullSync) function in class:BPrivate::Storage::Mime::Database
583 DBG(OUT("Database::SetSupportedTypes()\n"));
613 status = fSupportingApps.SetSupportedTypes(type, types, fullSync);
1254 is \c false, the said removal will occur the next time SetSupportedTypes() or
/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h68 status_t SetSupportedTypes(const BMessage *types, bool syncAll);
69 status_t SetSupportedTypes(const BMessage *types);
H A DMimeType.h149 status_t SetSupportedTypes(const BMessage *types, bool fullSync = true);
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h76 status_t SetSupportedTypes(const BMessage *types, bool syncAll);
77 status_t SetSupportedTypes(const BMessage *types);
H A DMimeType.h171 status_t SetSupportedTypes(const BMessage* types, bool fullSync = true);
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp529 return info.SetSupportedTypes(&value.types, false);
1472 CHK(appFileInfo.SetSupportedTypes(&testTypes1) == B_OK);
1489 CHK(appFileInfo.SetSupportedTypes(&testTypes2) == B_OK);
1534 // status_t SetSupportedTypes(const BMessage *types, bool syncAll);
1535 // status_t SetSupportedTypes(const BMessage *types);
1541 CHK(appFileInfo.SetSupportedTypes(&types) == B_NO_INIT);
1550 CHK(appFileInfo.SetSupportedTypes(NULL) == B_OK);
1568 CHK(appFileInfo.SetSupportedTypes(&testTypes1) == B_OK);
1569 CHK(appFileInfo.SetSupportedTypes(NULL, true) == B_OK);
1602 CHK(appFileInfo.SetSupportedTypes(
[all...]
H A DMimeTypeTest.cpp2368 CHK(mime.SetSupportedTypes(&msg, true) != B_OK);
2369 CHK(mime.SetSupportedTypes(&msg, false) != B_OK);
2386 CHK(mime.SetSupportedTypes(&msg3, true) == B_OK);
2400 // Test that SetSupportedTypes(..., false) does not remove the app as a supporting
2401 // app for newly unsupported types, while SetSupportedTypes(..., true) does. Also
2403 // SetSupportedTypes(..., false) are properly updated so as to no longer list the
2404 // app as a supporting app once SetSupportedTypes(..., true) is finally called.
2419 CHK(mime.SetSupportedTypes(&msg3, true) == B_OK);
2436 CHK(mime.SetSupportedTypes(&msg2, false) == B_OK);
2454 CHK(mime.SetSupportedTypes(
[all...]
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp299 err = appFileInfoWrite.SetSupportedTypes(&supportedTypes);
306 err = appFileInfoWrite.SetSupportedTypes(NULL);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp538 // SetSupportedTypes
565 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) function in class:BAppFileInfo
614 error = mimeType.SetSupportedTypes(types, syncAll);
620 // SetSupportedTypes
623 This method is a short-hand for SetSupportedTypes(types, false).
634 BAppFileInfo::SetSupportedTypes(const BMessage* types) function in class:BAppFileInfo
636 return SetSupportedTypes(types, false);
H A DMimeType.cpp1109 BMimeType::SetSupportedTypes(const BMessage *types, bool fullSync) function in class:BMimeType
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp487 // SetSupportedTypes
514 BAppFileInfo::SetSupportedTypes(const BMessage *types, bool syncAll) function in class:BAppFileInfo
564 // error = mimeType.SetSupportedTypes(types, syncAll);
569 // SetSupportedTypes
572 This method is a short-hand for SetSupportedTypes(types, false).
583 BAppFileInfo::SetSupportedTypes(const BMessage *types) function in class:BAppFileInfo
585 return SetSupportedTypes(types, false);
/haiku-fatelf/src/servers/registrar/
H A DMIMEManager.cpp420 err = fDatabase.SetSupportedTypes(type, &types, fullSync);
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp713 status = info.SetSupportedTypes(&supportedTypes);

Completed in 120 milliseconds