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

/haiku/headers/private/storage/mime/
H A DSupportingApps.h36 status_t SetSupportedTypes(const char *app, const BMessage *types, bool fullSync);
H A DDatabase.h86 status_t SetSupportedTypes(const char *type, const BMessage *types, bool fullSync);
/haiku/headers/os/storage/
H A DAppFileInfo.h71 status_t SetSupportedTypes(const BMessage* types,
73 status_t SetSupportedTypes(const BMessage* types,
75 status_t SetSupportedTypes(const BMessage* types);
H A DMimeType.h171 status_t SetSupportedTypes(const BMessage* types, bool fullSync = true);
/haiku/headers/build/os/storage/
H A DMimeType.h149 status_t SetSupportedTypes(const BMessage *types, bool fullSync = true);
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp180 err = appFileInfoWrite.SetSupportedTypes(&supportedTypes, false,
184 err = appFileInfoWrite.SetSupportedTypes(NULL, false, false);
H A DSupportingApps.cpp146 the next time SetSupportedTypes() is called with a \c true \a fullSync
159 previous callsto SetSupportedTypes(..., false)). If \c false,
160 said mappings are not updated until the next SetSupportedTypes(..., true)
164 SupportingApps::SetSupportedTypes(const char *app, const BMessage *types, bool fullSync) function in class:BPrivate::Storage::Mime::SupportingApps
220 \param fullSync See SupportingApps::SetSupportedTypes()
226 return SetSupportedTypes(app, &types, fullSync);
H A DAppMetaMimeCreator.cpp162 status = fDatabase->SetSupportedTypes(signature, &supportedTypes, true);
H A DDatabase.cpp599 // SetSupportedTypes
604 Please see BMimeType::SetSupportedTypes() for details.
614 Database::SetSupportedTypes(const char *type, const BMessage *types, bool fullSync) function in class:BPrivate::Storage::Mime::Database
616 DBG(OUT("Database::SetSupportedTypes()\n"));
646 status = fSupportingApps.SetSupportedTypes(type, types, fullSync);
1289 is \c false, the said removal will occur the next time SetSupportedTypes() or
/haiku/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/src/build/libbe/storage/
H A DAppFileInfo.cpp371 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool updateMimeDB, function in class:BAppFileInfo
428 error = mimeType.SetSupportedTypes(types, syncAll);
436 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) function in class:BAppFileInfo
438 return SetSupportedTypes(types, true, syncAll);
443 BAppFileInfo::SetSupportedTypes(const BMessage* types) function in class:BAppFileInfo
445 return SetSupportedTypes(types, true, false);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp371 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool updateMimeDB, function in class:BAppFileInfo
427 error = mimeType.SetSupportedTypes(types, syncAll);
434 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool syncAll) function in class:BAppFileInfo
436 return SetSupportedTypes(types, true, syncAll);
441 BAppFileInfo::SetSupportedTypes(const BMessage* types) function in class:BAppFileInfo
443 return SetSupportedTypes(types, true, false);
H A DMimeType.cpp1248 listed as supported types as of this call to SetSupportedTypes() shall be
1254 to BMimeType::SetSupportedTypes() or BMimeType::DeleteSupportedTypes()
1266 BMimeType::SetSupportedTypes(const BMessage* types, bool fullSync) function in class:BMimeType
/haiku/src/servers/registrar/
H A DMIMEManager.cpp464 err = fDatabase.SetSupportedTypes(type, &types, fullSync);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp754 status = info.SetSupportedTypes(&supportedTypes);

Completed in 137 milliseconds