Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h122 bool RemoveSessionContext(uint32_t sessionId);
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp213 … std::bind(&ProfilerService::RemoveSessionContext, service, id), in StartSessionExpireTask()
372 bool ProfilerService::RemoveSessionContext(uint32_t sessionId) in RemoveSessionContext() function in ProfilerService
604 CHECK_EXPRESSION_TRUE(RemoveSessionContext(sessionId), "remove session FAILED!"); in DestroySession()