summaryrefslogtreecommitdiff
path: root/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h')
-rw-r--r--chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h
new file mode 100644
index 00000000000..d62b43c9f82
--- /dev/null
+++ b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h
@@ -0,0 +1,24 @@
+// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
+
+#pragma once
+#ifndef WINRT_Windows_System_Power_Diagnostics_2_H
+#define WINRT_Windows_System_Power_Diagnostics_2_H
+#include "winrt/impl/Windows.System.Power.Diagnostics.1.h"
+WINRT_EXPORT namespace winrt::Windows::System::Power::Diagnostics
+{
+ struct BackgroundEnergyDiagnostics
+ {
+ BackgroundEnergyDiagnostics() = delete;
+ [[nodiscard]] static auto DeviceSpecificConversionFactor();
+ static auto ComputeTotalEnergyUsage();
+ static auto ResetTotalEnergyUsage();
+ };
+ struct ForegroundEnergyDiagnostics
+ {
+ ForegroundEnergyDiagnostics() = delete;
+ [[nodiscard]] static auto DeviceSpecificConversionFactor();
+ static auto ComputeTotalEnergyUsage();
+ static auto ResetTotalEnergyUsage();
+ };
+}
+#endif