Home
last modified time | relevance | path

Searched refs:ProxyForFreeze (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h138 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 Dhcamera_service_proxy.h116 int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h662 DMError ProxyForFreeze(std::set<int32_t> pidList, bool isProxy);
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp90 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 Ddisplay_manager_adapter.cpp815 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 Dhcamera_service.h150 int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h96 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h209 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 Dscreen_session_manager_interface.h181 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override
H A Dscreen_session_manager_proxy.h175 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp706 int ret = ProxyForFreeze(pidList, isProxy); in HandleProxyForFreeze()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp751 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 Dscreen_session_manager.h286 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp926 DMError ret = ProxyForFreeze(pidList, isProxy); in ProcProxyForFreeze()
H A Dscreen_session_manager_proxy.cpp2955 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 Dhcamera_service.cpp1891 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 Dscreen_session_manager.cpp5547 DMError ScreenSessionManager::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) in ProxyForFreeze() function in OHOS::Rosen::ScreenSessionManager

Completed in 34 milliseconds