Searched refs:PolicyWatcher (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher.cc62 if (from->GetString(PolicyWatcher::kHostDebugOverridePoliciesName,
77 const char PolicyWatcher::kNatPolicyName[] =
80 const char PolicyWatcher::kHostRequireTwoFactorPolicyName[] =
83 const char PolicyWatcher::kHostDomainPolicyName[] =
86 const char PolicyWatcher::kHostMatchUsernamePolicyName[] =
89 const char PolicyWatcher::kHostTalkGadgetPrefixPolicyName[] =
92 const char PolicyWatcher::kHostRequireCurtainPolicyName[] =
95 const char PolicyWatcher::kHostTokenUrlPolicyName[] =
98 const char PolicyWatcher::kHostTokenValidationUrlPolicyName[] =
101 const char PolicyWatcher
119 PolicyWatcher::PolicyWatcher( function in class:remoting::policy_hack::PolicyWatcher
[all...]
H A Dpolicy_watcher_unittest.cc30 nat_true_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
31 nat_false_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
32 nat_one_.SetInteger(PolicyWatcher::kNatPolicyName, 1);
33 domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
35 domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName, kHostDomain);
37 nat_true_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
39 nat_false_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
41 domain_empty_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
44 domain_full_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
46 nat_true_domain_empty_.SetBoolean(PolicyWatcher
[all...]
H A Dpolicy_watcher.h24 class PolicyWatcher { class in namespace:remoting::policy_hack
30 explicit PolicyWatcher(
32 virtual ~PolicyWatcher();
46 static PolicyWatcher* Create(
119 base::WeakPtrFactory<PolicyWatcher> weak_factory_;
H A Dfake_policy_watcher.cc14 : PolicyWatcher(task_runner) {
H A Dfake_policy_watcher.h13 class FakePolicyWatcher : public PolicyWatcher {
H A Dpolicy_watcher_win.cc42 public PolicyWatcher,
47 : PolicyWatcher(task_runner),
219 PolicyWatcher* PolicyWatcher::Create(
H A Dpolicy_watcher_linux.cc48 class PolicyWatcherLinux : public PolicyWatcher {
52 : PolicyWatcher(task_runner),
247 PolicyWatcher* PolicyWatcher::Create(
/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc303 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
524 // already loaded so PolicyWatcher has to be started here. Separate policy
528 policy_hack::PolicyWatcher::Create(context_->file_task_runner()));
959 if (!policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
1015 policy_hack::PolicyWatcher::kHostMatchUsernamePolicyName,
1028 if (!policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
1045 if (!policies->GetBoolean(policy_hack::PolicyWatcher::kRelayPolicyName,
1063 if (!policies->GetString(policy_hack::PolicyWatcher::kUdpPortRangePolicyName,
1097 policy_hack::PolicyWatcher::kHostRequireCurtainPolicyName,
1139 policy_hack::PolicyWatcher
[all...]
/external/chromium_org/remoting/host/it2me/
H A Dit2me_host.h32 class PolicyWatcher;
155 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
H A Dit2me_host.cc71 policy_hack::PolicyWatcher::Create(host_context_->network_task_runner()));
317 if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
322 if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,

Completed in 130 milliseconds