Searched defs:device_mode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_settings.cc162 policy::DeviceMode device_mode = connector->GetDeviceMode(); local
163 if (device_mode == policy::DEVICE_MODE_RETAIL_KIOSK) {
166 } else if (device_mode == policy::DEVICE_MODE_PENDING){
186 policy::DeviceMode device_mode = connector->GetDeviceMode(); local
188 switch (device_mode) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc80 DeviceMode device_mode,
86 device_mode,
78 LockDeviceAndWaitForResult( const std::string& user, DeviceMode device_mode, const std::string& device_id) argument
H A Denterprise_install_attributes.cc148 DeviceMode device_mode,
152 CHECK_NE(device_mode, DEVICE_MODE_PENDING);
153 CHECK_NE(device_mode, DEVICE_MODE_NOT_SET);
157 if (device_mode == DEVICE_MODE_CONSUMER_KIOSK_AUTOLAUNCH) {
158 callback.Run((registration_mode_ == device_mode) ? LOCK_SUCCESS :
173 device_mode,
180 DeviceMode device_mode,
209 std::string mode = GetDeviceModeString(device_mode);
214 if (device_mode == DEVICE_MODE_CONSUMER_KIOSK_AUTOLAUNCH) {
146 LockDevice( const std::string& user, DeviceMode device_mode, const std::string& device_id, const LockResultCallback& callback) argument
178 LockDeviceIfAttributesIsReady( const std::string& user, DeviceMode device_mode, const std::string& device_id, const LockResultCallback& callback, chromeos::DBusMethodCallStatus call_status, bool result) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client.h189 DeviceMode device_mode() const { return device_mode_; } function in class:policy::CloudPolicyClient

Completed in 495 milliseconds