Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp224 StartSessionRequest startRequest; in CheckStartSession() local
226 startRequest.set_request_id(0); in CheckStartSession()
227 startRequest.set_session_id(sessionId); in CheckStartSession()
229 grpc::Status status = profilerStub->StartSession(&startContext, startRequest, &startResponse); in CheckStartSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp352 StartSessionRequest startRequest = StartSessionRequest(); in StartPluginSession() local
353 startRequest.set_request_id(0); in StartPluginSession()
354 startRequest.set_session_id(sessionId); in StartPluginSession()
355 …grpc::Status startStatus = profilerStub_->StartSession(&startContext, startRequest, &startResponse… in StartPluginSession()