/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 118 HWTEST_F(AbstractDisplayTest, GetRefreshRate, Function | SmallTest | Level3) 122 absDisplay->GetRefreshRate();
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display.cpp | 125 uint32_t Display::GetRefreshRate() const in GetRefreshRate() function in OHOS::Rosen::Display 132 return pImpl_->GetDisplayInfo()->GetRefreshRate(); in GetRefreshRate()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_window.h | 36 MOCK_CONST_METHOD0(GetRefreshRate, float());
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_display.cpp | 59 uint32_t Display::GetRefreshRate() const in GetRefreshRate() function in OHOS::Rosen::Display
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_display.cpp | 67 uint32_t Display::GetRefreshRate() const in GetRefreshRate() function in OHOS::Rosen::Display
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display.h | 83 uint32_t GetRefreshRate() const;
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.h | 35 uint32_t GetRefreshRate();
|
H A D | cj_display_impl.cpp | 196 uint32_t DisplayImpl::GetRefreshRate() in GetRefreshRate() function in OHOS::Rosen::DisplayImpl 203 return info->GetRefreshRate(); in GetRefreshRate()
|
H A D | display_ffi.cpp | 133 auto ret = instance->GetRefreshRate(); in FfiOHOSDisplayGetRefreshRate()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | display.h | 83 uint32_t GetRefreshRate() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.h | 102 float GetRefreshRate() const override;
|
H A D | rosen_window.cpp | 230 float RosenWindow::GetRefreshRate() const in GetRefreshRate() function in OHOS::Ace::NG::RosenWindow
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display.h | 48 uint32_t GetRefreshRate() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 134 virtual float GetRefreshRate() const in GetRefreshRate() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 84 uint32_t GetRefreshRate() const;
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 282 oss << "RefreshRate: " << display->GetRefreshRate() << std::endl; in DumpSpecifiedDisplayInfo() 367 << std::left << std::setw(W_REFRESH_RATE) << display->GetRefreshRate() in GetDisplayInfo()
|
H A D | abstract_display.cpp | 106 uint32_t AbstractDisplay::GetRefreshRate() const in GetRefreshRate() function in OHOS::Rosen::AbstractDisplay
|
/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/ |
H A D | snapshot_display_test.cpp | 57 display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_occupied_area_change_test.cpp | 69 display->GetId(), display->GetWidth(), display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|
H A D | window_visibility_info_test.cpp | 121 display->GetId(), display->GetWidth(), display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.h | 92 uint32_t GetRefreshRate() const;
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screenshot_test.cpp | 67 display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 134 uint32_t GetRefreshRate();
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 198 uint32_t ScreenProperty::GetRefreshRate() const in GetRefreshRate() function in OHOS::Rosen::ScreenProperty
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.cpp | 184 display->GetRefreshRate()); in TUIGetPannelInfo()
|