Home
last modified time | relevance | path

Searched refs:AddBinderJsonInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h80 void AddBinderJsonInfo(std::list<OutputBinderInfo> outputBinderInfoList, int jsonFd) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp500 peerBinderCatcher->AddBinderJsonInfo(infoList, -1);
506 peerBinderCatcher->AddBinderJsonInfo(infoList, 1);
512 peerBinderCatcher->AddBinderJsonInfo(infoList, 1);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp127 void PeerBinderCatcher::AddBinderJsonInfo(std::list<OutputBinderInfo> outputBinderInfoList, int jso… in AddBinderJsonInfo() function in OHOS::HiviewDFX::PeerBinderCatcher
175 AddBinderJsonInfo(outputBinderInfoList, jsonFd); in BinderInfoParser()