Home
last modified time | relevance | path

Searched defs:CreateSession (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/services/
Dprofiler_service.proto28 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse); rpc
/developtools/profiler/protos/services/
Dprofiler_service.proto28 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse); rpc
/developtools/profiler/device/cmds/src/
Dmain.cpp196 uint32_t CreateSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, const std::string& co… in CreateSession() function
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp251 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession() function in ProfilerService