Searched refs:GetAppHint (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/build/os/storage/
H A DNodeInfo.h62 status_t GetAppHint(entry_ref *ref) const;
/haiku/headers/os/storage/
H A DNodeInfo.h45 status_t GetAppHint(entry_ref* ref) const;
H A DMimeType.h123 status_t GetAppHint(entry_ref* ref) const;
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h71 status_t GetAppHint(const char* type, entry_ref& _ref);
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp704 // status_t GetAppHint(entry_ref *ref) const
711 CHK(nodeInfo.GetAppHint(NULL) == B_BAD_VALUE);
718 CHK(nodeInfo.GetAppHint(&ref) == B_NO_INIT);
727 CHK(nodeInfo.GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
739 CHK(nodeInfo.GetAppHint(&ref) == B_OK);
745 CHK(nodeInfo.GetAppHint(&ref) == B_OK);
760 CHK(nodeInfo.GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
782 CHK(nodeInfo.GetAppHint(&ref) == B_OK);
H A DMimeTypeTest.cpp635 CHK(mime.GetAppHint(&ref) != B_OK); // R5 == B_BAD_VALUE
649 CHK(mime.GetAppHint(NULL) != B_OK); // R5 == B_BAD_VALUE
653 CHK(mime.GetAppHint(NULL) != B_OK); // R5 == B_BAD_VALUE
657 CHK(mime.GetAppHint(NULL) != B_OK); // B_BAD_VALUE
663 CHK(mime.GetAppHint(&ref) == B_OK);
667 CHK(mime.GetAppHint(&ref) != B_OK); // B_ENTRY_NOT_FOUND
685 CHK(mime.GetAppHint(&ref) == B_OK);
689 CHK(mime.GetAppHint(&ref) != B_OK);
702 CHK(mime.GetAppHint(&ref) != B_OK); // R5 == B_ENTRY_NOT_FOUND
706 CHK(mime.GetAppHint(
[all...]
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp155 CHK(type.GetAppHint(&appHint) == B_OK);
414 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
419 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
542 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
567 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
571 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
770 CHK(BMimeType(fileType1).GetAppHint(&ref) == B_ENTRY_NOT_FOUND);
H A DLaunchTester.cpp203 CHK(type.GetAppHint(&appHint) == B_OK);
538 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
544 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
1336 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
1365 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
1369 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
1393 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_OK);
1403 CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND);
1987 CHK(BMimeType(fileType1).GetAppHint(&fileRef) == B_ENTRY_NOT_FOUND);
2403 CHK(BMimeType(fileType1).GetAppHint(
[all...]
/haiku/src/servers/registrar/
H A DRecentApps.cpp249 err = mime.GetAppHint(result);
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp471 // GetAppHint
487 BNodeInfo::GetAppHint(entry_ref *ref) const function in class:BNodeInfo
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp525 if (type.GetAppHint(&ref) == B_OK) {
/haiku/src/kits/storage/
H A DMimeType.cpp764 BMimeType::GetAppHint(entry_ref* ref) const function in class:BMimeType
771 err = default_database_location()->GetAppHint(Type(), *ref);
H A DNodeInfo.cpp373 BNodeInfo::GetAppHint(entry_ref* ref) const function in class:BNodeInfo
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp354 DatabaseLocation::GetAppHint(const char* type, entry_ref& _ref) function in class:BPrivate::Storage::Mime::DatabaseLocation
/haiku/src/kits/app/
H A DRoster.cpp2006 && appType.GetAppHint(&hintRef) == B_OK
2158 if (appMeta.GetAppHint(&dummyRef) != B_OK)
2505 if (error == B_OK && appMeta->GetAppHint(appRef) == B_OK) {
/haiku/src/bin/
H A Dsetmime.cpp820 if (GetAppHint(&ref) == B_OK) {
/haiku/src/apps/deskbar/
H A DBarView.cpp1033 if (appmime.GetAppHint(&hintref) != B_OK)

Completed in 229 milliseconds