Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp242 grpc::ClientContext stopContext; in CheckStopSession() local
244 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp362 grpc::ClientContext stopContext; in StopPluginSession() local
366 … grpc::Status stopStatus = profilerStub_->StopSession(&stopContext, stopRequest, &stopResponse); in StopPluginSession()