Searched defs:CreateSession (Results 1 – 4 of 4) sorted by relevance
28 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse); rpc
196 uint32_t CreateSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, const std::string& co… in CreateSession() function
249 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession() function in ProfilerService