Home
last modified time | relevance | path

Searched refs:outputBinderInfoList (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp120 void PeerBinderCatcher::AddBinderJsonInfo(std::list<OutputBinderInfo> outputBinderInfoList, int jsonFd) const in AddBinderJsonInfo() argument
126 for (OutputBinderInfo outputBinderInfo : outputBinderInfoList) { in AddBinderJsonInfo()
148 for (auto it = outputBinderInfoList.begin(); it != outputBinderInfoList.end(); it++) { in AddBinderJsonInfo()
165 std::list<OutputBinderInfo> outputBinderInfoList; in BinderInfoParser() local
167 BinderInfoParser(fin, fd, manager, outputBinderInfoList); in BinderInfoParser()
168 AddBinderJsonInfo(outputBinderInfoList, jsonFd); in BinderInfoParser()
188 std::list<PeerBinderCatcher::OutputBinderInfo>& outputBinderInfoList) const in BinderInfoParser()
235 outputBinderInfoList.push_back(outputInfo); in BinderInfoParser()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h56 std::list<PeerBinderCatcher::OutputBinderInfo>& outputBinderInfoList) const;
64 void AddBinderJsonInfo(std::list<OutputBinderInfo> outputBinderInfoList, int jsonFd) const;

Completed in 3 milliseconds