Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp175 auto profilerStub = GetProfilerServiceStub(); in GetCapabilities() local
202 uint32_t CreateSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, const std::string& co… in CreateSession()
222 bool CheckStartSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckStartSession()
238 bool CheckStopSession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckStopSession()
253 bool CheckDestroySession(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& sessionId) in CheckDestroySession()
268 void StartThread(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& id, std::atomic<b… in StartThread()
295 auto profilerStub = GetProfilerServiceStub(); in DoCapture() local
370 auto profilerStub = GetProfilerServiceStub(); in CheckGrpcMsgSend() local