File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,13 @@ namespace WPEFramework
325
325
// @param transactionId: transaction id as received in OnPowerModePreChange
326
326
// @param delayPeriod: delay in seconds
327
327
virtual Core::hresult DelayPowerModeChangeBy (const uint32_t clientId /* @in */ , const int transactionId /* @in */ , const int delayPeriod /* @in */ ) = 0;
328
+
329
+ /* * Checks whether the power state is managed by the device */
330
+ // @text getPowerStateIsManagedByDevice
331
+ // @brief Checks whether the power state is managed by the device
332
+ // @param powerStateManagedByDevice: true if power state is managed by the device, otherwise false
333
+ // @param success: success
334
+ virtual Core::hresult GetPowerStateIsManagedByDevice (bool &powerStateManagedByDevice /* @out */ , bool &success /* @out */ ) = 0;
328
335
};
329
336
330
337
} // namespace Exchange
You can’t perform that action at this time.
0 commit comments