nim: Update to 12.x

This commit is contained in:
Morph 2021-04-07 11:26:22 -04:00
parent e0bddf8f07
commit 8a9e834fc2

View File

@ -125,51 +125,51 @@ public:
{39, nullptr, "PrepareShutdown"}, {39, nullptr, "PrepareShutdown"},
{40, nullptr, "ListApplyDeltaTask"}, {40, nullptr, "ListApplyDeltaTask"},
{41, nullptr, "ClearNotEnoughSpaceStateOfApplyDeltaTask"}, {41, nullptr, "ClearNotEnoughSpaceStateOfApplyDeltaTask"},
{42, nullptr, "Unknown42"}, {42, nullptr, "CreateApplyDeltaTaskFromDownloadTask"},
{43, nullptr, "Unknown43"}, {43, nullptr, "GetBackgroundApplyDeltaStressTaskInfo"},
{44, nullptr, "Unknown44"}, {44, nullptr, "GetApplyDeltaTaskRequiredStorage"},
{45, nullptr, "Unknown45"}, {45, nullptr, "CalculateNetworkInstallTaskContentsSize"},
{46, nullptr, "Unknown46"}, {46, nullptr, "PrepareShutdownForSystemUpdate"},
{47, nullptr, "Unknown47"}, {47, nullptr, "FindMaxRequiredApplicationVersionOfTask"},
{48, nullptr, "Unknown48"}, {48, nullptr, "CommitNetworkInstallTaskPartially"},
{49, nullptr, "Unknown49"}, {49, nullptr, "ListNetworkInstallTaskCommittedContentMeta"},
{50, nullptr, "Unknown50"}, {50, nullptr, "ListNetworkInstallTaskNotCommittedContentMeta"},
{51, nullptr, "Unknown51"}, {51, nullptr, "FindMaxRequiredSystemVersionOfTask"},
{52, nullptr, "Unknown52"}, {52, nullptr, "GetNetworkInstallTaskErrorContext"},
{53, nullptr, "Unknown53"}, {53, nullptr, "CreateLocalCommunicationReceiveApplicationTask"},
{54, nullptr, "Unknown54"}, {54, nullptr, "DestroyLocalCommunicationReceiveApplicationTask"},
{55, nullptr, "Unknown55"}, {55, nullptr, "ListLocalCommunicationReceiveApplicationTask"},
{56, nullptr, "Unknown56"}, {56, nullptr, "RequestLocalCommunicationReceiveApplicationTaskRun"},
{57, nullptr, "Unknown57"}, {57, nullptr, "GetLocalCommunicationReceiveApplicationTaskInfo"},
{58, nullptr, "Unknown58"}, {58, nullptr, "CommitLocalCommunicationReceiveApplicationTask"},
{59, nullptr, "Unknown59"}, {59, nullptr, "ListLocalCommunicationReceiveApplicationTaskContentMeta"},
{60, nullptr, "Unknown60"}, {60, nullptr, "CreateLocalCommunicationSendApplicationTask"},
{61, nullptr, "Unknown61"}, {61, nullptr, "RequestLocalCommunicationSendApplicationTaskRun"},
{62, nullptr, "Unknown62"}, {62, nullptr, "GetLocalCommunicationReceiveApplicationTaskErrorContext"},
{63, nullptr, "Unknown63"}, {63, nullptr, "GetLocalCommunicationSendApplicationTaskInfo"},
{64, nullptr, "Unknown64"}, {64, nullptr, "DestroyLocalCommunicationSendApplicationTask"},
{65, nullptr, "Unknown65"}, {65, nullptr, "GetLocalCommunicationSendApplicationTaskErrorContext"},
{66, nullptr, "Unknown66"}, {66, nullptr, "CalculateLocalCommunicationReceiveApplicationTaskRequiredSize"},
{67, nullptr, "Unknown67"}, {67, nullptr, "ListApplicationLocalCommunicationReceiveApplicationTask"},
{68, nullptr, "Unknown68"}, {68, nullptr, "ListApplicationLocalCommunicationSendApplicationTask"},
{69, nullptr, "Unknown69"}, {69, nullptr, "CreateLocalCommunicationReceiveSystemUpdateTask"},
{70, nullptr, "Unknown70"}, {70, nullptr, "DestroyLocalCommunicationReceiveSystemUpdateTask"},
{71, nullptr, "Unknown71"}, {71, nullptr, "ListLocalCommunicationReceiveSystemUpdateTask"},
{72, nullptr, "Unknown72"}, {72, nullptr, "RequestLocalCommunicationReceiveSystemUpdateTaskRun"},
{73, nullptr, "Unknown73"}, {73, nullptr, "GetLocalCommunicationReceiveSystemUpdateTaskInfo"},
{74, nullptr, "Unknown74"}, {74, nullptr, "CommitLocalCommunicationReceiveSystemUpdateTask"},
{75, nullptr, "Unknown75"}, {75, nullptr, "GetLocalCommunicationReceiveSystemUpdateTaskErrorContext"},
{76, nullptr, "Unknown76"}, {76, nullptr, "CreateLocalCommunicationSendSystemUpdateTask"},
{77, nullptr, "Unknown77"}, {77, nullptr, "RequestLocalCommunicationSendSystemUpdateTaskRun"},
{78, nullptr, "Unknown78"}, {78, nullptr, "GetLocalCommunicationSendSystemUpdateTaskInfo"},
{79, nullptr, "Unknown79"}, {79, nullptr, "DestroyLocalCommunicationSendSystemUpdateTask"},
{80, nullptr, "Unknown80"}, {80, nullptr, "GetLocalCommunicationSendSystemUpdateTaskErrorContext"},
{81, nullptr, "Unknown81"}, {81, nullptr, "ListLocalCommunicationSendSystemUpdateTask"},
{82, nullptr, "Unknown82"}, {82, nullptr, "GetReceivedSystemDataPath"},
{83, nullptr, "Unknown83"}, {83, nullptr, "CalculateApplyDeltaTaskOccupiedSize"},
{84, nullptr, "Unknown84"}, {84, nullptr, "Unknown84"},
{85, nullptr, "Unknown85"}, {85, nullptr, "ListNetworkInstallTaskContentMetaFromInstallMeta"},
{86, nullptr, "Unknown86"}, {86, nullptr, "ListNetworkInstallTaskOccupiedSize"},
{87, nullptr, "Unknown87"}, {87, nullptr, "Unknown87"},
{88, nullptr, "Unknown88"}, {88, nullptr, "Unknown88"},
{89, nullptr, "Unknown89"}, {89, nullptr, "Unknown89"},
@ -202,6 +202,17 @@ public:
{116, nullptr, "Unknown116"}, {116, nullptr, "Unknown116"},
{117, nullptr, "Unknown117"}, {117, nullptr, "Unknown117"},
{118, nullptr, "Unknown118"}, {118, nullptr, "Unknown118"},
{119, nullptr, "Unknown119"},
{120, nullptr, "Unknown120"},
{121, nullptr, "Unknown121"},
{122, nullptr, "Unknown122"},
{123, nullptr, "Unknown123"},
{124, nullptr, "Unknown124"},
{125, nullptr, "Unknown125"},
{126, nullptr, "Unknown126"},
{127, nullptr, "Unknown127"},
{128, nullptr, "Unknown128"},
{129, nullptr, "Unknown129"},
}; };
// clang-format on // clang-format on