Searched defs:device_token (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Ddevice_policy_identity_strategy.cc80 const std::string& device_token) {
83 device_token_ = device_token;
77 SetDeviceManagementCredentials( const std::string& owner_email, const std::string& device_id, const std::string& device_token) argument
H A Dcloud_policy_controller_unittest.cc126 const std::string& device_token,
135 Return(device_token));
208 SetupIdentityStrategy("device_token", "device_id", "machine_id",
223 SetupIdentityStrategy("device_token", "device_id", "machine_id",
239 SetupIdentityStrategy("device_token", "device_id", "machine_id",
254 SetupIdentityStrategy("device_token", "device_id", "machine_id",
270 SetupIdentityStrategy("device_token", "device_id", "machine_id",
125 SetupIdentityStrategy( const std::string& device_token, const std::string& device_id, const std::string& machine_id, const std::string& machine_model, const std::string& policy_type, const em::DeviceRegisterRequest_Type& policy_register_type, const std::string& user_name, const std::string& auth_token) argument
H A Duser_policy_identity_strategy.cc85 std::string device_token; local
93 device_token = device_credentials.device_token();
103 device_token,

Completed in 85 milliseconds