Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions apis/PowerManager/IPowerManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,14 @@ namespace WPEFramework
// @param transactionId: transaction id as received in OnPowerModePreChange
// @param delayPeriod: delay in seconds
virtual Core::hresult DelayPowerModeChangeBy(const uint32_t clientId , const int transactionId , const int delayPeriod ) = 0;

/** Get the Wakeup Time */
// @text getTimeSinceWakeup
// @brief Get the the Wakeup Time
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brief contains a duplicated word (“Get the the Wakeup Time”). Please fix the wording.

Suggested change
// @brief Get the the Wakeup Time
// @brief Get the Wakeup Time

Copilot uses AI. Check for mistakes.
// @param secondsSinceWakeup: Wakeup time in seconds
// @retval ErrorCode::ERROR_NONE: Indicates success
// @retval ErrorCode::ERROR_GENERAL: Indicates failure
virtual Core::hresult GetTimeSinceWakeup(uint32 &secondsSinceWakeup /* @out */) = 0;
};

} // namespace Exchange
Expand Down
Loading
Loading