Home
last modified time | relevance | path

Searched refs:isProxy (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_proxy_manager.cpp38 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 Dbluetooth_proxy_manager.h31 bool FreezeByRss(std::set<int> pidSet, bool isProxy);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h39 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h60 virtual bool FreezeByRss(std::set<int> pidSet, bool isProxy) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h44 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp195 bool isProxy = data.ReadBool(); in FreezeByRssInner() local
198 bool ret = FreezeByRss(pidSet, isProxy); in FreezeByRssInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp165 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 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/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp321 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 Dhcamera_service_stub.cpp704 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 Dhcamera_service_proxy.cpp751 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 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() 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 Ddisplay_manager_adapter.cpp815 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 Ddisplay_manager.h659 * @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 Ddom_node.h277 void SetProxyNode(bool isProxy) in SetProxyNode() argument
279 isProxy_ = isProxy; in SetProxyNode()
/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() argument
/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/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp925 bool isProxy = data.ReadBool(); in ProcProxyForFreeze() local
926 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() argument
2979 if (!data.WriteBool(isProxy)) { in ProxyForFreeze()
/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() 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 Dscreen_session_manager.h286 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) override;

Completed in 29 milliseconds

12