OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPolicyFor
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_unittest.cc
176
ASSERT_TRUE(client_->
GetPolicyFor
(policy_ns_key_));
177
EXPECT_THAT(*client_->
GetPolicyFor
(policy_ns_key_),
215
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
224
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
240
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
271
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
285
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
405
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
432
EXPECT_FALSE(client_->
GetPolicyFor
(policy_ns_key_));
541
const em::PolicyFetchResponse* response = client_->
GetPolicyFor
(it->first)
[
all
...]
cloud_policy_client.h
191
const enterprise_management::PolicyFetchResponse*
GetPolicyFor
(
cloud_policy_service.cc
67
const em::PolicyFetchResponse* policy = client_->
GetPolicyFor
(policy_ns_key_);
cloud_policy_client.cc
284
const em::PolicyFetchResponse* CloudPolicyClient::
GetPolicyFor
(
/external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc
96
const em::PolicyFetchResponse* policy = client_->
GetPolicyFor
(
Completed in 105 milliseconds