Symbol: GetPreferredApp
headers/build/os/storage/NodeInfo.h
58
status_t GetPreferredApp(char *signature,
headers/os/storage/MimeType.h
101
status_t GetPreferredApp(char* signature, app_verb verb = B_OPEN) const;
headers/os/storage/NodeInfo.h
41
status_t GetPreferredApp(char* signature,
headers/private/storage/mime/DatabaseLocation.h
90
status_t GetPreferredApp(const char* type,
src/apps/diskusage/PieView.cpp
639
if (type->GetPreferredApp(appSignature) == B_OK)
src/apps/text_search/GrepWindow.cpp
1718
mimeType.GetPreferredApp(editorSig);
src/bin/setmime.cpp
825
if (GetPreferredApp(buffer, B_OPEN) == B_OK)
src/build/libbe/storage/NodeInfo.cpp
664
if (GetPreferredApp(signature) == B_OK) {
src/kits/app/Roster.cpp
2299
if (!isDocument || appFileInfo.GetPreferredApp(preferredApp) != B_OK) {
src/kits/app/Roster.cpp
2323
if (nodeInfo.GetPreferredApp(preferredApp) == B_OK
src/kits/app/Roster.cpp
2393
superType.GetPreferredApp(secondarySignature);
src/kits/app/Roster.cpp
2395
if (type.GetPreferredApp(primarySignature) != B_OK) {
src/kits/storage/MimeType.cpp
357
err = default_database_location()->GetPreferredApp(Type(), signature,
src/kits/storage/NodeInfo.cpp
521
if (GetPreferredApp(signature) == B_OK) {
src/kits/storage/NodeInfo.cpp
534
if (!success && nodeType.GetPreferredApp(signature) == B_OK) {
src/kits/storage/NodeInfo.cpp
550
if (superType.GetPreferredApp(signature) == B_OK) {
src/kits/support/Url.cpp
690
mime.GetPreferredApp(appSignature.LockBuffer(B_MIME_TYPE_LENGTH));
src/kits/tracker/IconCache.cpp
1194
status_t result = mime.GetPreferredApp(preferredAppSig);
src/kits/tracker/IconCache.cpp
428
if (mime.GetPreferredApp(preferredAppSig) != B_OK)
src/kits/tracker/MimeTypeList.cpp
53
if (mimeType.GetPreferredApp(buffer) == B_OK
src/kits/tracker/Model.cpp
1562
err = nodeInfo.GetPreferredApp(preferredApp);
src/kits/tracker/Model.cpp
1583
err = mimeType.GetPreferredApp(preferredApp);
src/kits/tracker/Model.cpp
660
if (info.GetPreferredApp(type) == B_OK) {
src/kits/tracker/Model.cpp
965
if (!IsVolume() && !IsSymLink() && info.GetPreferredApp(type) == B_OK)
src/kits/tracker/OpenWithWindow.cpp
1167
fHaveCommonPreferredApp = fIterator->GetPreferredApp(&fPreferredRef);
src/kits/tracker/OpenWithWindow.cpp
672
fHaveCommonPreferredApp = fIterator->GetPreferredApp(&fPreferredRef);
src/kits/tracker/OpenWithWindow.h
87
bool GetPreferredApp(entry_ref* ref) const;
src/kits/tracker/Tracker.cpp
867
if (nodeInfo.GetPreferredApp(preferredApp) == B_OK
src/kits/tracker/TrackerInitialState.cpp
278
|| mime.GetPreferredApp(tmp) != B_OK))) {
src/kits/tracker/infowindow/GeneralInfoView.cpp
239
nodeInfo.GetPreferredApp(prefSignature);
src/preferences/filetypes/FileTypeWindow.cpp
220
if (info.GetPreferredApp(preferredApp) != B_OK)
src/preferences/filetypes/IconView.cpp
113
if (type.GetPreferredApp(preferred) == B_OK) {
src/preferences/filetypes/IconView.cpp
131
if (superType.GetPreferredApp(preferred) == B_OK) {
src/preferences/filetypes/IconView.cpp
60
if (type.GetPreferredApp(preferred) == B_OK) {
src/preferences/filetypes/IconView.cpp
78
if (superType.GetPreferredApp(preferred) == B_OK) {
src/preferences/filetypes/MimeTypeListView.cpp
31
return type.GetPreferredApp(preferredApp) == B_OK
src/preferences/filetypes/PreferredAppMenu.cpp
105
if (type->GetPreferredApp(preferred) != B_OK)
src/preferences/filetypes/PreferredAppMenu.cpp
229
if (nodeInfo.GetPreferredApp(preferred) != B_OK)
src/preferences/filetypes/PreferredAppMenu.cpp
237
mimeType.GetPreferredApp(preferred);
src/tests/kits/app/broster/FindAppTester.cpp
487
= (textType.GetPreferredApp(preferredApp) == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
651
= (textType.GetPreferredApp(preferredApp) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2018
CPPUNIT_ASSERT(mime.GetPreferredApp(str) != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
2030
CHK(mime.GetPreferredApp(str) != B_OK); // R5 == B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
2034
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2047
CHK(mime.GetPreferredApp(NULL) != B_OK); // R5 == B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
2051
CHK(mime.GetPreferredApp(str) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/MimeTypeTest.cpp
2054
CHK(mime.GetPreferredApp(NULL) != B_OK); // Haiku == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
2061
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2066
CHK(mime.GetPreferredApp(str) != B_OK); // Haiku == B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
2080
CHK(mime.GetPreferredApp(NULL) != B_OK); // R5 == B_BAD_ADDRESS
src/tests/kits/storage/MimeTypeTest.cpp
2082
CHK(mime.GetPreferredApp(NULL) != B_OK); // R5 == B_BAD_ADDRESS
src/tests/kits/storage/MimeTypeTest.cpp
2100
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2104
CHK(mime.GetPreferredApp(str) != B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2119
CHK(mime.GetPreferredApp(str) == B_ENTRY_NOT_FOUND); // R5 == B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
2122
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2126
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2142
CHK(mime.GetPreferredApp(str) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/MimeTypeTest.cpp
2146
CHK(mime.GetPreferredApp(str) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3885
CHK(type.GetPreferredApp(preferredApp) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
605
CHK(equals(nodeInfo.GetPreferredApp(NULL), B_BAD_ADDRESS,
src/tests/kits/storage/NodeInfoTest.cpp
613
CHK(nodeInfo.GetPreferredApp(signature) == B_NO_INIT);
src/tests/kits/storage/NodeInfoTest.cpp
622
CHK(nodeInfo.GetPreferredApp(signature) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/NodeInfoTest.cpp
634
CHK(nodeInfo.GetPreferredApp(signature) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
640
CHK(nodeInfo.GetPreferredApp(signature) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
655
CHK(nodeInfo.GetPreferredApp(signature) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/NodeInfoTest.cpp
673
CHK(nodeInfo.GetPreferredApp(signature) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
689
CHK(nodeInfo.GetPreferredApp(signature) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/testapps/dump_mime_types.cpp
43
if (mimeType.GetPreferredApp(preferredApp) == B_OK)