Line 571: |
Line 571: |
| | 64 || StartApplyDeltaTask | | | 64 || StartApplyDeltaTask |
| |- | | |- |
− | | 65 || GetRequestServerStopper | + | | 65 || [[#GetRequestServerStopper]] |
| |- | | |- |
| | 66 || [3.0.0+] GetBackgroundApplyDeltaStressTaskInfo | | | 66 || [3.0.0+] GetBackgroundApplyDeltaStressTaskInfo |
| |- | | |- |
− | | 67 || [3.0.0+] CancelApplicationApplyDelta | + | | 67 || [3.0.0+] [[#CancelApplicationApplyDelta]] |
| |- | | |- |
− | | 68 || [3.0.0+] ResumeApplicationApplyDelta | + | | 68 || [3.0.0+] [[#ResumeApplicationApplyDelta]] |
| |- | | |- |
− | | 69 || [3.0.0+] CalculateApplicationApplyDeltaRequiredSize | + | | 69 || [3.0.0+] [[#CalculateApplicationApplyDeltaRequiredSize]] |
| |- | | |- |
− | | 70 || [3.0.0+] ResumeAll | + | | 70 || [3.0.0+] [[#ResumeAll]] |
| |- | | |- |
− | | 71 || [3.0.0+] GetStorageSize | + | | 71 || [3.0.0+] [[#GetStorageSize]] |
| |- | | |- |
| | 80 || [3.0.0+] RequestDownloadApplication | | | 80 || [3.0.0+] RequestDownloadApplication |
Line 635: |
Line 635: |
| | 201 || DeleteUserSaveDataAll | | | 201 || DeleteUserSaveDataAll |
| |- | | |- |
− | | 210 || DeleteUserSystemSaveData | + | | 210 || [[#DeleteUserSystemSaveData]] |
| |- | | |- |
− | | 211 || [6.0.0+] DeleteSaveData | + | | 211 || [6.0.0+] [[#DeleteSaveData]] |
| |- | | |- |
− | | 220 || UnregisterNetworkServiceAccount | + | | 220 || [[#UnregisterNetworkServiceAccount]] |
| |- | | |- |
− | | 221 || [6.0.0+] UnregisterNetworkServiceAccountWithUserSaveDataDeletion | + | | 221 || [6.0.0+] [[#UnregisterNetworkServiceAccountWithUserSaveDataDeletion]] |
| |- | | |- |
| | 300 || GetApplicationShellEvent | | | 300 || GetApplicationShellEvent |
Line 1,004: |
Line 1,004: |
| ==== GetLastSdCardMountUnexpectedResult ==== | | ==== GetLastSdCardMountUnexpectedResult ==== |
| No input/output. | | No input/output. |
| + | |
| + | ==== GetRequestServerStopper ==== |
| + | No input, returns an output [[#IRequestServerStopper]]. |
| + | |
| + | ==== CancelApplicationApplyDelta ==== |
| + | Takes an input [[NCM_services#ApplicationId|ApplicationId]], no output. |
| + | |
| + | ==== ResumeApplicationApplyDelta ==== |
| + | Takes an input [[NCM_services#ApplicationId|ApplicationId]], no output. |
| + | |
| + | ==== CalculateApplicationApplyDeltaRequiredSize ==== |
| + | Takes an input u8 [[NCM_services#StorageId|StorageId]], an [[NCM_services#ApplicationId|ApplicationId]], returns an output s64. |
| + | |
| + | ==== ResumeAll ==== |
| + | No input/output. |
| + | |
| + | ==== GetStorageSize ==== |
| + | Takes an input u8 [[NCM_services#StorageId|StorageId]], returns two output s64s. |
| | | |
| ==== LaunchDevMenu ==== | | ==== LaunchDevMenu ==== |
Line 1,015: |
Line 1,033: |
| | | |
| 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. |
| + | |
| + | ==== DeleteUserSystemSaveData ==== |
| + | Takes an input [[Account_services#Uid|Uid]], an u64 SystemSaveDataId, no output. |
| + | |
| + | ==== DeleteSaveData ==== |
| + | Takes an input u8 [[Filesystem_services#SaveDataSpaceId|SaveDataSpaceId]], an u64 SaveDataId, no output. |
| + | |
| + | ==== UnregisterNetworkServiceAccount ==== |
| + | Takes an input [[Account_services#Uid|Uid]], no output. |
| + | |
| + | ==== UnregisterNetworkServiceAccountWithUserSaveDataDeletion ==== |
| + | Takes an input [[Account_services#Uid|Uid]], no output. |
| | | |
| ==== ListApplicationTitle ==== | | ==== ListApplicationTitle ==== |