Home
last modified time | relevance | path

Searched refs:ResetAllFreezeStatus (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h140 virtual int32_t ResetAllFreezeStatus() = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_proxy.h118 int32_t ResetAllFreezeStatus() override;
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h669 DMError ResetAllFreezeStatus();
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp91 DMError ResetAllFreezeStatus();
2041 DMError DisplayManager::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManager
2043 return pImpl_->ResetAllFreezeStatus(); in ResetAllFreezeStatus()
2046 DMError DisplayManager::Impl::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManager::Impl
2048 return SingletonContainer::Get<DisplayManagerAdapter>().ResetAllFreezeStatus(); in ResetAllFreezeStatus()
H A Ddisplay_manager_adapter.cpp821 DMError DisplayManagerAdapter::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManagerAdapter
824 return displayManagerServiceProxy_->ResetAllFreezeStatus(); in ResetAllFreezeStatus()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h151 int32_t ResetAllFreezeStatus() override;
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h97 virtual DMError ResetAllFreezeStatus();
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h213 virtual DMError ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::IDisplayManager
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h185 virtual DMError ResetAllFreezeStatus() override
H A Dscreen_session_manager_proxy.h176 DMError ResetAllFreezeStatus() override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp714 return ResetAllFreezeStatus(); in HandleResetAllFreezeStatus()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp770 int32_t HCameraServiceProxy::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::CameraStandard::HCameraServiceProxy
781 "HCameraServiceProxy::ResetAllFreezeStatus failed, error: %{public}d", error); in ResetAllFreezeStatus()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h287 DMError ResetAllFreezeStatus() override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp2015 * @tc.name: ResetAllFreezeStatus
2016 * @tc.desc: ResetAllFreezeStatus
2019 HWTEST_F(ScreenSessionManagerProxyTest, ResetAllFreezeStatus, Function | SmallTest | Level1) in HWTEST_F()
2028 screenSessionManagerProxy->ResetAllFreezeStatus(); in HWTEST_F()
H A Dscreen_session_manager_test.cpp2256 * @tc.name: ResetAllFreezeStatus
2257 * @tc.desc: ResetAllFreezeStatus test
2260 HWTEST_F(ScreenSessionManagerTest, ResetAllFreezeStatus, Function | SmallTest | Level3) in HWTEST_F()
2262 EXPECT_EQ(DMError::DM_OK, ssm_->ResetAllFreezeStatus()); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp827 DMError ret = ResetAllFreezeStatus(); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2991 DMError ScreenSessionManagerProxy::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::ScreenSessionManagerProxy
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1923 int32_t HCameraService::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::CameraStandard::HCameraService
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp5637 DMError ScreenSessionManager::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::ScreenSessionManager

Completed in 39 milliseconds