Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h76 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.cpp487 std::set<int> pids = peerBinderCatcher->GetBinderPeerPids(fd, 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/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp74 freeze->GetBinderPeerPids(stack, pid, asyncPids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h99 std::set<int> GetBinderPeerPids(std::string& stack, int pid, std::set<int>& asyncPids) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp89 std::set<int> syncPids = GetBinderPeerPids(fd, jsonFd, asyncPids); in Catch()
280 std::set<int> PeerBinderCatcher::GetBinderPeerPids(int fd, int jsonFd, std::set<int>& asyncPids) co… in GetBinderPeerPids() function in OHOS::HiviewDFX::PeerBinderCatcher
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp270 std::set<int> syncPids = GetBinderPeerPids(binderInfo, pid, asyncPids); in AcquireStack()
424 std::set<int> AppfreezeManager::GetBinderPeerPids(std::string& stack, int pid, std::set<int>& async… in GetBinderPeerPids() function in OHOS::AppExecFwk::AppfreezeManager