Symbol: GetRefFor
headers/os/media/MediaFiles.h
29
virtual status_t GetRefFor(const char* type, const char* item,
headers/os/media/MediaRoster.h
286
status_t GetRefFor(const media_node& node,
headers/os/translation/TranslatorRoster.h
102
status_t GetRefFor(translator_id translatorID,
src/apps/cortex/InfoView/FileNodeInfoView.cpp
79
error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
810
status_t error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);
src/apps/cortex/support/MediaIcon.cpp
161
if ((roster && (roster->GetRefFor(nodeInfo.node, &ref) == B_OK))
src/bin/installsound.cpp
61
if(mfiles.GetRefFor(BMediaFiles::B_SOUNDS, argv[2], &ref) == B_OK)
src/bin/installsound.cpp
69
if(mfiles.GetRefFor(BMediaFiles::B_SOUNDS, argv[2], &ref) == B_OK)
src/kits/media/MediaFiles.cpp
132
GetRefFor(fCurrentType.String(), _type->String(), _ref);
src/kits/translation/TranslatorRoster.cpp
1762
return fPrivate->GetRefFor(id, *ref);
src/kits/translation/TranslatorRosterPrivate.h
71
status_t GetRefFor(translator_id id, entry_ref& ref);
src/preferences/datatranslations/DataTranslationsWindow.cpp
136
if (roster->GetRefFor(id, &ref) == B_OK) {
src/preferences/sounds/HEventList.cpp
120
BMediaFiles().GetRefFor(fType, row->Name(), &ref);
src/servers/media/MediaFilesManager.cpp
355
if (GetRefFor(type, name, &ref) != B_OK) {
src/servers/media/MediaFilesManager.h
35
status_t GetRefFor(const char* type, const char* item,
src/servers/media/media_server.cpp
827
status_t status = gMediaFilesManager->GetRefFor(request.type,
src/servers/media_addon/MediaFilePlayer.cpp
32
if (BMediaFiles().GetRefFor(media_type, media_name, &ref) != B_OK