Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dservice_process_util_linux.cc42 GetServiceProcessScopedName("_service_initializing"); in TakeServiceInitializingLock()
57 GetServiceProcessScopedName("_service_running"); in TakeServiceRunningLock()
88 GetServiceProcessScopedName(GetBaseDesktopName()), in AddToAutoRun()
96 GetServiceProcessScopedName(GetBaseDesktopName())); in RemoveFromAutoRun()
Dservice_process_util.cc44 return GetServiceProcessScopedName("_service_shmem"); in GetServiceProcessSharedMemName()
108 std::string GetServiceProcessScopedName(const std::string& append_str) { in GetServiceProcessScopedName() function
130 return GetServiceProcessScopedName(versioned_str); in GetServiceProcessScopedVersionedName()
Dservice_process_util_win.cc34 return GetServiceProcessScopedName("_service_run"); in GetServiceProcessAutoRunKey()
82 UTF8ToWide(GetServiceProcessScopedName(versioned_name)); in ForceServiceProcessShutdown()
Dservice_process_util.h29 std::string GetServiceProcessScopedName(const std::string& append_str);
Dservice_process_util_unittest.cc111 std::string value_name = GetServiceProcessScopedName("_service_run"); in TEST_F()
125 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value)); in TEST_F()
148 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value)); in TEST_F()