Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp228 grpc::ClientContext startContext; 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.cpp351 grpc::ClientContext startContext; in StartPluginSession() local
355 …grpc::Status startStatus = profilerStub_->StartSession(&startContext, startRequest, &startResponse… in StartPluginSession()