/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_window.h | 36 MOCK_CONST_METHOD0(GetRefreshRate, float());
|
/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
|
/foundation/window/window_manager/dm/src/ |
H A D | display.cpp | 111 uint32_t Display::GetRefreshRate() const
in GetRefreshRate() function in OHOS::Rosen::Display 118 return pImpl_->GetDisplayInfo()->GetRefreshRate();
in GetRefreshRate()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 118 * @tc.name: GetRefreshRate 119 * @tc.desc: GetRefreshRate test 122 HWTEST_F(AbstractDisplayTest, GetRefreshRate, Function | SmallTest | Level3) in HWTEST_F() 126 absDisplay->GetRefreshRate(); in HWTEST_F()
|
/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 69 GTEST_LOG_(INFO) << "MOCK Display GetRefreshRate"; in GetRefreshRate()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_rosen_window.cpp | 44 float RosenWindow::GetRefreshRate() const in GetRefreshRate() function in OHOS::Ace::NG::RosenWindow
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display.h | 83 uint32_t GetRefreshRate() const;
|
/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 200 TLOGE(WmsLogTag::DMS, "[GetRefreshRate] Failed to get display info"); in GetRefreshRate() 203 return info->GetRefreshRate(); in GetRefreshRate()
|
H A D | display_ffi.cpp | 133 auto ret = instance->GetRefreshRate(); in FfiOHOSDisplayGetRefreshRate()
|
/foundation/window/window_manager/previewer/include/ |
H A D | display.h | 83 uint32_t GetRefreshRate() const;
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 137 virtual float GetRefreshRate() const in GetRefreshRate() function in OHOS::OHOS::Ace::Window
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.h | 105 float GetRefreshRate() const override;
|
H A D | rosen_window.cpp | 224 float RosenWindow::GetRefreshRate() const in GetRefreshRate() function in OHOS::Ace::NG::RosenWindow
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display.h | 48 uint32_t GetRefreshRate() const;
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 85 uint32_t GetRefreshRate() const;
|
/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
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.h | 85 uint32_t GetRefreshRate() const;
|
/foundation/window/window_manager/snapshot/test/unittest/ |
H A D | snapshot_display_test.cpp | 57 display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|
/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()
|
H A D | window_move_drag_test.cpp | 78 (unsigned long long)display->GetId(), display->GetWidth(), display->GetHeight(), display->GetRefreshRate()); in SetUp()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 133 uint32_t GetRefreshRate();
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screenshot_test.cpp | 67 display->GetHeight(), display->GetRefreshRate()); in SetUpTestCase()
|