Symbol: NotificationReceived
headers/private/notification/NotificationReceived.h
15
class NotificationReceived : public BFlattenable {
headers/private/notification/NotificationReceived.h
17
NotificationReceived();
headers/private/notification/NotificationReceived.h
18
NotificationReceived(const char* title, notification_type type,
headers/private/notification/NotificationReceived.h
20
~NotificationReceived();
src/servers/notification/NotificationReceived.cpp
119
NotificationReceived::Title()
src/servers/notification/NotificationReceived.cpp
126
NotificationReceived::Type()
src/servers/notification/NotificationReceived.cpp
133
NotificationReceived::SetType(notification_type type)
src/servers/notification/NotificationReceived.cpp
140
NotificationReceived::LastReceived()
src/servers/notification/NotificationReceived.cpp
147
NotificationReceived::Allowed()
src/servers/notification/NotificationReceived.cpp
154
NotificationReceived::UpdateTimeStamp()
src/servers/notification/NotificationReceived.cpp
161
NotificationReceived::SetTimeStamp(time_t time)
src/servers/notification/NotificationReceived.cpp
21
NotificationReceived::NotificationReceived()
src/servers/notification/NotificationReceived.cpp
31
NotificationReceived::NotificationReceived(const char* title,
src/servers/notification/NotificationReceived.cpp
42
NotificationReceived::~NotificationReceived()
src/servers/notification/NotificationReceived.cpp
48
NotificationReceived::AllowsTypeCode(type_code code) const
src/servers/notification/NotificationReceived.cpp
55
NotificationReceived::Flatten(void* buffer, ssize_t numBytes) const
src/servers/notification/NotificationReceived.cpp
71
NotificationReceived::FlattenedSize() const
src/servers/notification/NotificationReceived.cpp
84
NotificationReceived::IsFixedSize() const
src/servers/notification/NotificationReceived.cpp
91
NotificationReceived::TypeCode() const
src/servers/notification/NotificationReceived.cpp
98
NotificationReceived::Unflatten(type_code code, const void* buffer,