freshRate to ReFreashRate

Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
Change-Id: I4b0d6109ae72612b9bd014c2b0397cb94be15137
This commit is contained in:
yichengzhao 2022-03-04 14:50:59 +08:00
parent 9541adac3f
commit 1d464d4701
2 changed files with 4 additions and 4 deletions

View File

@ -53,9 +53,9 @@ int32_t Display::GetHeight() const
return pImpl_->GetDisplayInfo()->GetHeight();
}
uint32_t Display::GetFreshRate() const
uint32_t Display::GetRefreshRate() const
{
return pImpl_->GetDisplayInfo()->GetFreshRate();
return pImpl_->GetDisplayInfo()->GetRefreshRate();
}
ScreenId Display::GetScreenId() const

View File

@ -53,9 +53,9 @@ int32_t Display::GetHeight() const
return pImpl_->GetDisplayInfo()->GetHeight();
}
uint32_t Display::GetFreshRate() const
uint32_t Display::GetRefreshRate() const
{
return pImpl_->GetDisplayInfo()->GetFreshRate();
return pImpl_->GetDisplayInfo()->GetRefreshRate();
}
ScreenId Display::GetScreenId() const