/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 138 virtual int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) = 0;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_proxy.h | 116 int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 662 DMError ProxyForFreeze(std::set<int32_t> pidList, bool isProxy);
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 90 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy);
2026 DMError DisplayManager::ProxyForFreeze(std::set<int32_t> pidList, bool isProxy)
in ProxyForFreeze() function in OHOS::Rosen::DisplayManager 2033 return pImpl_->ProxyForFreeze(pidList, isProxy);
in ProxyForFreeze() 2036 DMError DisplayManager::Impl::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)
in ProxyForFreeze() function in OHOS::Rosen::DisplayManager::Impl 2038 return SingletonContainer::Get<DisplayManagerAdapter>().ProxyForFreeze(pidList, isProxy);
in ProxyForFreeze()
|
H A D | display_manager_adapter.cpp | 815 DMError DisplayManagerAdapter::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)
in ProxyForFreeze() function in OHOS::Rosen::DisplayManagerAdapter 818 return displayManagerServiceProxy_->ProxyForFreeze(pidList, isProxy);
in ProxyForFreeze()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_service.h | 150 int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 96 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy);
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 209 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)
in ProxyForFreeze() function in OHOS::Rosen::IDisplayManager
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 181 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override
|
H A D | screen_session_manager_proxy.h | 175 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 706 int ret = ProxyForFreeze(pidList, isProxy); in HandleProxyForFreeze()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 751 int32_t HCameraServiceProxy::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) in ProxyForFreeze() function in OHOS::CameraStandard::HCameraServiceProxy 766 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "HCameraServiceProxy::ProxyForFreeze failed, error: %{public}d", error); in ProxyForFreeze()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 286 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 926 DMError ret = ProxyForFreeze(pidList, isProxy); in ProcProxyForFreeze()
|
H A D | screen_session_manager_proxy.cpp | 2955 DMError ScreenSessionManagerProxy::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) in ProxyForFreeze() function in OHOS::Rosen::ScreenSessionManagerProxy
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 1891 int32_t HCameraService::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) in ProxyForFreeze() function in OHOS::CameraStandard::HCameraService
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 5547 DMError ScreenSessionManager::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) in ProxyForFreeze() function in OHOS::Rosen::ScreenSessionManager
|