Searched refs:system_service (Results 1 – 2 of 2) sorted by relevance
52 static InProcessSystemService* system_service; in StartSystemService() local58 std::unique_ptr<InProcessSystemService> old_service(system_service); in StartSystemService()59 system_service = new InProcessSystemService(); in StartSystemService()65 atexit([] { delete system_service; }); in StartSystemService()
120 OpenFlavor *system_service = [[OpenFlavor alloc] init];123 bundleIDNSStr = [system_service systemApplicationBundleIdentifier];131 mach_port_t client_port = [system_service createClientPort];145 [system_service158 [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:bundleIDNSStr2828 [system_service release];[all …]