Searched refs:needDetail (Results 1 – 5 of 5) sorted by relevance
58 int32_t MonitorServiceStub::DumpInfo(int32_t fd, bool needDetail) in DumpInfo() argument60 return MonitorServer::GetInstance().Dump(fd, needDetail); in DumpInfo()
32 int32_t DumpInfo(int32_t fd, bool needDetail);
41 int32_t Dump(int32_t fd, bool needDetail);
62 int32_t MonitorServer::Dump(int32_t fd, bool needDetail) in Dump() argument64 (void)needDetail; in Dump()
59 int32_t WriteInfo(int32_t fd, std::string &dumpString, std::vector<Dumper> dumpers, bool needDetail) in WriteInfo() argument74 if (needDetail && iter.entry_(fd) != MSERR_OK) { in WriteInfo()