Searched refs:serverContext (Results 1 - 7 of 7) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/ |
H A D | profilerfetchdata_fuzzer.cpp | 29 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 D | profilerdestroysession_fuzzer.cpp | 29 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 D | profilercreatesession_fuzzer.cpp | 29 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 D | profilergetcapabilities_fuzzer.cpp | 29 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 D | profilerkeepsession_fuzzer.cpp | 29 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 D | profilerstartsession_fuzzer.cpp | 29 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 D | profilerstopsession_fuzzer.cpp | 29 auto serverContext = std::make_shared<::grpc::ServerContext>(); in ProfilerStopSessionFuzzTest() local 37 profilerService->StopSession(serverContext.get(), &request, response.get()); in ProfilerStopSessionFuzzTest()
|
Completed in 3 milliseconds