Home
last modified time | relevance | path

Searched refs:asyncPids (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp88 std::set<int> asyncPids; in Catch() local
89 std::set<int> syncPids = GetBinderPeerPids(fd, jsonFd, asyncPids); in Catch()
110 for (auto pidTemp : asyncPids) { in Catch()
168 std::ifstream& fin, int fd, int jsonFd, std::set<int>& asyncPids) const in BinderInfoParser()
174 BinderInfoParser(fin, fd, manager, outputBinderInfoList, asyncPids); in BinderInfoParser()
196 …std::list<PeerBinderCatcher::OutputBinderInfo>& outputBinderInfoList, std::set<int>& asyncPids) co… in BinderInfoParser()
213 asyncPids.insert(freeAsyncSpacePairs[i].first); in BinderInfoParser()
216 asyncPids.insert(asyncBinderPairs[i].first); in BinderInfoParser()
280 std::set<int> PeerBinderCatcher::GetBinderPeerPids(int fd, int jsonFd, std::set<int>& asyncPids) co… in GetBinderPeerPids()
293 …, std::list<PeerBinderCatcher::BinderInfo>> manager = BinderInfoParser(fin, fd, jsonFd, asyncPids); in GetBinderPeerPids()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h64 int fd, int jsonFd, std::set<int>& asyncPids) const;
67 …::list<PeerBinderCatcher::OutputBinderInfo>& outputBinderInfoList, std::set<int>& asyncPids) const;
76 std::set<int> GetBinderPeerPids(int fd, int jsonFd, std::set<int>& asyncPids) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp486 std::set<int> asyncPids; variable
487 std::set<int> pids = peerBinderCatcher->GetBinderPeerPids(fd, 1, asyncPids);
549 std::set<int> asyncPids; variable
550 peerBinderCatcher->BinderInfoParser(fin, fd1, 1, asyncPids);
551 std::set<int> pids = peerBinderCatcher->GetBinderPeerPids(fd, 1, asyncPids);
553 pids = peerBinderCatcher->GetBinderPeerPids(-1, 1, asyncPids);
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp269 std::set<int> asyncPids; in AcquireStack() local
270 std::set<int> syncPids = GetBinderPeerPids(binderInfo, pid, asyncPids); in AcquireStack()
282 for (auto& pidTemp : asyncPids) { in AcquireStack()
330 std::set<int>& asyncPids) const in BinderParser()
347 asyncPids.insert(freeAsyncSpacePairs[i].first); in BinderParser()
350 asyncPids.insert(asyncBinderPairs[i].first); in BinderParser()
424 …t> AppfreezeManager::GetBinderPeerPids(std::string& stack, int pid, std::set<int>& asyncPids) const in GetBinderPeerPids()
442 std::map<int, std::set<int>> binderInfo = BinderParser(fin, stack, asyncPids); in GetBinderPeerPids()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp73 std::set<int> asyncPids; in DoSomethingInterestingWithMyAPI() local
74 freeze->GetBinderPeerPids(stack, pid, asyncPids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h93 …td::set<int>> BinderParser(std::ifstream& fin, std::string& stack, std::set<int>& asyncPids) const;
99 std::set<int> GetBinderPeerPids(std::string& stack, int pid, std::set<int>& asyncPids) const;