Home
last modified time | relevance | path

Searched refs:SetGroup (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/servers/notification/
H A DAppGroupView.h39 void SetGroup(const char* group);
H A DAppGroupView.cpp265 AppGroupView::SetGroup(const char* group) in SetGroup() function in AppGroupView
H A DNotificationView.cpp207 fNotification->SetGroup(value); in MessageReceived()
/haiku/headers/build/os/storage/
H A DStatable.h34 status_t SetGroup(gid_t group);
/haiku/headers/os/storage/
H A DStatable.h43 status_t SetGroup(gid_t group);
/haiku/headers/os/app/
H A DNotification.h43 void SetGroup(const BString& group);
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp45 fNotification.SetGroup(B_TRANSLATE("Mail status")); in DefaultNotifier()
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp73 dst.SetGroup(src_stat.st_gid); in CopyFileData()
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp208 CPPUNIT_ASSERT( statable->SetGroup(group) == B_OK ); in SetXYZTest()
237 CPPUNIT_ASSERT( statable->SetGroup(group) != B_OK ); in SetXYZTest()
/haiku/docs/user/storage/
H A DStatable.dox37 SetGroup()), and permissions (GetPermissions() and SetPermissions()) of
148 \see SetGroup()
156 \fn status_t BStatable::SetGroup(gid_t group)
/haiku/src/kits/app/
H A DNotification.cpp82 SetGroup(group); in BNotification()
256 BNotification::SetGroup(const BString& group) in SetGroup() function in BNotification
/haiku/src/build/libbe/storage/
H A DStatable.cpp141 BStatable::SetGroup(gid_t group) in SetGroup() function in BStatable
/haiku/docs/user/app/
H A DNotification.dox97 - The \link BNotification::SetGroup() group\endlink, which allows you to
118 notification.SetGroup("Group");
155 running. This impacts the \link BNotification::SetGroup() grouping\endlink
274 \see BNotification::SetGroup() for more information about groups.
283 \fn void BNotification::SetGroup(const BString& group)
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp258 notification.SetGroup(B_TRANSLATE("Notifications")); in _SendExampleNotification()
/haiku/src/kits/storage/
H A DStatable.cpp149 BStatable::SetGroup(gid_t group) in SetGroup() function in BStatable
H A DCopyEngine.cpp281 destNode->SetGroup(sourceStat.st_gid); in _CopyEntry()
/haiku/src/bin/
H A Dnotify.cpp233 notification.SetGroup(fGroup); in ReadyToRun()
H A Dcopyattr.cpp440 destNode->SetGroup(sourceStat.st_gid); in copy_entry()
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp311 notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater")); in _SendNotification()
H A DUpdateManager.cpp555 notification.SetGroup("SoftwareUpdater"); in _FinalUpdate()
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp640 success.SetGroup(B_TRANSLATE("WebPositive")); in DownloadFinished()
663 success.SetGroup(B_TRANSLATE("WebPositive")); in CancelDownload()
/haiku/src/servers/package/
H A DPackageManager.cpp312 notification.SetGroup(B_TRANSLATE("Package daemon")); in Warn()
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp374 node.SetGroup(group); in MessageReceived()
/haiku/src/apps/installer/
H A DCopyEngine.cpp480 destination.SetGroup(sourceInfo.st_gid); in _Copy()
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp536 notification.SetGroup(B_TRANSLATE("Network Status")); in _Update()

12