Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp238 bool CheckStopSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckStopSession() function
336 if (CheckStopSession(profilerStub, sessionId) && CheckDestroySession(profilerStub, sessionId)) { in DoCapture()