Searched refs:sessionCtx (Results 1 – 3 of 3) sorted by relevance
1047 auto sessionCtx = service_->GetSessionContext(sessionId); variable1048 ASSERT_NE(sessionCtx->dataRepeater, nullptr);1053 sessionCtx->dataRepeater->PutPluginData(data);1066 sessionCtx->dataRepeater->Close();1090 auto sessionCtx = service_->GetSessionContext(sessionId); variable1091 ASSERT_NE(sessionCtx->dataRepeater, nullptr);1101 sessionCtx->dataRepeater->PutPluginData(data); in __anonb09dd57f0302()1108 if (sessionCtx->dataRepeater->Size() == 0) { in __anonb09dd57f0402()1109 sessionCtx->dataRepeater->Close(); in __anonb09dd57f0402()1154 auto sessionCtx = service_->GetSessionContext(sessionId); variable[all …]
120 bool AddSessionContext(uint32_t sessionId, const SessionContextPtr& sessionCtx);
353 bool ProfilerService::AddSessionContext(uint32_t sessionId, const SessionContextPtr& sessionCtx) in AddSessionContext() argument357 sessionContext_[sessionId] = sessionCtx; in AddSessionContext()