Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp28 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/
Dprofilerdestroysession_fuzzer.cpp28 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/
Dprofilerstopsession_fuzzer.cpp28 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/
Dprofilergetcapabilities_fuzzer.cpp28 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/
Dprofilercreatesession_fuzzer.cpp28 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/
Dprofilerstartsession_fuzzer.cpp28 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/
Dprofilerfetchdata_fuzzer.cpp28 auto profilerService = std::make_shared<ProfilerService>(pluginService); in ProfilerFetchDataFuzzTest() local
37 profilerService->FetchData(serverContext.get(), &request, writer.get()); in ProfilerFetchDataFuzzTest()