Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
H A Dmain.cpp221 StartSessionRequest startRequest; in CheckStartSession() local
223 startRequest.set_request_id(0); in CheckStartSession()
224 startRequest.set_session_id(sessionId); in CheckStartSession()
226 grpc::Status status = profilerStub->StartSession(&startContext, startRequest, &startResponse); in CheckStartSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_service_performance_test.cpp358 StartSessionRequest startRequest = StartSessionRequest(); in StartPluginSession() local
359 startRequest.set_request_id(0); in StartPluginSession()
360 startRequest.set_session_id(sessionId); in StartPluginSession()
361 grpc::Status startStatus = profilerStub_->StartSession(&startContext, startRequest, &startResponse); in StartPluginSession()

Completed in 5 milliseconds