Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_test_support.cc45 class InProcessSystemService { class
47 InProcessSystemService() in InProcessSystemService() function in perfetto::test::__anon2e1539850111::InProcessSystemService
62 InProcessSystemService* g_system_service = nullptr;
72 std::unique_ptr<InProcessSystemService> old_service(g_system_service); in Start()
76 g_system_service = new InProcessSystemService(); in Start()