Home
last modified time | relevance | path

Searched refs:extraType (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/storage/mime/
H A DDatabase.h138 const char *extraType, bool largeIcon, int32 action);
140 const char *extraType, int32 action);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1399 Database::_SendMonitorUpdate(int32 which, const char *type, const char *extraType, in _SendMonitorUpdate() argument
1412 err = msg.AddString("be:extra_type", extraType); in _SendMonitorUpdate()
1430 Database::_SendMonitorUpdate(int32 which, const char *type, const char *extraType, in _SendMonitorUpdate() argument
1442 err = msg.AddString("be:extra_type", extraType); in _SendMonitorUpdate()
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3125 NotificationMessage(int32 which, string type, string extraType, in NotificationMessage() argument
3127 : which(which), type(type), hasExtraType(true), extraType(extraType), in NotificationMessage()
3132 NotificationMessage(int32 which, string type, string extraType) in NotificationMessage() argument
3133 : which(which), type(type), hasExtraType(true), extraType(extraType), in NotificationMessage()
3139 : which(which), type(type), hasExtraType(false), extraType(), in NotificationMessage()
3145 : which(which), type(type), hasExtraType(false), extraType(), in NotificationMessage()
3154 string extraType; member in NotificationMessage
3457 const char *extraType; in CheckNotificationMessages() local
3460 &extraType) == B_OK); in CheckNotificationMessages()
3461 CPPUNIT_ASSERT( entry.extraType == extraType ); in CheckNotificationMessages()
[all …]