Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp707 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse2 = nullptr; variable
712 fetchResponse2 = profilerStub_->FetchData(&fetchContext2, fetchRequest2);
713 ASSERT_TRUE(fetchResponse2 != nullptr);
718 fetchResponse2.get()->Read(&rp); in __anon11ccc4d00502()
901 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse2 = nullptr; variable
906 fetchResponse2 = profilerStub_->FetchData(&fetchContext2, fetchRequest2);
907 ASSERT_TRUE(fetchResponse2 != nullptr);
912 fetchResponse2.get()->Read(&rp); in __anon11ccc4d00902()