Searched refs:_SendKeyMessage (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/app/ |
H A D | KeyStore.cpp | 85 status_t result = _SendKeyMessage(message, &reply); in GetKey() 115 return _SendKeyMessage(message, NULL); in AddKey() 137 return _SendKeyMessage(message, NULL); in RemoveKey() 174 status_t result = _SendKeyMessage(message, &reply); in GetNextKey() 195 return _SendKeyMessage(message, NULL); in AddKeyring() 204 return _SendKeyMessage(message, NULL); in RemoveKeyring() 215 status_t result = _SendKeyMessage(message, &reply); in GetNextKeyring() 238 return _SendKeyMessage(message, NULL); in SetUnlockKey() 247 return _SendKeyMessage(message, NULL); in RemoveUnlockKey() 273 return _SendKeyMessage(message, NULL); in AddKeyringToMaster() [all …]
|
/haiku/src/apps/remotedesktop/ |
H A D | RemoteView.h | 49 void _SendKeyMessage(uint16 code,
|
H A D | RemoteView.cpp | 250 _SendKeyMessage(RP_KEY_DOWN, bytes, numBytes); in KeyDown() 260 _SendKeyMessage(RP_KEY_UP, bytes, numBytes); in KeyUp() 335 RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes) in _SendKeyMessage() function in RemoteView
|
/haiku/headers/os/app/ |
H A D | KeyStore.h | 98 status_t _SendKeyMessage(BMessage& message,
|