Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp225 StartSessionResponse startResponse; in CheckStartSession() local
229 grpc::Status status = profilerStub->StartSession(&startContext, startRequest, &startResponse); in CheckStartSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp350 StartSessionResponse startResponse; in StartPluginSession() local
355 …rpc::Status startStatus = profilerStub_->StartSession(&startContext, startRequest, &startResponse); in StartPluginSession()