Lines Matching refs:status
182 grpc::Status status = profilerStub->GetCapabilities(&capContext, capRequest, &capResponse);
183 if (!status.ok()) {
210 grpc::Status status = profilerStub->CreateSession(&createSessionContext, *request, &createResponse);
211 if (!status.ok()) {
226 grpc::Status status = profilerStub->StartSession(&startContext, startRequest, &startResponse);
227 if (!status.ok()) {
241 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse);
242 if (!status.ok()) {
256 grpc::Status status = profilerStub->DestroySession(&destroyContext, destroyRequest, &destroyResponse);
257 if (!status.ok()) {
382 grpc::Status status = profilerStub->GetCapabilities(&context, request, &response);
383 if (!status.ok()) {