/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_service_unittest.cc | 169 device_local_account_policy_.policy_data().set_policy_type( 195 device_local_account_policy_.policy_data().set_settings_entity_id(account_id); 196 device_local_account_policy_.policy_data().set_username(account_id); 274 device_local_account_policy_.policy_data().set_policy_type( 305 EXPECT_EQ(device_local_account_policy_.policy_data().SerializeAsString(), 324 device_local_account_policy_.policy_data().set_policy_type( 350 device_local_account_policy_.policy_data().set_settings_entity_id(kAccount1); 351 device_local_account_policy_.policy_data().set_username(kAccount1); 359 EXPECT_EQ(device_local_account_policy_.policy_data().SerializeAsString(), 397 EXPECT_EQ(device_local_account_policy_.policy_data().SerializeAsString() [all...] |
user_cloud_policy_store_chromeos_unittest.cc | 189 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 285 policy_.policy_data().clear_policy_type(); 344 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 372 policy_.policy_data().clear_policy_type(); 417 cached_policy.cloud_policy().policy_data())); 444 cached_policy.cloud_policy().policy_data())); 494 cached_policy.cloud_policy().policy_data())); 538 EXPECT_EQ(policy_.policy_data().SerializeAsString(),
|
device_policy_cros_browser_test.cc | 46 attribute->set_value(device_policy_.policy_data().username());
|
device_local_account_policy_store.cc | 83 InstallPolicy(validator->policy_data().Pass(), validator->payload().Pass());
|
enrollment_handler_chromeos.cc | 194 username_ = validator->policy_data()->username(); 195 device_id_ = validator->policy_data()->device_id();
|
cloud_external_data_policy_observer_unittest.cc | 75 std::string* policy_data, 81 policy_data)); 83 test::ConstructExternalDataReference(url, *policy_data).get(), 258 builder.policy_data().set_policy_type( 260 builder.policy_data().set_settings_entity_id(account_id); 261 builder.policy_data().set_username(account_id); [all...] |
power_policy_browsertest.cc | 170 user_policy_.policy_data().set_username(chromeos::UserManager::kStubUser); 202 user_policy_.policy_data().username(),
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_provider.cc | 199 em::PolicyData policy_data; local 200 if (!device_settings_cache::Retrieve(&policy_data, 202 !device_settings_.ParseFromString(policy_data.policy_value())) { 206 UpdateValuesCache(policy_data, device_settings_, trusted_status_); 782 const em::PolicyData& policy_data, 787 if (policy_data.has_username() && !policy_data.has_request_token()) 788 new_values_cache.SetString(kDeviceOwner, policy_data.username()); 975 const em::PolicyData* policy_data = local [all...] |
session_manager_operation.cc | 197 policy_data_ = validator->policy_data().Pass(); 299 reinterpret_cast<const uint8*>(policy_response.policy_data().c_str()), 300 policy_response.policy_data().size());
|
device_settings_provider.h | 95 const enterprise_management::PolicyData& policy_data,
|
session_manager_operation.h | 47 scoped_ptr<enterprise_management::PolicyData>& policy_data() { function in class:chromeos::SessionManagerOperation
|
device_settings_service.h | 134 const enterprise_management::PolicyData* policy_data() { function in class:chromeos::DeviceSettingsService 157 // settings are present in policy_data() and device_settings() when the 165 // present in policy_data() and device_settings() when the callback runs.
|
device_settings_provider_unittest.cc | 142 device_settings_service_.SetUsername(device_policy_.policy_data().username()); 170 device_settings_service_.SetUsername(device_policy_.policy_data().username());
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_client_unittest.cc | 182 em::PolicyData policy_data; local 183 policy_data.set_policy_type(dm_protocol::kChromeUserPolicyType); 184 policy_data.set_policy_value(policy_value); 185 return policy_data.SerializeAsString(); 494 em::PolicyData policy_data; local 495 policy_data.set_policy_type(key.first); 496 policy_data.set_settings_entity_id(key.second); 497 expected_responses[key].set_policy_data(policy_data.SerializeAsString());
|
cloud_policy_validator.h | 112 scoped_ptr<enterprise_management::PolicyData>& policy_data() { function in class:policy::CloudPolicyValidatorBase 161 // the current policy blob. |policy_data| may be NULL, in which case the 166 const enterprise_management::PolicyData* policy_data,
|
component_cloud_policy_store.h | 119 enterprise_management::PolicyData* policy_data);
|
cloud_policy_manager_unittest.cc | 223 store_.policy_.reset(new em::PolicyData(policy_.policy_data())); 255 client->SetDMToken(policy_.policy_data().request_token()); 305 store_.policy_.reset(new em::PolicyData(policy_.policy_data())); 313 client->SetDMToken(policy_.policy_data().request_token()); 345 store_.policy_.reset(new em::PolicyData(policy_.policy_data()));
|
user_cloud_policy_store_unittest.cc | 179 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 250 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 275 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 300 EXPECT_EQ(policy_.policy_data().SerializeAsString(), 309 policy_.policy_data().clear_policy_type();
|
component_cloud_policy_service_unittest.cc | 131 builder_.policy_data().set_policy_type( 133 builder_.policy_data().set_settings_entity_id(kTestExtension); 205 builder_.policy_data().set_settings_entity_id(kTestExtension2);
|
policy_builder.cc | 177 SignData(policy_.policy_data(), policy_signing_key.get(), 225 policy_data().set_policy_type(dm_protocol::kChromeUserPolicyType); 235 policy_data().set_policy_type(dm_protocol::kChromeExtensionPolicyType);
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator.py | 31 def __init__(self, config, policy_data): 45 self._policy_data = copy.deepcopy(policy_data)
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings.cc | 65 poldata->ParseFromString(value.policy_data()); 444 service_->StartSigningAttempt(to_store_.policy_data(), this); 486 poldata.ParseFromString(to_store_.policy_data()); 556 service_->StartSigningAttempt(to_store_.policy_data(), this); 599 poldata.ParseFromString(to_store_.policy_data()); 786 service_->StartSigningAttempt(policy_->policy_data(), this); 928 service_->StartVerifyAttempt(policy_.policy_data(), sig, this);
|
/external/libsepol/src/ |
write.c | 48 struct policy_data { struct 416 struct policy_data *pd = ptr; 444 struct policy_data *pd = ptr; 608 struct policy_data *pd = ptr; 811 struct policy_data *pd = ptr; 836 struct policy_data *pd = ptr; 919 struct policy_data *pd = ptr; 1012 struct policy_data *pd = ptr; 1074 struct policy_data *pd = ptr; 1152 struct policy_data *pd = ptr [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
existing_user_controller_browsertest.cc | 402 device_local_account_policy.policy_data().set_username( 404 device_local_account_policy.policy_data().set_policy_type( 406 device_local_account_policy.policy_data().set_settings_entity_id(
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_unittest.cc | 315 em::PolicyData policy_data; local 316 policy_data.set_policy_type(dm_protocol::kChromeUserPolicyType); 319 ASSERT_TRUE(policy_data.SerializeToString(
|