am: Update function tables and add missing classes

This commit is contained in:
VolcaEM
2020-06-26 18:46:50 +02:00
committed by GitHub
parent 058ec22787
commit 38eca0514c
6 changed files with 479 additions and 169 deletions

View File

@@ -10,17 +10,17 @@ SPSM::SPSM() : ServiceFramework{"spsm"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "GetState"},
{1, nullptr, "SleepSystemAndWaitAwake"},
{2, nullptr, "Unknown1"},
{3, nullptr, "Unknown2"},
{1, nullptr, "EnterSleep"},
{2, nullptr, "GetLastWakeReason"},
{3, nullptr, "Shutdown"},
{4, nullptr, "GetNotificationMessageEventHandle"},
{5, nullptr, "Unknown3"},
{6, nullptr, "Unknown4"},
{7, nullptr, "Unknown5"},
{5, nullptr, "ReceiveNotificationMessage"},
{6, nullptr, "AnalyzeLogForLastSleepWakeSequence"},
{7, nullptr, "ResetEventLog"},
{8, nullptr, "AnalyzePerformanceLogForLastSleepWakeSequence"},
{9, nullptr, "ChangeHomeButtonLongPressingTime"},
{10, nullptr, "Unknown6"},
{11, nullptr, "Unknown7"},
{10, nullptr, "PutErrorState"},
{11, nullptr, "InvalidateCurrentHomeButtonPressing"}, // 1.0.0 - 3.0.2
};
// clang-format on