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 D | event_logger_catcher_test.cpp | 275 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 D | memory_catcher.cpp | 37 int MemoryCatcher::Catch(int fd, int jsonFd) in Catch()
|
H A D | binder_catcher.cpp | 43 int BinderCatcher::Catch(int fd, int jsonFd) in Catch()
|
H A D | open_stacktrace_catcher.cpp | 63 int OpenStacktraceCatcher::Catch(int fd, int jsonFd) in Catch()
|
H A D | dmesg_catcher.cpp | 127 int DmesgCatcher::Catch(int fd, int jsonFd) in Catch()
|
H A D | peer_binder_catcher.cpp | 75 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 D | shell_catcher.cpp | 253 int ShellCatcher::Catch(int fd, int jsonFd) in Catch()
|
H A D | event_log_task.cpp | 44 EventLogTask::EventLogTask(int fd, int jsonFd, std::shared_ptr<SysEvent> event) in EventLogTask()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 327 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 D | vendor.cpp | 166 int jsonFd = FreezeJsonUtil::GetFd(mergeFilePath); in MergeFreezeJsonFile() local
|