Searched refs:profilerService (Results 1 – 7 of 7) sorted by relevance
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/ |
| D | profilerkeepsession_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerKeepSessionFuzzTest() local 37 profilerService->KeepSession(serverContext.get(), &request, response.get()); in ProfilerKeepSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/ |
| D | profilerdestroysession_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerDestroySessionFuzzTest() local 37 profilerService->DestroySession(serverContext.get(), &request, response.get()); in ProfilerDestroySessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/ |
| D | profilerstopsession_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerStopSessionFuzzTest() local 37 profilerService->StopSession(serverContext.get(), &request, response.get()); in ProfilerStopSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/ |
| D | profilergetcapabilities_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerGetCapabilitiesFuzzTest() local 37 profilerService->GetCapabilities(serverContext.get(), &request, response.get()); in ProfilerGetCapabilitiesFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/ |
| D | profilercreatesession_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerCreateSessionFuzzTest() local 37 profilerService->CreateSession(serverContext.get(), &request, response.get()); in ProfilerCreateSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/ |
| D | profilerstartsession_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerStartSessionFuzzTest() local 37 profilerService->StartSession(serverContext.get(), &request, response.get()); in ProfilerStartSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/ |
| D | profilerfetchdata_fuzzer.cpp | 28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerFetchDataFuzzTest() local 37 profilerService->FetchData(serverContext.get(), &request, writer.get()); in ProfilerFetchDataFuzzTest()
|