Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/
Dservice_process_util_linux.cc23 GetServiceProcessScopedName("_service_initializing"); in TakeServiceInitializingLock()
38 GetServiceProcessScopedName("_service_running"); in TakeServiceRunningLock()
81 GetServiceProcessScopedName(GetBaseDesktopName()), in AddToAutoRun()
89 GetServiceProcessScopedName(GetBaseDesktopName())); in RemoveFromAutoRun()
Dservice_process_util.cc45 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.cc36 return GetServiceProcessScopedName("_service_run"); in GetServiceProcessAutoRunKey()
91 base::UTF8ToWide(GetServiceProcessScopedName(versioned_name)); in ForceServiceProcessShutdown()
Dservice_process_util.h38 std::string GetServiceProcessScopedName(const std::string& append_str);
Dservice_process_util_unittest.cc127 std::string value_name = GetServiceProcessScopedName("_service_run"); in TEST_F()
141 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value)); in TEST_F()
167 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value)); in TEST_F()