Home
last modified time | relevance | path

Searched defs:modeId (Results 1 - 25 of 38) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdiscreen_test.cpp74 uint32_t modeId = 0; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_screen_skipframe_test.cpp45 uint32_t ConvertScreenModeToRefreshRate(int32_t modeId) in ConvertScreenModeToRefreshRate() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp95 int32_t HgmScreen::AddScreenModeInfo(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in AddScreenModeInfo() argument
112 void HgmScreen::SetActiveModeId(int32_t modeId) in SetActiveModeId() argument
H A Dhgm_screen.h118 ScreenProfile(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in ScreenProfile() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp95 uint32_t modeId = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp76 uint32_t modeId; in ScreenFuzzTest() local
102 uint32_t modeId; in ScreenFuzzTestNoDisplay() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp83 uint32_t modeId = 0; in HWTEST_F() local
177 uint32_t modeId = 0; in HWTEST_F() local
191 uint32_t modeId = 0; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp219 uint32_t modeId = static_cast<uint32_t>(1); in HWTEST_F() local
346 int32_t modeId = 0; in HWTEST_F() local
688 uint32_t modeId = 5; in HWTEST_F() local
709 uint32_t modeId = 1; in HWTEST_F() local
745 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
780 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
815 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
850 int32_t modeId = 0; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp80 uint32_t modeId = GetData<uint32_t>(); in RSPhysicalScreenFuzzTest() local
103 rsInterfaces.SetScreenActiveMode(static_cast<ScreenId>(id), modeId); in RSPhysicalScreenFuzzTest() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp120 int32_t HdiScreen::GetScreenMode(uint32_t &modeId) in GetScreenMode() argument
135 int32_t HdiScreen::SetScreenMode(uint32_t modeId) in SetScreenMode() argument
H A Dhdi_device_impl.cpp193 int32_t HdiDeviceImpl::GetScreenMode(uint32_t screenId, uint32_t &modeId) in GetScreenMode() argument
199 int32_t HdiDeviceImpl::SetScreenMode(uint32_t screenId, uint32_t modeId) in SetScreenMode() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screenmanager/
H A Drs_screen_unit_test.cpp201 uint32_t modeId = static_cast<uint32_t>(1); in HWTEST_F() local
362 int32_t modeId = 0; in HWTEST_F() local
689 uint32_t modeId = 1; in HWTEST_F() local
711 uint32_t modeId = 5; in HWTEST_F() local
745 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
780 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
815 uint32_t modeId = supportedModesSize - 1; HWTEST_F() local
872 int32_t modeId = 0; HWTEST_F() local
[all...]
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen.cpp159 uint32_t modeId = 0; in OnSetScreenActiveMode() local
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp323 uint32_t modeId = source.GetObject<uint32_t>(); in ProxyInterfaceFuzzTestPart3() local
/foundation/window/window_manager/dm/src/
H A Dscreen.cpp69 auto modeId = GetModeId(); in GetWidth() local
80 auto modeId = GetModeId(); in GetHeight() local
216 DMError Screen::SetScreenActiveMode(uint32_t modeId) in SetScreenActiveMode() argument
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp287 uint32_t modeId = data.ReadUint32(); in OnRemoteRequest() local
H A Ddisplay_manager_proxy.cpp1534 DMError DisplayManagerProxy::SetScreenActiveMode(ScreenId screenId, uint32_t modeId) in SetScreenActiveMode() argument
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp497 uint32_t modeId = 0; in OnRemoteRequest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp315 uint32_t modeId = 1; in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp191 uint32_t modeId = 1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp402 int32_t modeId = mapIter->second; in PerformSetActiveMode() local
H A Drs_render_service_connection.cpp649 void RSRenderServiceConnection::SetScreenActiveMode(ScreenId id, uint32_t modeId) in SetScreenActiveMode() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/
H A Drsrenderserviceconnection_fuzzer.cpp595 uint32_t modeId = GetData<uint32_t>(); in DoSetScreenActiveMode() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h161 virtual int32_t GetCurrentMode(uint32_t& modeId) in GetCurrentMode() argument
213 virtual int32_t SetChipMode(uint32_t modeId) in SetChipMode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp275 void RSScreen::SetActiveMode(uint32_t modeId) in SetActiveMode() argument
390 uint32_t modeId = 0; in GetActiveMode() local
[all...]

Completed in 28 milliseconds

12