Searched refs:SetGroup (Results 1 - 25 of 27) 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) function in class:AppGroupView
H A DNotificationView.cpp207 fNotification->SetGroup(value);
/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/apps/soundrecorder/
H A DFileUtils.cpp73 dst.SetGroup(src_stat.st_gid);
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp45 fNotification.SetGroup(B_TRANSLATE("Mail status"));
H A DMailDaemonApplication.cpp203 fNotification->SetGroup(B_TRANSLATE("Mail status"));
/haiku/src/build/libbe/storage/
H A DStatable.cpp141 BStatable::SetGroup(gid_t group) function in class:BStatable
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp208 CPPUNIT_ASSERT( statable->SetGroup(group) == B_OK );
237 CPPUNIT_ASSERT( statable->SetGroup(group) != B_OK );
/haiku/src/kits/app/
H A DNotification.cpp82 SetGroup(group);
256 BNotification::SetGroup(const BString& group) function in class:BNotification
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp258 notification.SetGroup(B_TRANSLATE("Notifications"));
/haiku/src/bin/
H A Dnotify.cpp233 notification.SetGroup(fGroup);
H A Dcopyattr.cpp440 destNode->SetGroup(sourceStat.st_gid);
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp311 notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
H A DUpdateManager.cpp555 notification.SetGroup("SoftwareUpdater");
/haiku/src/kits/storage/
H A DStatable.cpp149 BStatable::SetGroup(gid_t group) function in class:BStatable
H A DCopyEngine.cpp281 destNode->SetGroup(sourceStat.st_gid);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp637 success.SetGroup(B_TRANSLATE("WebPositive"));
660 success.SetGroup(B_TRANSLATE("WebPositive"));
/haiku/src/servers/package/
H A DPackageManager.cpp312 notification.SetGroup(B_TRANSLATE("Package daemon"));
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp373 node.SetGroup(group);
/haiku/src/apps/installer/
H A DCopyEngine.cpp480 destination.SetGroup(sourceInfo.st_gid);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp536 notification.SetGroup(B_TRANSLATE("Network Status"));
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp539 node->SetGroup(fInode->gid);

Completed in 268 milliseconds

12