Applet Manager services: Difference between revisions
Line 2,312: | Line 2,312: | ||
| 100 || [7.0.0+] [[#SetCpuBoostModeForApplet]] || | | 100 || [7.0.0+] [[#SetCpuBoostModeForApplet]] || | ||
|- | |- | ||
| 110 || [9.0.0+] PushToAppletBoundChannelForDebug || | | 110 || [9.0.0+] [[#PushToAppletBoundChannelForDebug]] || | ||
|- | |- | ||
| 111 || [9.0.0+] TryPopFromAppletBoundChannelForDebug || | | 111 || [9.0.0+] [[#TryPopFromAppletBoundChannelForDebug]] || | ||
|- | |- | ||
| 120 || [9.0.0+] AlarmSettingNotificationEnableAppEventReserve || | | 120 || [9.0.0+] [[#AlarmSettingNotificationEnableAppEventReserve]] || | ||
|- | |- | ||
| 121 || [9.0.0+] AlarmSettingNotificationDisableAppEventReserve || | | 121 || [9.0.0+] [[#AlarmSettingNotificationDisableAppEventReserve]] || | ||
|- | |- | ||
| 122 || [9.0.0+] AlarmSettingNotificationPushAppEventNotify || | | 122 || [9.0.0+] [[#AlarmSettingNotificationPushAppEventNotify]] || | ||
|- | |- | ||
| 130 || [9.0.0+] FriendInvitationSetApplicationParameter || | | 130 || [9.0.0+] [[#FriendInvitationSetApplicationParameter]] || | ||
|- | |- | ||
| 131 || [9.0.0+] FriendInvitationClearApplicationParameter || | | 131 || [9.0.0+] [[#FriendInvitationClearApplicationParameter]] || | ||
|- | |- | ||
| 132 || [9.0.0+] FriendInvitationPushApplicationParameter || | | 132 || [9.0.0+] [[#FriendInvitationPushApplicationParameter]] || | ||
|} | |} | ||
Line 2,357: | Line 2,357: | ||
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned. | The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned. | ||
=== PushToAppletBoundChannelForDebug === | |||
Takes an input [[#IStorage]] and a s32, no output. | |||
=== TryPopFromAppletBoundChannelForDebug === | |||
Takes an input s32, returns an output [[#IStorage]]. | |||
=== AlarmSettingNotificationEnableAppEventReserve === | |||
Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. | |||
=== AlarmSettingNotificationDisableAppEventReserve === | |||
No input/output. | |||
=== AlarmSettingNotificationPushAppEventNotify === | |||
Takes an input [[#IStorage]], no output. | |||
=== FriendInvitationSetApplicationParameter === | |||
Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. | |||
=== FriendInvitationClearApplicationParameter === | |||
No input/output. | |||
=== FriendInvitationPushApplicationParameter === | |||
Takes an input [[#IStorage]], no output. | |||
== IStorage == | == IStorage == |