Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/
Dprofilerfetchdata_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerFetchDataFuzzTest() local
30 …writer = std::make_unique<::grpc::ServerWriter<::FetchDataResponse>>(nullptr, serverContext.get()); in ProfilerFetchDataFuzzTest()
37 profilerService->FetchData(serverContext.get(), &request, writer.get()); in ProfilerFetchDataFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerKeepSessionFuzzTest() local
37 profilerService->KeepSession(serverContext.get(), &request, response.get()); in ProfilerKeepSessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/
Dprofilerdestroysession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerDestroySessionFuzzTest() local
37 profilerService->DestroySession(serverContext.get(), &request, response.get()); in ProfilerDestroySessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/
Dprofilerstopsession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerStopSessionFuzzTest() local
37 profilerService->StopSession(serverContext.get(), &request, response.get()); in ProfilerStopSessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/
Dprofilergetcapabilities_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerGetCapabilitiesFuzzTest() local
37 profilerService->GetCapabilities(serverContext.get(), &request, response.get()); in ProfilerGetCapabilitiesFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/
Dprofilercreatesession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerCreateSessionFuzzTest() local
37 profilerService->CreateSession(serverContext.get(), &request, response.get()); in ProfilerCreateSessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/
Dprofilerstartsession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerStartSessionFuzzTest() local
37 profilerService->StartSession(serverContext.get(), &request, response.get()); in ProfilerStartSessionFuzzTest()