OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceManagementBackendImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/policy/
device_management_backend_impl.h
22
class
DeviceManagementBackendImpl
: public DeviceManagementBackend {
24
explicit
DeviceManagementBackendImpl
(DeviceManagementService* service);
25
virtual ~
DeviceManagementBackendImpl
();
79
DISALLOW_COPY_AND_ASSIGN(
DeviceManagementBackendImpl
);
device_management_backend_impl.cc
28
const char
DeviceManagementBackendImpl
::kParamRequest[] = "request";
29
const char
DeviceManagementBackendImpl
::kParamDeviceType[] = "devicetype";
30
const char
DeviceManagementBackendImpl
::kParamAppType[] = "apptype";
31
const char
DeviceManagementBackendImpl
::kParamDeviceID[] = "deviceid";
32
const char
DeviceManagementBackendImpl
::kParamAgent[] = "agent";
33
const char
DeviceManagementBackendImpl
::kParamPlatform[] = "platform";
36
const char
DeviceManagementBackendImpl
::kValueRequestRegister[] = "register";
37
const char
DeviceManagementBackendImpl
::kValueRequestUnregister[] =
39
const char
DeviceManagementBackendImpl
::kValueRequestPolicy[] = "policy";
40
const char
DeviceManagementBackendImpl
::kValueDeviceType[] = "2"
[
all
...]
Completed in 31 milliseconds