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

/haiku-fatelf/headers/build/os/storage/
H A DMimeType.h148 status_t GetSupportedTypes(BMessage *types);
H A DAppFileInfo.h67 status_t GetSupportedTypes(BMessage *types) const;
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h75 status_t GetSupportedTypes(BMessage *types) const;
H A DMimeType.h170 status_t GetSupportedTypes(BMessage* types);
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp538 return info.GetSupportedTypes(&value.types);
1446 // status_t GetSupportedTypes(BMessage *types) const;
1452 CHK(appFileInfo.GetSupportedTypes(&types) == B_NO_INIT);
1461 CHK(appFileInfo.GetSupportedTypes(&types) == B_ENTRY_NOT_FOUND);
1475 CHK(appFileInfo.GetSupportedTypes(&types) == B_OK);
1492 CHK(appFileInfo.GetSupportedTypes(&types2) == B_OK);
1517 CHK(appFileInfo.GetSupportedTypes(&types2) == B_OK);
1530 CHK(appFileInfo.GetSupportedTypes(NULL) == B_BAD_VALUE);
1553 CHK(appFileInfo.GetSupportedTypes(&types) == B_ENTRY_NOT_FOUND);
1571 CHK(appFileInfo.GetSupportedTypes(
[all...]
H A DMimeTypeTest.cpp2370 CHK(mime.GetSupportedTypes(&msg) != B_OK);
2420 CHK(mime.GetSupportedTypes(&msg) == B_OK);
2437 CHK(mime.GetSupportedTypes(&msg) == B_OK);
2455 CHK(mime.GetSupportedTypes(&msg) == B_OK);
2474 CHK(mime.GetSupportedTypes(&msg) == B_OK);
2492 CHK(mime.GetSupportedTypes(&msg) == B_OK);
2508 CHK(mime.GetSupportedTypes(&msg) == B_ENTRY_NOT_FOUND);
2518 CHK(mime.GetSupportedTypes(&msg) == B_ENTRY_NOT_FOUND);
/haiku-fatelf/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.cpp138 if (appInfo.GetSupportedTypes(&supportedTypes) == B_OK)
H A DUpdateMimeInfoThread.cpp177 err = appFileInfoRead.GetSupportedTypes(&supportedTypes);
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp297 err = appFileInfoRead.GetSupportedTypes(&supportedTypes);
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp447 // GetSupportedTypes
465 BAppFileInfo::GetSupportedTypes(BMessage *types) const function in class:BAppFileInfo
605 error = GetSupportedTypes(&types);
643 error = GetSupportedTypes(&types);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp498 // GetSupportedTypes
516 BAppFileInfo::GetSupportedTypes(BMessage* types) const function in class:BAppFileInfo
657 error = GetSupportedTypes(&types);
696 error = GetSupportedTypes(&types);
H A DMimeType.cpp1097 BMimeType::GetSupportedTypes(BMessage *types) function in class:BMimeType
/haiku-fatelf/src/kits/tracker/
H A DModel.cpp1085 if (handlerInfo.GetSupportedTypes(&message) != B_OK)
1161 if (handlerInfo.GetSupportedTypes(&message) != B_OK)
H A DContainerWindow.cpp2983 if (info.GetSupportedTypes(&message) == B_OK) {
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp658 if (appFileInfo.GetSupportedTypes(&types) != B_OK)
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp586 info.GetSupportedTypes(&supportedTypes);

Completed in 111 milliseconds