NS services: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 601: | Line 601: | ||
| 98 || [6.0.0+] EnableApplicationAllThreadDumpOnCrash | | 98 || [6.0.0+] EnableApplicationAllThreadDumpOnCrash | ||
|- | |- | ||
| 99 || [8.0.0+] LaunchDevMenu | | 99 || [8.0.0+] [[#LaunchDevMenu]] | ||
|- | |- | ||
| 100 || ResetToFactorySettings | | 100 || ResetToFactorySettings | ||
Line 733: | Line 733: | ||
| 912 || [5.1.0+] ClearPreInstalledApplicationFlag | | 912 || [5.1.0+] ClearPreInstalledApplicationFlag | ||
|- | |- | ||
| 913 || [9.0.0+] | | 913 || [9.0.0+] ListAllApplicationRecord | ||
|- | |- | ||
| 914 || [9.0.0+] | | 914 || [9.0.0+] HideApplicationRecord | ||
|- | |- | ||
| 915 || [9.0.0+] | | 915 || [9.0.0+] ShowApplicationRecord | ||
|- | |- | ||
| 1000 || RequestVerifyApplicationDeprecated | | 1000 || RequestVerifyApplicationDeprecated | ||
Line 777: | Line 777: | ||
| 1505 || [3.0.0+] RemoveSdCard | | 1505 || [3.0.0+] RemoveSdCard | ||
|- | |- | ||
| 1506 || [9.0.0+] | | 1506 || [9.0.0+] GetSdCardStartupStatus | ||
|- | |- | ||
| 1600 || GetSystemSeedForPseudoDeviceId | | 1600 || GetSystemSeedForPseudoDeviceId | ||
Line 847: | Line 847: | ||
| 2050 || [6.0.0+] GetApplicationRightsOnClient | | 2050 || [6.0.0+] GetApplicationRightsOnClient | ||
|- | |- | ||
| 2051 || [9.0.0+] | | 2051 || [9.0.0+] InvalidateRightsIdCache | ||
|- | |- | ||
| 2100 || [6.0.0+] GetApplicationTerminateResult | | 2100 || [6.0.0+] GetApplicationTerminateResult | ||
Line 907: | Line 907: | ||
| 2500 || [8.0.0+] ConfirmAvailableTime | | 2500 || [8.0.0+] ConfirmAvailableTime | ||
|- | |- | ||
| 2510 || [9.0.0+] | | 2510 || [9.0.0+] [[#CreateApplicationResource]] | ||
|- | |- | ||
| 2511 || [9.0.0+] | | 2511 || [9.0.0+] [[#GetApplicationResource]] | ||
|- | |- | ||
| 2513 || [9.0.0+] | | 2513 || [9.0.0+] | ||
Line 920: | Line 920: | ||
[4.0.0+] RequestDownloadAddOnContent now takes an additional 8-bytes of input. | [4.0.0+] RequestDownloadAddOnContent now takes an additional 8-bytes of input. | ||
==== | ==== LaunchDevMenu ==== | ||
No input/output. | No input/output. | ||
Line 931: | Line 931: | ||
Then if the above succeeds, the above titles are launched with the above StorageId via [[Process_Manager_services|pmshell]] LaunchProgram, with a 0.5s sleep-thread afterwards on success. | Then if the above succeeds, the above titles are launched with the above StorageId via [[Process_Manager_services|pmshell]] LaunchProgram, with a 0.5s sleep-thread afterwards on success. | ||
==== | ==== CreateApplicationResource ==== | ||
Returns an [[# | Returns an [[#IApplicationResource]]. | ||
==== | ==== GetApplicationResource ==== | ||
Returns an [[# | Returns an [[#IApplicationResource]]. | ||
=== IApplicationVersionInterface === | === IApplicationVersionInterface === | ||
Line 1,133: | Line 1,133: | ||
|} | |} | ||
=== | === IApplicationResource === | ||
This is "nn::ns::detail::IApplicationResource". | |||
This was added with [9.0.0+]. | This was added with [9.0.0+]. | ||
Line 1,140: | Line 1,142: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || Attach | ||
|- | |- | ||
| 1 || | | 1 || BoostSystemMemoryResourceLimit | ||
|} | |} | ||
Line 1,412: | Line 1,414: | ||
== Cmd13 == | == Cmd13 == | ||
Returns an [[# | Returns an [[#IApplicationResource]]. | ||
[[Category:Services]] | [[Category:Services]] |