Home
last modified time | relevance | path

Searched refs:AddSessionContext (Results 1 – 2 of 2) sorted by relevance

/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.cpp334 CHECK_EXPRESSION_TRUE(AddSessionContext(sessionId, ctx), "sessionId conflict!"); in CreateSession()
353 bool ProfilerService::AddSessionContext(uint32_t sessionId, const SessionContextPtr& sessionCtx) in AddSessionContext() function in ProfilerService