Searched refs:GetBinderPeerPids (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | peer_binder_catcher.h | 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 D | event_logger_catcher_test.cpp | 487 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 D | abilityappfreezemanager_fuzzer.cpp | 74 freeze->GetBinderPeerPids(stack, pid, asyncPids); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/ |
H A D | appfreeze_manager.h | 99 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 D | peer_binder_catcher.cpp | 89 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 D | appfreeze_manager.cpp | 270 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
|