/external/chromium_org/components/policy/core/common/cloud/ |
D | cloud_policy_refresh_scheduler_unittest.cc | 153 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 161 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 169 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 180 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 198 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 218 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 247 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 266 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 281 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 293 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() [all …]
|
D | cloud_policy_service_unittest.cc | 100 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 126 EXPECT_CALL(client_, FetchPolicy()).Times(0); in TEST_F() 139 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 156 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 179 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 184 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 196 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F()
|
D | component_cloud_policy_service_unittest.cc | 175 EXPECT_CALL(*client_, FetchPolicy()); in Connect() 266 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 281 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 288 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 303 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 311 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 326 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 347 TEST_F(ComponentCloudPolicyServiceTest, FetchPolicy) { in TEST_F() argument 352 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 362 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() [all …]
|
D | cloud_policy_client_unittest.cc | 229 client_->FetchPolicy(); in TEST_F() 246 client_->FetchPolicy(); in TEST_F() 330 client_->FetchPolicy(); in TEST_F() 339 client_->FetchPolicy(); in TEST_F() 362 client_->FetchPolicy(); in TEST_F() 380 client_->FetchPolicy(); in TEST_F() 395 client_->FetchPolicy(); in TEST_F() 406 client_->FetchPolicy(); in TEST_F() 417 client_->FetchPolicy(); in TEST_F() 432 client_->FetchPolicy(); in TEST_F() [all …]
|
D | mock_cloud_policy_client.h | 27 MOCK_METHOD0(FetchPolicy, void(void));
|
D | cloud_policy_service.cc | 58 client_->FetchPolicy(); in RefreshPolicy()
|
D | cloud_policy_client.h | 131 virtual void FetchPolicy();
|
D | cloud_policy_refresh_scheduler.cc | 283 client_->FetchPolicy(); in PerformRefresh()
|
D | cloud_policy_manager_unittest.cc | 329 EXPECT_CALL(*client, FetchPolicy()); in TEST_F()
|
D | cloud_policy_client.cc | 147 void CloudPolicyClient::FetchPolicy() { in FetchPolicy() function in policy::CloudPolicyClient
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | user_cloud_policy_manager_chromeos_unittest.cc | 283 void FetchPolicy(const base::Closure& trigger_fetch) { in FetchPolicy() function in policy::UserCloudPolicyManagerChromeOSTest 367 FetchPolicy(base::Bind(&MockDeviceManagementJob::SendResponse, in TEST_F() 380 FetchPolicy(base::Bind(&MockCloudPolicyStore::NotifyStoreLoaded, in TEST_F() 402 FetchPolicy(base::Bind(&MockDeviceManagementJob::SendResponse, in TEST_F() 564 FetchPolicy( in TEST_F() 587 FetchPolicy( in TEST_F()
|
D | enrollment_handler_chromeos.cc | 162 client_->FetchPolicy(); in OnRegistrationStateChanged()
|
D | device_local_account_policy_service_unittest.cc | 383 TEST_F(DeviceLocalAccountPolicyServiceTest, FetchPolicy) { in TEST_F() argument 414 broker->core()->client()->FetchPolicy(); in TEST_F()
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | cloud_policy_browsertest.cc | 328 IN_PROC_BROWSER_TEST_F(CloudPolicyTest, FetchPolicy) { in IN_PROC_BROWSER_TEST_F() argument
|
D | cloud_policy_invalidator_unittest.cc | 431 EXPECT_CALL(*client_, FetchPolicy()).Times(testing::AnyNumber()); in CheckPolicyRefreshCount() 436 EXPECT_CALL(*client_, FetchPolicy()).Times(count); in CheckPolicyRefreshCount()
|