Searched defs:fileStorePath (Results 1 – 5 of 5) sorted by relevance
60 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest01() local76 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest02() local92 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest03() local139 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest01() local176 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest03() local195 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest04() local214 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeRecordTest05() local232 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in stopRecordTest() local248 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeReportTest() local
72 public PerfCommand(long sessionId, boolean isLeakOhos, String deviceId, String fileStorePath) { in PerfCommand()
45 … public HiPerfCommand(long sessionId, boolean isLeakOhos, String deviceId, String fileStorePath) { in HiPerfCommand()
411 String fileStorePath = "/data/local/tmp/hiprofiler_data"; in createSessionByTraceRequestNoParam() local463 String fileStorePath = "/data/local/tmp/thirdPerf_data"; in createSessionThirdPerfRequest() local510 String fileStorePath = "/data/local/tmp/hiprofiler_data"; in createSessionHtraceRequestForCpu() local
522 … private PerfCommand getPerfCommand(boolean isLeakOhos, String deviceId, String fileStorePath) { in getPerfCommand()