Home
last modified time | relevance | path

Searched refs:pidSet (Results 1 - 10 of 10) sorted by relevance

/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/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp165 bool BluetoothBleCentralManagerProxy::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() argument
173 std::vector<int> pidVec(pidSet.begin(), pidSet.end()); in FreezeByRss()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp197 std::set<int> pidSet(pidVec.begin(), pidVec.end()); in FreezeByRssInner()
198 bool ret = FreezeByRss(pidSet, isProxy); in FreezeByRssInner()
/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()
325 for (int pid : pidSet) { in FreezeByRss()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp372 std::unordered_set<pid_t> pidSet; in FilterMockNode() local
375 nodeMap.TraversalNodes([&pidSet](const std::shared_ptr<RSBaseRenderNode>& node) { in FilterMockNode()
380 pidSet.insert(Utils::ExtractPid(node->GetId())); in FilterMockNode()
384 for (auto pid : pidSet) { in FilterMockNode()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp2965 std::unordered_set<int32_t> pidSet(pidList.begin(), pidList.end()); in HandleProcessFrozen()
2971 pidSet.count(abilityRecord->GetPid()) > 0 && in HandleProcessFrozen()

Completed in 11 milliseconds