Home
last modified time | relevance | path

Searched defs:jsonFd (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp275 int jsonFd = 1; variable
330 int jsonFd = 1; variable
379 int jsonFd = 1; variable
577 int jsonFd = 1; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp37 int MemoryCatcher::Catch(int fd, int jsonFd) in Catch()
H A Dbinder_catcher.cpp43 int BinderCatcher::Catch(int fd, int jsonFd) in Catch()
H A Dopen_stacktrace_catcher.cpp63 int OpenStacktraceCatcher::Catch(int fd, int jsonFd) in Catch()
H A Ddmesg_catcher.cpp127 int DmesgCatcher::Catch(int fd, int jsonFd) in Catch()
H A Dpeer_binder_catcher.cpp75 int PeerBinderCatcher::Catch(int fd, int jsonFd) in Catch()
168 std::ifstream& fin, int fd, int jsonFd, std::set<int>& asyncPids) const in BinderInfoParser()
280 std::set<int> PeerBinderCatcher::GetBinderPeerPids(int fd, int jsonFd, std::set<int>& asyncPids) co… in GetBinderPeerPids()
H A Dshell_catcher.cpp253 int ShellCatcher::Catch(int fd, int jsonFd) in Catch()
H A Devent_log_task.cpp44 EventLogTask::EventLogTask(int fd, int jsonFd, std::shared_ptr<SysEvent> event) in EventLogTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp327 int jsonFd = -1; in StartLogCollect() local
566 void EventLogger::GetAppFreezeStack(int jsonFd, std::shared_ptr<SysEvent> event, in GetAppFreezeStack()
656 bool EventLogger::WriteFreezeJsonInfo(int fd, int jsonFd, std::shared_ptr<SysEvent> event) in WriteFreezeJsonInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp166 int jsonFd = FreezeJsonUtil::GetFd(mergeFilePath); in MergeFreezeJsonFile() local