Lines Matching refs:pids
270 std::set<int> pids = GetBinderPeerPids(binderInfo, pid);
271 for (auto& pidTemp : pids) {
272 TAG_LOGI(AAFwkTag::APPDFR, "pidTemp pids:%{public}d", pidTemp);
281 if (pids.empty()) {
282 binderInfo +="PeerBinder pids is empty\n";
384 std::set<int> pids;
390 return pids;
396 return pids;
404 return pids;
407 ParseBinderPids(binderInfo, pids, pid, 0);
408 for (auto& each : pids) {
409 TAG_LOGD(AAFwkTag::APPDFR, "each pids:%{public}d", each);
411 return pids;
415 std::set<int>& pids, int pid, int layer) const
424 pids.insert(each);
425 ParseBinderPids(binderInfo, pids, each, layer);