Applet Manager services: Difference between revisions
Line 974: | Line 974: | ||
| 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]] || | | 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]] || | ||
|- | |- | ||
| 140 || [9.0.0+] GetFriendInvitationStorageChannelEvent || | | 140 || [9.0.0+] [[#GetFriendInvitationStorageChannelEvent]] || | ||
|- | |- | ||
| 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]] || | | 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]] || | ||
|- | |- | ||
| 150 || [9.0.0+] GetNotificationStorageChannelEvent || | | 150 || [9.0.0+] [[#GetNotificationStorageChannelEvent]] || | ||
|- | |- | ||
| 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]] || | | 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]] || | ||
Line 1,187: | Line 1,187: | ||
This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. | This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. | ||
==== GetFriendInvitationStorageChannelEvent ==== | |||
No input, returns an output Event handle with EventClearMode=0. | |||
==== TryPopFromFriendInvitationStorageChannel ==== | ==== TryPopFromFriendInvitationStorageChannel ==== | ||
Line 1,192: | Line 1,195: | ||
This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]]. | This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]]. | ||
==== GetNotificationStorageChannelEvent ==== | |||
No input, returns an output Event handle with EventClearMode=0. | |||
==== TryPopFromNotificationStorageChannel ==== | ==== TryPopFromNotificationStorageChannel ==== |