Home
last modified time | relevance | path

Searched defs:startSession (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/grpc/
DHiProfilerClient.ts41 public startSession() { method in HiProfilerClient
DProfilerClient.ts83 public startSession(callback: any) { method in ProfilerClient
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DProfilerClient.java135 public ProfilerServiceTypes.StartSessionResponse startSession( in startSession() method in ProfilerClient
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/trace/service/
DSystemTraceHelperTest.java256 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession() method in SystemTraceHelperTest.InitMockServiceImp
361 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession() method in SystemTraceHelperTest.MockServiceImp
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/process/service/
DProcessManagerTest.java147 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession() method in ProcessManagerTest.MockProfilerServiceImplBaseCustom
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/
DSessionManagerTest.java158 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession() method in SessionManagerTest.MockProfilerServiceImplBaseCustom
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/
DProfilerClientTest.java98 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession() method in ProfilerClientTest.MockProfilerServiceImplBaseCustom
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/session/service/
DSessionManager.java548 public boolean startSession(Long localSessionId, boolean restartFlag) { in startSession() method in SessionManager