Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_test_support.cc52 static InProcessSystemService* system_service; in StartSystemService() local
58 std::unique_ptr<InProcessSystemService> old_service(system_service); in StartSystemService()
59 system_service = new InProcessSystemService(); in StartSystemService()
65 atexit([] { delete system_service; }); in StartSystemService()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm120 OpenFlavor *system_service = [[OpenFlavor alloc] init];
123 bundleIDNSStr = [system_service systemApplicationBundleIdentifier];
131 mach_port_t client_port = [system_service createClientPort];
145 [system_service
158 [system_service pidForApplication:bundleIDNSStr];
188 [system_service release];
2809 FBSSystemService *system_service = [[FBSSystemService alloc] init];
2811 mach_port_t client_port = [system_service createClientPort];
2818 [system_service openApplication:bundleIDNSStr
2828 [system_service release];
[all …]