Home
last modified time | relevance | path

Searched refs:GetDisplayState (Results 1 - 25 of 47) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_power_test.cpp190 * @tc.desc: Call SetDisplayState and check if it the state set is the same as calling GetDisplayState
195 DisplayState initialState = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
199 DisplayState stateGet = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
211 DisplayState initialState = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
214 DisplayState stateGet = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
242 DisplayState initialState = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
257 DisplayState initialState = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
375 DisplayState initialState = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_power_controller_test.cpp119 * @tc.name: GetDisplayState
120 * @tc.desc: test function : GetDisplayState
123 HWTEST_F(DisplayPowerControllerTest, GetDisplayState, Function | SmallTest | Level1) in HWTEST_F()
129 auto ret = dpc_->GetDisplayState(displayId); in HWTEST_F()
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_lite_power_unit_test.cpp52 initialState_ = DisplayManagerLite::GetInstance().GetDisplayState(defaultId_); in SetUp()
177 * @tc.desc: Call SetDisplayState with valid value and check the GetDisplayState return value
191 EXPECT_CALL(m.Mock(), GetDisplayState(defaultId_)).Times(1).WillOnce(Return(stateToSet)); in HWTEST_F()
192 DisplayState state = DisplayManagerLite::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
198 * @tc.desc: Call SetDisplayState with invalid callback and check the GetDisplayState return value
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_power_controller.h40 DisplayState GetDisplayState(DisplayId displayId);
H A Ddisplay_manager_proxy.h81 DisplayState GetDisplayState(DisplayId displayId) override;
H A Ddisplay_manager_service.h92 DisplayState GetDisplayState(DisplayId displayId) override;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsession_display_power_controller.h40 DisplayState GetDisplayState(DisplayId displayId);
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter_lite.h39 MOCK_METHOD1(GetDisplayState, DisplayState(DisplayId displayId));
H A Dmock_display_manager_adapter.h40 MOCK_METHOD1(GetDisplayState, DisplayState(DisplayId displayId));
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_power_unit_test.cpp59 initialState_ = DisplayManager::GetInstance().GetDisplayState(defaultId_); in SetUp()
257 * @tc.desc: Call SetDisplayState with valid value and check the GetDisplayState return value
271 EXPECT_CALL(m.Mock(), GetDisplayState(defaultId_)).Times(1).WillOnce(Return(stateToSet)); in HWTEST_F()
272 DisplayState state = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F()
278 * @tc.desc: Call SetDisplayState with invalid callback and check the GetDisplayState return value
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp205 DisplayState DisplayManagerAdapterLite::GetDisplayState(DisplayId displayId) in GetDisplayState() function in OHOS::Rosen::DisplayManagerAdapterLite
209 return displayManagerServiceProxy_->GetDisplayState(displayId); in GetDisplayState()
H A Ddisplay_manager_lite.cpp610 DisplayState DisplayManagerLite::GetDisplayState(DisplayId displayId) in GetDisplayState() function in OHOS::Rosen::DisplayManagerLite
612 return SingletonContainer::Get<DisplayManagerAdapterLite>().GetDisplayState(displayId); in GetDisplayState()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp42 DisplayState DisplayPowerMgrClient::GetDisplayState(uint32_t id) in GetDisplayState() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h71 virtual DisplayState GetDisplayState(DisplayId displayId);
H A Ddisplay_manager_adapter_lite.h74 virtual DisplayState GetDisplayState(DisplayId displayId);
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_manager_lite.h227 DisplayState GetDisplayState(DisplayId displayId);
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_power_controller.cpp73 DisplayState DisplayPowerController::GetDisplayState(DisplayId displayId) in GetDisplayState() function in OHOS::Rosen::DisplayPowerController
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_display_manager.cpp138 DisplayState DisplayManager::GetDisplayState(DisplayId displayId) in GetDisplayState() function in OHOS::Rosen::DisplayManager
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsession_display_power_controller.cpp106 DisplayState SessionDisplayPowerController::GetDisplayState(DisplayId displayId) in GetDisplayState() function in OHOS::Rosen::SessionDisplayPowerController
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h105 DisplayState GetDisplayState() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp279 DisplayPowerMgr::DisplayState state = DisplayPowerMgr::DisplayPowerMgrClient::GetInstance().GetDisplayState(); in CheckPrerequisite()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h311 DisplayState GetDisplayState(DisplayId displayId);
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp188 auto state = info->GetDisplayState(); in GetState()
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp153 displayManager.GetDisplayState(displayId); in DisplayPowerFuzzTest()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp275 DisplayState ScreenProperty::GetDisplayState() const in GetDisplayState() function in OHOS::Rosen::ScreenProperty

Completed in 14 milliseconds

12