/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_proxy_manager.cpp | 38 bool BluetoothProxyManager::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() argument 47 return proxy->FreezeByRss(pidSet, isProxy); in FreezeByRss()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_proxy_manager.h | 31 bool FreezeByRss(std::set<int> pidSet, bool isProxy);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 39 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 60 virtual bool FreezeByRss(std::set<int> pidSet, bool isProxy) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 44 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 195 bool isProxy = data.ReadBool(); in FreezeByRssInner() local 198 bool ret = FreezeByRss(pidSet, isProxy); in FreezeByRssInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 165 bool BluetoothBleCentralManagerProxy::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() argument 174 if (!data.WriteInt32Vector(pidVec) || !data.WriteBool(isProxy)) { in FreezeByRss()
|
/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/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 321 bool BluetoothBleCentralManagerServer::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() argument 323 HILOGD("bluetooth proxy, pid[%{public}s] isProxy: %{public}d", ToLogString(pidSet).c_str(), isProxy); in FreezeByRss() 326 if (isProxy) { in FreezeByRss()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 704 bool isProxy = data.ReadBool(); in HandleProxyForFreeze() local 705 MEDIA_DEBUG_LOG("isProxy value: %{public}d", isProxy); in HandleProxyForFreeze() 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() argument 762 MEDIA_DEBUG_LOG("isProxy value: %{public}d", isProxy); in ProxyForFreeze() 763 data.WriteBool(isProxy); in ProxyForFreeze()
|
/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() argument 2032 WLOGFI("pidList:%{public}s, isProxy: %{public}d", oss.str().c_str(), isProxy);
in ProxyForFreeze() 2033 return pImpl_->ProxyForFreeze(pidList, isProxy);
in ProxyForFreeze() 2036 DMError DisplayManager::Impl::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)
in ProxyForFreeze() argument 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() argument 818 return displayManagerServiceProxy_->ProxyForFreeze(pidList, isProxy);
in ProxyForFreeze()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 659 * @param isProxy value is true indicates process status is freeze
662 DMError ProxyForFreeze(std::set<int32_t> pidList, bool isProxy);
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 277 void SetProxyNode(bool isProxy) in SetProxyNode() argument 279 isProxy_ = isProxy; in SetProxyNode()
|
/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() argument
|
/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/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 925 bool isProxy = data.ReadBool(); in ProcProxyForFreeze() local 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() argument 2979 if (!data.WriteBool(isProxy)) { in ProxyForFreeze()
|
/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() argument 1895 MEDIA_INFO_LOG("isProxy value: %{public}d", isProxy); in ProxyForFreeze() 1898 if (isProxy) { 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;
|