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

/haiku/headers/build/os/storage/
H A DNodeInfo.h63 status_t SetAppHint(const entry_ref *ref);
/haiku/headers/os/storage/
H A DNodeInfo.h46 status_t SetAppHint(const entry_ref* ref);
H A DMimeType.h124 status_t SetAppHint(const entry_ref* ref);
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp736 CHK(nodeInfo.SetAppHint(&testRef1) == B_OK);
743 CHK(nodeInfo.SetAppHint(&testRef2) == B_OK);
750 // status_t SetAppHint(const entry_ref *ref)
757 CHK(nodeInfo.SetAppHint(NULL) == B_OK);
767 CHK(nodeInfo.SetAppHint(&testRef1) == B_NO_INIT);
777 CHK(nodeInfo.SetAppHint(&invalidRef) != B_OK);
779 CHK(nodeInfo.SetAppHint(&abstractRef) == B_OK);
H A DMimeTypeTest.cpp636 CHK(mime.SetAppHint(&ref) != B_OK); // R5 == B_BAD_VALUE
651 CHK(mime.SetAppHint(NULL) != B_OK); // Installs, R5 == B_ENTRY_NOT_FOUND
654 CHK(mime.SetAppHint(NULL) != B_OK); // R5 == B_ENTRY_NOT_FOUND
659 CHK(mime.SetAppHint(NULL) != B_OK); // B_ENTRY_NOT_FOUND
661 CHK(mime.SetAppHint(&appRef) == B_OK);
665 CHK(mime.SetAppHint(NULL) == B_OK);
683 CHK(mime.SetAppHint(&appRef) == B_OK);
704 CHK(mime.SetAppHint(&appRef) == B_OK);
724 CHK(mime.SetAppHint(&appRef) == B_OK);
728 CHK(mime.SetAppHint(
[all...]
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp111 status = fDatabase->SetAppHint(signature, &entry);
H A DDatabase.cpp226 // SetAppHint
233 Database::SetAppHint(const char *type, const entry_ref *ref) function in class:BPrivate::Storage::Mime::Database
235 DBG(OUT("Database::SetAppHint()\n"));
951 <td> \c BMimeType::SetAppHint() </td>
/haiku/headers/private/storage/mime/
H A DDatabase.h67 status_t SetAppHint(const char *type, const entry_ref *ref);
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp522 // SetAppHint
539 BNodeInfo::SetAppHint(const entry_ref *ref) function in class:BNodeInfo
/haiku/src/servers/registrar/
H A DMIMEManager.cpp363 err = fDatabase.SetAppHint(type, &ref);
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp140 CHK(nodeInfo.SetAppHint(&appHint) == B_OK);
193 CHK(type.SetAppHint(&fileRef) == B_OK);
H A DLaunchTester.cpp188 CHK(nodeInfo.SetAppHint(&appHint) == B_OK);
241 CHK(type.SetAppHint(&fileRef) == B_OK);
/haiku/src/kits/app/
H A DRoster.cpp2008 appType.SetAppHint(NULL);
2159 appMeta.SetAppHint(&appRef);
2161 appMeta.SetAppHint(NULL);
2165 appMeta.SetAppHint(NULL);
2513 appMeta->SetAppHint(NULL);
/haiku/src/kits/storage/
H A DNodeInfo.cpp416 BNodeInfo::SetAppHint(const entry_ref* ref) function in class:BNodeInfo
H A DMimeType.cpp778 BMimeType::SetAppHint(const entry_ref* ref) function in class:BMimeType
/haiku/src/bin/
H A Dsetmime.cpp983 if (SetAppHint(&appHint) != B_OK)
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp253 mime.SetAppHint(appRef);

Completed in 182 milliseconds