Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: chromeos/dbus/service_constants.cc

Issue 6603016: Add constants for new cryptohome API (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/common.git@master
Patch Set: mispelling Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/dbus/service_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "service_constants.h" 5 #include "service_constants.h"
6 6
7 GQuark chromeos_login_error_quark() { 7 GQuark chromeos_login_error_quark() {
8 return g_quark_from_static_string("chromeos-login-error-quark"); 8 return g_quark_from_static_string("chromeos-login-error-quark");
9 } 9 }
10 10
(...skipping 20 matching lines...) Expand all
31 const char *kCryptohomeAsyncCheckKey = "AsyncCheckKey"; 31 const char *kCryptohomeAsyncCheckKey = "AsyncCheckKey";
32 const char *kCryptohomeAsyncMigrateKey = "AsyncMigrateKey"; 32 const char *kCryptohomeAsyncMigrateKey = "AsyncMigrateKey";
33 const char *kCryptohomeAsyncMount = "AsyncMount"; 33 const char *kCryptohomeAsyncMount = "AsyncMount";
34 const char *kCryptohomeAsyncMountGuest = "AsyncMountGuest"; 34 const char *kCryptohomeAsyncMountGuest = "AsyncMountGuest";
35 const char *kCryptohomeAsyncRemove = "AsyncRemove"; 35 const char *kCryptohomeAsyncRemove = "AsyncRemove";
36 const char *kCryptohomeGetStatusString = "GetStatusString"; 36 const char *kCryptohomeGetStatusString = "GetStatusString";
37 const char *kCryptohomeRemoveTrackedSubdirectories = 37 const char *kCryptohomeRemoveTrackedSubdirectories =
38 "RemoveTrackedSubdirectories"; 38 "RemoveTrackedSubdirectories";
39 const char *kCryptohomeAsyncRemoveTrackedSubdirectories = 39 const char *kCryptohomeAsyncRemoveTrackedSubdirectories =
40 "AsyncRemoveTrackedSubdirectories"; 40 "AsyncRemoveTrackedSubdirectories";
41 const char *kCryptohomeDoAutomaticFreeDiskSpaceControl =
42 "DoAutomaticFreeDiskSpaceControl";
43 const char *kCryptohomeAsyncDoAutomaticFreeDiskSpaceControl =
44 "AsyncDoAutomaticFreeDiskSpaceControl";
41 // Signals 45 // Signals
42 const char *kSignalAsyncCallStatus = "AsyncCallStatus"; 46 const char *kSignalAsyncCallStatus = "AsyncCallStatus";
43 const char *kSignalTpmInitStatus = "TpmInitStatus"; 47 const char *kSignalTpmInitStatus = "TpmInitStatus";
44 } // namespace cryptohome 48 } // namespace cryptohome
45 49
46 namespace imageburn{ 50 namespace imageburn{
47 const char *kImageBurnServiceName = "org.chromium.ImageBurner"; 51 const char *kImageBurnServiceName = "org.chromium.ImageBurner";
48 const char *kImageBurnServicePath = "/org/chromium/ImageBurner"; 52 const char *kImageBurnServicePath = "/org/chromium/ImageBurner";
49 const char *kImageBurnServiceInterface = "org.chromium.ImageBurnerInterface"; 53 const char *kImageBurnServiceInterface = "org.chromium.ImageBurnerInterface";
50 //Methods 54 //Methods
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 } // namespace power_manager 118 } // namespace power_manager
115 119
116 namespace chromeos { 120 namespace chromeos {
117 const char *kLibCrosServiceName = "org.chromium.LibCrosService"; 121 const char *kLibCrosServiceName = "org.chromium.LibCrosService";
118 const char *kLibCrosServicePath = "/org/chromium/LibCrosService"; 122 const char *kLibCrosServicePath = "/org/chromium/LibCrosService";
119 const char *kLibCrosServiceInterface = 123 const char *kLibCrosServiceInterface =
120 "org.chromium.LibCrosServiceInterface"; 124 "org.chromium.LibCrosServiceInterface";
121 // Methods 125 // Methods
122 const char *kResolveNetworkProxy = "ResolveNetworkProxy"; 126 const char *kResolveNetworkProxy = "ResolveNetworkProxy";
123 } // namespace chromeos 127 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/dbus/service_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698