Symbol: GetAppHint
headers/build/os/storage/NodeInfo.h
62
status_t GetAppHint(entry_ref *ref) const;
headers/os/storage/MimeType.h
123
status_t GetAppHint(entry_ref* ref) const;
headers/os/storage/NodeInfo.h
45
status_t GetAppHint(entry_ref* ref) const;
headers/private/storage/mime/DatabaseLocation.h
71
status_t GetAppHint(const char* type, entry_ref& _ref);
src/apps/deskbar/BarView.cpp
1034
if (appmime.GetAppHint(&hintref) != B_OK)
src/bin/setmime.cpp
820
if (GetAppHint(&ref) == B_OK) {
src/kits/app/Roster.cpp
2010
&& appType.GetAppHint(&hintRef) == B_OK
src/kits/app/Roster.cpp
2162
if (appMeta.GetAppHint(&dummyRef) != B_OK)
src/kits/app/Roster.cpp
2509
if (error == B_OK && appMeta->GetAppHint(appRef) == B_OK) {
src/kits/storage/MimeType.cpp
772
err = default_database_location()->GetAppHint(Type(), *ref);
src/preferences/filetypes/ApplicationTypesWindow.cpp
525
if (type.GetAppHint(&ref) == B_OK) {
src/servers/registrar/RecentApps.cpp
249
err = mime.GetAppHint(result);
src/tests/kits/app/broster/FindAppTester.cpp
155
CHK(type.GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
414
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
419
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/FindAppTester.cpp
542
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/FindAppTester.cpp
567
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
571
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/FindAppTester.cpp
770
CHK(BMimeType(fileType1).GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
1336
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
1365
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
1369
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
1393
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
1403
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
1987
CHK(BMimeType(fileType1).GetAppHint(&fileRef) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
203
CHK(type.GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
2403
CHK(BMimeType(fileType1).GetAppHint(&fileRef) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
2858
CHK(BMimeType(fileType1).GetAppHint(&fileRef) == B_ENTRY_NOT_FOUND);
src/tests/kits/app/broster/LaunchTester.cpp
538
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
544
CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/MimeTypeTest.cpp
635
CHK(mime.GetAppHint(&ref) != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
649
CHK(mime.GetAppHint(NULL) != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
653
CHK(mime.GetAppHint(NULL) != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
657
CHK(mime.GetAppHint(NULL) != B_OK); // B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
663
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
667
CHK(mime.GetAppHint(&ref) != B_OK); // B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
685
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
689
CHK(mime.GetAppHint(&ref) != B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
702
CHK(mime.GetAppHint(&ref) != B_OK); // R5 == B_ENTRY_NOT_FOUND
src/tests/kits/storage/MimeTypeTest.cpp
706
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
722
CHK(mime.GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/MimeTypeTest.cpp
725
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
729
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
782
CHK(mime.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
711
CHK(nodeInfo.GetAppHint(NULL) == B_BAD_VALUE);
src/tests/kits/storage/NodeInfoTest.cpp
718
CHK(nodeInfo.GetAppHint(&ref) == B_NO_INIT);
src/tests/kits/storage/NodeInfoTest.cpp
727
CHK(nodeInfo.GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/NodeInfoTest.cpp
739
CHK(nodeInfo.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
745
CHK(nodeInfo.GetAppHint(&ref) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
760
CHK(nodeInfo.GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
src/tests/kits/storage/NodeInfoTest.cpp
782
CHK(nodeInfo.GetAppHint(&ref) == B_OK);