Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp581 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable
586 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);
587 ASSERT_TRUE(fetchResponse != nullptr);
592 fetchResponse.get()->Read(&rp); in __anon11ccc4d00302()
818 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable
823 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);
824 ASSERT_TRUE(fetchResponse != nullptr);
829 fetchResponse.get()->Read(&rp); in __anon11ccc4d00702()
1056 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable
1061 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);
[all …]