Home
last modified time | relevance | path

Searched defs:profilerStub (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp169 auto profilerStub = GetProfilerServiceStub(); in GetCapabilities() local
196 uint32_t CreateSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, const std::string& co… in CreateSession()
216 bool CheckStartSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckStartSession()
232 bool CheckStopSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckStopSession()
247 bool CheckDestroySession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckDestroySession()
262 void StartThread(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& id, std::atomic<b… in StartThread()
289 auto profilerStub = GetProfilerServiceStub(); in DoCapture() local
369 auto profilerStub = GetProfilerServiceStub(); in CheckGrpcMsgSend() local