Home
last modified time | relevance | path

Searched defs:KeepSession (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/session/
DKeepSession.java48 public class KeepSession implements Runnable { class
62 public KeepSession(long localSessionId, int sessionId, DeviceIPPortInfo deviceIPPortInfo) { in KeepSession() method in KeepSession
/developtools/profiler/protos/services/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
/developtools/profiler/host/ohosprofiler/src/main/proto/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service.proto46 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp511 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession() function in ProfilerService