Home
last modified time | relevance | path

Searched refs:ResetAllFreezeStatus (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h140 virtual int32_t ResetAllFreezeStatus() = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_proxy.h118 int32_t ResetAllFreezeStatus() override;
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp783 DMError DisplayManagerAdapter::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManagerAdapter
786 return displayManagerServiceProxy_->ResetAllFreezeStatus(); in ResetAllFreezeStatus()
H A Ddisplay_manager.cpp92 DMError ResetAllFreezeStatus();
2084 DMError DisplayManager::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManager
2086 return pImpl_->ResetAllFreezeStatus(); in ResetAllFreezeStatus()
2089 DMError DisplayManager::Impl::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::DisplayManager::Impl
2091 return SingletonContainer::Get<DisplayManagerAdapter>().ResetAllFreezeStatus(); in ResetAllFreezeStatus()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h658 DMError ResetAllFreezeStatus();
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h94 virtual DMError ResetAllFreezeStatus();
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h195 virtual DMError ResetAllFreezeStatus() in ResetAllFreezeStatus() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h172 DMError ResetAllFreezeStatus() override;
H A Dscreen_session_manager_interface.h177 virtual DMError ResetAllFreezeStatus() override in ResetAllFreezeStatus() function
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h151 int32_t ResetAllFreezeStatus() override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp778 int32_t HCameraServiceProxy::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::CameraStandard::HCameraServiceProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp722 return ResetAllFreezeStatus(); in HandleResetAllFreezeStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h292 DMError ResetAllFreezeStatus() override;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1603 HWTEST_F(ScreenSessionManagerTest, ResetAllFreezeStatus, Function | SmallTest | Level3)
1605 EXPECT_EQ(DMError::DM_OK, ssm_->ResetAllFreezeStatus());
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp779 DMError ret = ResetAllFreezeStatus(); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2883 DMError ScreenSessionManagerProxy::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1875 int32_t HCameraService::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::CameraStandard::HCameraService
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5527 DMError ScreenSessionManager::ResetAllFreezeStatus() in ResetAllFreezeStatus() function in OHOS::Rosen::ScreenSessionManager