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