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/
H A Dprofilerfetchdata_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerFetchDataFuzzTest() local
30 auto 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/profilerdestroysession_fuzzer/
H A 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/profilercreatesession_fuzzer/
H A 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/profilergetcapabilities_fuzzer/
H A 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/profilerkeepsession_fuzzer/
H A 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/profilerstartsession_fuzzer/
H A Dprofilerstartsession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerStartSessionFuzzTest() local
37 profilerService->StartSession(serverContext.get(), &request, response.get()); in ProfilerStartSessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/
H A Dprofilerstopsession_fuzzer.cpp29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerStopSessionFuzzTest() local
37 profilerService->StopSession(serverContext.get(), &request, response.get()); in ProfilerStopSessionFuzzTest()

Completed in 3 milliseconds