Home
last modified time | relevance | path

Searched refs:GetBinderPeerPids (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h60 std::set<int> GetBinderPeerPids(int fd, int jsonFd) const;
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp90 std::set<int> pids = GetBinderPeerPids(fd, jsonFd); in Catch()
245 std::set<int> PeerBinderCatcher::GetBinderPeerPids(int fd, int jsonFd) const in GetBinderPeerPids() function in OHOS::HiviewDFX::PeerBinderCatcher
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp514 std::set<int> pids = peerBinderCatcher->GetBinderPeerPids(fd, 1); in HWTEST_F()
577 std::set<int> pids = peerBinderCatcher->GetBinderPeerPids(fd, 1); in HWTEST_F()
579 pids = peerBinderCatcher->GetBinderPeerPids(-1, 1); in HWTEST_F()

Completed in 2 milliseconds