Home
last modified time | relevance | path

Searched refs:sessionCtx (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp1047 auto sessionCtx = service_->GetSessionContext(sessionId); variable
1048 ASSERT_NE(sessionCtx->dataRepeater, nullptr);
1053 sessionCtx->dataRepeater->PutPluginData(data);
1066 sessionCtx->dataRepeater->Close();
1090 auto sessionCtx = service_->GetSessionContext(sessionId); variable
1091 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 …]
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h120 bool AddSessionContext(uint32_t sessionId, const SessionContextPtr& sessionCtx);
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp353 bool ProfilerService::AddSessionContext(uint32_t sessionId, const SessionContextPtr& sessionCtx) in AddSessionContext() argument
357 sessionContext_[sessionId] = sessionCtx; in AddSessionContext()